Searched refs:jsonPath (Results 1 – 7 of 7) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | configuration.cpp | 66 for (auto& jsonPath : jsonPaths) in loadConfigurations() local 68 std::ifstream jsonStream(jsonPath.c_str()); in loadConfigurations() 71 lg2::error("unable to open {PATH}", "PATH", jsonPath.string()); in loadConfigurations() 77 lg2::error("syntax error in {PATH}", "PATH", jsonPath.string()); in loadConfigurations() 83 lg2::error("Error validating {PATH}", "PATH", jsonPath.string()); in loadConfigurations()
|
| /openbmc/pldm/platform-mc/ |
| H A D | dbus_to_terminus_effecters.hpp | 106 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 D | dbus_to_terminus_effecters.cpp | 38 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 D | utest-led-json.cpp | 7 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 D | dbus_to_terminus_effecter_test.cpp | 17 const std::string& jsonPath) : in MockHostEffecterParser() argument 18 HostEffecterParser(nullptr, fd, repo, dbusHandler, jsonPath, nullptr, in MockHostEffecterParser()
|
| /openbmc/phosphor-inventory-manager/ |
| H A D | association_manager.hpp | 79 Manager(sdbusplus::bus_t& bus, const std::string& jsonPath);
|
| H A D | association_manager.cpp | 18 Manager::Manager(sdbusplus::bus_t& bus, const std::string& jsonPath) : in Manager() argument 19 _bus(bus), _jsonFile(jsonPath) in Manager()
|