Searched refs:calloutJSON (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | device_callouts.cpp | 217 std::vector<Callout> extractCallouts(const nlohmann::json& calloutJSON, in extractCallouts() argument 224 if (!calloutJSON.is_array()) in extractCallouts() 230 for (auto& callout : calloutJSON) in extractCallouts() 277 size_t i2cBus, uint8_t i2cAddress, const nlohmann::json& calloutJSON) in calloutI2C() argument 285 calloutJSON.at("I2C").at(busString).at(addrString).at("Callouts"); in calloutI2C() 287 auto dest = calloutJSON.at("I2C") in calloutI2C() 315 const std::string& devPath, const nlohmann::json& calloutJSON) in calloutI2CUsingPath() argument 319 return calloutI2C(bus, address, calloutJSON); in calloutI2CUsingPath() 331 calloutFSI(const std::string& devPath, const nlohmann::json& calloutJSON) in calloutFSI() argument 337 const auto& callouts = calloutJSON.at("FSI").at(links).at("Callouts"); in calloutFSI() [all …]
|
H A D | registry.cpp | 893 Registry::getCallouts(const nlohmann::json& calloutJSON, in getCallouts() argument 899 if (helper::calloutUsesAdditionalData(calloutJSON)) in getCallouts() 901 return helper::getCalloutsUsingAD(calloutJSON, systemNames, in getCallouts() 905 return helper::getCalloutsWithoutAD(calloutJSON, systemNames); in getCallouts()
|
H A D | device_callouts.hpp | 156 size_t i2CBus, uint8_t i2cAddress, const nlohmann::json& calloutJSON);
|
H A D | registry.hpp | 305 getCallouts(const nlohmann::json& calloutJSON,
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | device_callouts_test.cpp | 49 const auto calloutJSON = R"( variable 224 file << calloutJSON.dump(); in SetUpTestCase() 293 file << calloutJSON.dump(); in TEST_F()
|
H A D | src_test.cpp | 786 const auto calloutJSON = R"( in TEST_F() local 819 file << calloutJSON; in TEST_F()
|
H A D | pel_test.cpp | 817 const auto calloutJSON = R"( in TEST_F() local 860 file << calloutJSON; in TEST_F()
|