Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp293 class GuardType class
297 static const GuardType NONE;
300 static const GuardType UNRECOVERABLE;
303 static const GuardType PREDICTIVE;
311 explicit GuardType(const std::string& i_string) : iv_string(i_string) {} in GuardType() function in analyzer::callout::GuardType
318 bool operator==(const GuardType& r) const in operator ==()
330 inline const GuardType GuardType::NONE{"GARD_NULL"};
331 inline const GuardType GuardType::UNRECOVERABLE{"GARD_Unrecoverable"};
332 inline const GuardType GuardType::PREDICTIVE{"GARD_Predictive"};
H A Dservice_data.hpp80 callout::GuardType queryGuardPolicy() const in queryGuardPolicy()
84 return callout::GuardType::UNRECOVERABLE; in queryGuardPolicy()
88 return callout::GuardType::PREDICTIVE; in queryGuardPolicy()
91 return callout::GuardType::NONE; in queryGuardPolicy()
H A Dservice_data.cpp224 if (!(callout::GuardType::NONE == guardType)) in addTargetCallout()
/openbmc/openpower-hw-diags/test/
H A Dtest-resolution.cpp91 "GuardType": "GARD_Unrecoverable", in TEST()
114 "GuardType": "GARD_Predictive", in TEST()
128 "GuardType": "GARD_Predictive", in TEST()
171 "GuardType": "GARD_Unrecoverable", in TEST()
228 "GuardType": "GARD_Unrecoverable", in TEST()
236 "GuardType": "GARD_Unrecoverable", in TEST()
244 "GuardType": "GARD_Unrecoverable", in TEST()
319 "GuardType": "GARD_Unrecoverable", in TEST()
327 "GuardType": "GARD_Unrecoverable", in TEST()
H A Dtest-pll-unlock.cpp186 "GuardType": "GARD_Unrecoverable", in TEST()
252 "GuardType": "GARD_Unrecoverable", in TEST()
330 "GuardType": "GARD_Unrecoverable", in TEST()