Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dphal_service_actions.cpp30 std::optional<GardType> getGardType(const std::string& guardTypeStr) in getGardType() argument
40 auto it = gardTypeMap.find(guardTypeStr); in getGardType()
47 lg2::error("Invalid GardType ({GUARDTYPE})", "GUARDTYPE", guardTypeStr); in getGardType()
112 std::string guardTypeStr = "GARD_Predictive"; in createGuardRecords() local
120 guardTypeStr = _callout.at("GuardType").get<std::string>(); in createGuardRecords()
124 getGardType(guardTypeStr).value_or(GardType::GARD_Predictive); in createGuardRecords()