Searched refs:PartType (Results 1 – 7 of 7) sorted by relevance
/openbmc/openpower-hw-diags/analyzer/ |
H A D | callout.hpp | 248 class PartType class 252 static const PartType PNOR; 259 PartType(const std::string& i_string, const SrcSubsystem i_subsystem) : in PartType() function in analyzer::callout::PartType 271 bool operator==(const PartType& r) const in operator ==() 290 inline const PartType PartType::PNOR{"PNOR", SrcSubsystem::CEC_HARDWARE};
|
H A D | resolution.hpp | 202 PartCalloutResolution(const callout::PartType& i_part, in PartCalloutResolution() 209 const callout::PartType iv_part;
|
H A D | service_data.cpp | 122 void ServiceData::calloutPart(const callout::PartType& i_part, in calloutPart() 125 if (callout::PartType::PNOR == i_part) in calloutPart()
|
H A D | service_data.hpp | 146 void calloutPart(const callout::PartType& i_part,
|
/openbmc/openpower-hw-diags/analyzer/plugins/ |
H A D | p10-plugins.cpp | 68 io_servData.calloutPart(callout::PartType::PNOR, callout::Priority::MED); in lpc_timeout_callout()
|
/openbmc/openpower-hw-diags/analyzer/ras-data/ |
H A D | ras-data-parser.cpp | 464 static const std::map<std::string, callout::PartType> m = in parseAction() 466 {"PNOR", callout::PartType::PNOR}, in parseAction()
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-resolution.cpp | 464 auto c1 = std::make_shared<PartCalloutResolution>(callout::PartType::PNOR, in TEST()
|