Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp248 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 Dresolution.hpp202 PartCalloutResolution(const callout::PartType& i_part, in PartCalloutResolution()
209 const callout::PartType iv_part;
H A Dservice_data.cpp122 void ServiceData::calloutPart(const callout::PartType& i_part, in calloutPart()
125 if (callout::PartType::PNOR == i_part) in calloutPart()
H A Dservice_data.hpp146 void calloutPart(const callout::PartType& i_part,
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dp10-plugins.cpp68 io_servData.calloutPart(callout::PartType::PNOR, callout::Priority::MED); in lpc_timeout_callout()
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp464 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 Dtest-resolution.cpp464 auto c1 = std::make_shared<PartCalloutResolution>(callout::PartType::PNOR, in TEST()