Home
last modified time | relevance | path

Searched refs:writeVerification (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_history_tests.cpp36 EXPECT_FALSE(history.wasLogged(ErrorType::writeVerification)); in TEST()
50 history.setWasLogged(ErrorType::writeVerification, true); in TEST()
59 EXPECT_TRUE(history.wasLogged(ErrorType::writeVerification)); in TEST()
70 EXPECT_FALSE(history.wasLogged(ErrorType::writeVerification)); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_history.hpp38 writeVerification = 5, enumerator
H A Derror_logging_utils.cpp81 errorType = ErrorType::writeVerification; in logError()