Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dphal_service_actions.cpp26 std::optional<EntrySeverity> getEntrySeverityType(const std::string& guardType) in getEntrySeverityType() argument
28 if ((guardType == "GARD_Unrecoverable") || (guardType == "GARD_Fatal")) in getEntrySeverityType()
32 else if (guardType == "GARD_User_Manual") in getEntrySeverityType()
36 else if (guardType == "GARD_Predictive") in getEntrySeverityType()
45 "GUARD_TYPE", guardType); in getEntrySeverityType()
118 auto guardType = _callout.at("GuardType").get<std::string>(); in createGuardRecords() local
120 auto sType = getEntrySeverityType(guardType); in createGuardRecords()
/openbmc/openpower-hw-diags/analyzer/
H A Dservice_data.cpp222 auto guardType = queryGuardPolicy(); in addTargetCallout() local
224 if (!(callout::GuardType::NONE == guardType)) in addTargetCallout()
228 callout["GuardType"] = guardType.getString(); in addTargetCallout()