Home
last modified time | relevance | path

Searched defs:callouts (Results 1 – 19 of 19) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dservice_indicators_test.cpp65 CalloutVector callouts; in TEST() local
83 CalloutVector callouts; in TEST() local
94 CalloutVector callouts; in TEST() local
104 CalloutVector callouts; in TEST() local
114 CalloutVector callouts; in TEST() local
134 CalloutVector callouts; in TEST() local
156 CalloutVector callouts; in TEST() local
170 CalloutVector callouts; in TEST() local
197 CalloutVector callouts; in TEST() local
210 CalloutVector callouts; in TEST() local
[all …]
H A Dsrc_callouts_test.cpp34 Callouts callouts{stream}; in TEST() local
85 Callouts callouts; in TEST() local
117 Callouts callouts; in TEST() local
199 Callouts callouts; in TEST() local
215 Callouts callouts; in TEST() local
229 Callouts callouts; in TEST() local
H A Dregistry_test.cpp499 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
585 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
683 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
718 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
731 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
778 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
834 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
929 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
1026 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
1099 auto callouts = Registry::getCallouts(json, systemNames, ad); in TEST_F() local
[all …]
H A Ddevice_callouts_test.cpp468 auto callouts = getCallouts( in TEST_F() local
503 auto callouts = getCallouts( in TEST_F() local
527 auto callouts = getCallouts( in TEST_F() local
553 auto callouts = in TEST_F() local
H A Dsrc_test.cpp154 const auto& callouts = calloutsSection->callouts(); in TEST_F() local
532 auto& callouts = src.callouts()->callouts(); in TEST_F() local
569 auto& callouts = src.callouts()->callouts(); in TEST_F() local
640 auto& callouts = src.callouts()->callouts(); in TEST_F() local
709 auto& callouts = src.callouts()->callouts(); in TEST_F() local
755 auto& callouts = src.callouts()->callouts(); in TEST_F() local
812 auto& callouts = src.callouts()->callouts(); in TEST_F() local
868 auto& callouts = src.callouts()->callouts(); in TEST_F() local
988 auto& callouts = src.callouts()->callouts(); in TEST_F() local
1145 auto& callouts = src.callouts()->callouts(); in TEST_F() local
[all …]
H A Dpel_utils.cpp194 auto callouts = in pelDataFactory() local
H A Dpel_test.cpp865 auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F() local
1011 const auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F() local
1078 const auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddevice_callouts.cpp208 std::vector<Callout> callouts; in extractCallouts() local
272 const auto& callouts = in calloutI2C() local
325 const auto& callouts = calloutJSON.at("FSI").at(links).at("Callouts"); in calloutFSI() local
362 auto& callouts = calloutJSON.at("FSI-I2C") in calloutFSII2C() local
405 auto& callouts = in calloutFSISPI() local
439 std::vector<Callout> callouts; in findCallouts() local
H A Dcallouts.hpp76 const std::vector<std::unique_ptr<Callout>>& callouts() const in callouts() function in openpower::pels::src::Callouts
H A Dservice_indicators.cpp56 const auto& callouts = calloutsObj->callouts(); in activate() local
H A Dregistry.cpp384 for (const auto& callouts : json) in findCalloutList() local
615 const auto& callouts = json["CalloutsWithTheirADValues"]; in getCalloutsUsingAD() local
H A Dsrc.hpp200 const std::unique_ptr<src::Callouts>& callouts() const in callouts() function in openpower::pels::SRC
H A Dmanager.cpp784 const auto& callouts = (*src)->callouts(); in getResolution() local
844 std::string callouts = getResolution(pel); in updateResolution() local
1072 const auto& callouts = (*src)->callouts(); in clearPowerThermalDeconfigFlag() local
H A Dregistry.hpp204 std::optional<nlohmann::json> callouts; member
H A Dpel.cpp86 nlohmann::json callouts; in PEL() local
491 nlohmann::json callouts; in getCalloutJSON() local
H A Dsrc.cpp981 const std::vector<message::RegistryCallout>& callouts, in addRegistryCallouts()
1131 std::vector<device_callouts::Callout> callouts; in addDevicePathCallouts() local
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Ducd90160.hpp268 std::vector<PartCallout> callouts; member in witherspoon::power::UCD90160
/openbmc/phosphor-power/power-sequencer/
H A Ducd90160.hpp268 std::vector<PartCallout> callouts; member in phosphor::power::UCD90160
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/
H A Dschema.json655 "callouts": { object