Searched refs:GardType (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | phal_service_actions.cpp | 12 using GardType = openpower::guard::GardType; typedef 30 std::optional<GardType> getGardType(const std::string& guardTypeStr) in getGardType() 32 const std::unordered_map<std::string, GardType> gardTypeMap = { in getGardType() 33 {"GARD_Fatal", GardType::GARD_Fatal}, in getGardType() 34 {"GARD_User_Manual", GardType::GARD_User_Manual}, in getGardType() 35 {"GARD_Predictive", GardType::GARD_Predictive}, in getGardType() 36 {"GARD_Spare", GardType::GARD_Spare}, in getGardType() 37 {"GARD_Unrecoverable", GardType::GARD_Unrecoverable}, in getGardType() 123 GardType eGuardType = in createGuardRecords() 124 getGardType(guardTypeStr).value_or(GardType::GARD_Predictive); in createGuardRecords()
|
H A D | data_interface.hpp | 21 using GardType = openpower::guard::GardType; typedef 465 GardType eGardType, uint32_t plid) const = 0; 879 GardType eGardType, uint32_t plid) const override;
|
H A D | data_interface.cpp | 700 GardType eGardType, uint32_t plid) const in createGuardRecord()
|