Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dphal_service_actions.cpp78 for (const auto& _callout : jsonCallouts) in createGuardRecords() local
83 if (!_callout.contains("Guarded")) in createGuardRecords()
87 if (!_callout.at("Guarded").get<bool>()) in createGuardRecords()
93 if (!_callout.contains("EntityPath")) in createGuardRecords()
101 auto entityPath = _callout.at("EntityPath").get<EntityPath>(); in createGuardRecords()
113 if (!_callout.contains("GuardType")) in createGuardRecords()
120 guardTypeStr = _callout.at("GuardType").get<std::string>(); in createGuardRecords()
162 for (const auto& _callout : jsonCallouts) in createDeconfigRecords() local
167 if (!_callout.contains("Deconfigured")) in createDeconfigRecords()
172 if (!_callout.at("Deconfigured").get<bool>()) in createDeconfigRecords()
[all …]