Home
last modified time | relevance | path

Searched refs:jsonPath (Results 1 – 7 of 7) sorted by relevance

/openbmc/pldm/platform-mc/
H A Ddbus_to_terminus_effecters.hpp106 const std::string& jsonPath, in HostEffecterParser() argument
115 parseEffecterJson(jsonPath); in HostEffecterParser()
121 "PATH", jsonPath, "ERROR", e); in HostEffecterParser()
129 void parseEffecterJson(const std::string& jsonPath);
H A Ddbus_to_terminus_effecters.cpp38 void HostEffecterParser::parseEffecterJson(const std::string& jsonPath) in parseEffecterJson() argument
40 fs::path jsonDir(jsonPath); in parseEffecterJson()
44 "PATH", jsonPath); in parseEffecterJson()
/openbmc/phosphor-led-manager/test/
H A Dutest-led-json.cpp7 static constexpr auto jsonPath = "config/led-group-config.json"; in TEST() local
8 auto ledMap = loadJsonConfig(jsonPath); in TEST()
/openbmc/pldm/platform-mc/test/
H A Ddbus_to_terminus_effecter_test.cpp17 const std::string& jsonPath) : in MockHostEffecterParser() argument
18 HostEffecterParser(nullptr, fd, repo, dbusHandler, jsonPath, nullptr, in MockHostEffecterParser()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp18 Manager::Manager(sdbusplus::bus_t& bus, const std::string& jsonPath) : in Manager() argument
19 _bus(bus), _jsonFile(jsonPath) in Manager()
H A Dassociation_manager.hpp79 Manager(sdbusplus::bus_t& bus, const std::string& jsonPath);
/openbmc/entity-manager/src/
H A Dentity_manager.cpp861 for (auto& jsonPath : jsonPaths) in loadConfigurations() local
863 std::ifstream jsonStream(jsonPath.c_str()); in loadConfigurations()
866 std::cerr << "unable to open " << jsonPath.string() << "\n"; in loadConfigurations()
872 std::cerr << "syntax error in " << jsonPath.string() << "\n"; in loadConfigurations()