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 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() 340 calloutJSON.at("FSI").at(links).at("Dest").get<std::string>(); in calloutFSI() 374 auto& callouts = calloutJSON.at("FSI-I2C") in calloutFSII2C() 380 auto dest = calloutJSON.at("FSI-I2C") in calloutFSII2C() [all …]
|
H A D | device_callouts.hpp | 156 size_t i2CBus, uint8_t i2cAddress, const nlohmann::json& calloutJSON);
|
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 | 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 | 776 const auto calloutJSON = R"( in TEST_F() local 809 file << calloutJSON; in TEST_F()
|
H A D | pel_test.cpp | 819 const auto calloutJSON = R"( in TEST_F() local 862 file << calloutJSON; in TEST_F()
|