Home
last modified time | relevance | path

Searched refs:toErrorType (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dphase_fault_tests.cpp25 EXPECT_EQ(toErrorType(PhaseFaultType::n), ErrorType::phaseFaultN); in TEST()
26 EXPECT_EQ(toErrorType(PhaseFaultType::n_plus_1), in TEST()
/openbmc/telemetry/src/types/
H A Derror_type.hpp30 inline ErrorType toErrorType(std::underlying_type_t<ErrorType> value) in toErrorType() function
36 inline ErrorType toErrorType(const std::string& value) in toErrorType() function
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault.hpp63 inline ErrorType toErrorType(PhaseFaultType type) in toErrorType() function
H A Dphase_fault_detection.cpp91 ErrorType errorType = toErrorType(faultType); in checkForPhaseFault()