Searched refs:jsonPath (Results 1 – 7 of 7) sorted by relevance
/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.cpp | 18 Manager::Manager(sdbusplus::bus_t& bus, const std::string& jsonPath) : in Manager() argument 19 _bus(bus), _jsonFile(jsonPath) in Manager()
|
H A D | association_manager.hpp | 79 Manager(sdbusplus::bus_t& bus, const std::string& jsonPath);
|
/openbmc/entity-manager/src/ |
H A D | entity_manager.cpp | 861 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()
|