Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddevice_callouts.cpp217 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 Ddevice_callouts.hpp156 size_t i2CBus, uint8_t i2cAddress, const nlohmann::json& calloutJSON);
H A Dregistry.cpp893 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 Dregistry.hpp305 getCallouts(const nlohmann::json& calloutJSON,
/openbmc/phosphor-logging/test/openpower-pels/
H A Ddevice_callouts_test.cpp49 const auto calloutJSON = R"( variable
224 file << calloutJSON.dump(); in SetUpTestCase()
293 file << calloutJSON.dump(); in TEST_F()
H A Dsrc_test.cpp776 const auto calloutJSON = R"( in TEST_F() local
809 file << calloutJSON; in TEST_F()
H A Dpel_test.cpp819 const auto calloutJSON = R"( in TEST_F() local
862 file << calloutJSON; in TEST_F()