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
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 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 Ddevice_callouts.hpp156 size_t i2CBus, uint8_t i2cAddress, const nlohmann::json& calloutJSON);
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.cpp786 const auto calloutJSON = R"( in TEST_F() local
819 file << calloutJSON; in TEST_F()
H A Dpel_test.cpp817 const auto calloutJSON = R"( in TEST_F() local
860 file << calloutJSON; in TEST_F()