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()
278 const nlohmann::json& calloutJSON) in calloutI2C() argument
288 auto dest = calloutJSON.at("I2C") in calloutI2C()
317 const nlohmann::json& calloutJSON) in calloutI2CUsingPath() argument
321 return calloutI2C(bus, address, calloutJSON); in calloutI2CUsingPath()
342 calloutJSON.at("FSI").at(links).at("Dest").get<std::string>(); in calloutFSI()
376 auto& callouts = calloutJSON.at("FSI-I2C") in calloutFSII2C()
382 auto dest = calloutJSON.at("FSI-I2C") in calloutFSII2C()
[all …]
H A Ddevice_callouts.hpp158 const nlohmann::json& calloutJSON);
H A Dregistry.cpp894 Registry::getCallouts(const nlohmann::json& calloutJSON, in getCallouts() argument
900 if (helper::calloutUsesAdditionalData(calloutJSON)) in getCallouts()
902 return helper::getCalloutsUsingAD(calloutJSON, systemNames, in getCallouts()
906 return helper::getCalloutsWithoutAD(calloutJSON, systemNames); in getCallouts()
H A Dregistry.hpp306 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.cpp817 const auto calloutJSON = R"( in TEST_F() local
860 file << calloutJSON; in TEST_F()