Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_history_tests.cpp45 history.setWasLogged(ErrorType::configFile, true); in TEST()
46 history.setWasLogged(ErrorType::dbus, true); in TEST()
47 history.setWasLogged(ErrorType::i2c, true); in TEST()
48 history.setWasLogged(ErrorType::internal, true); in TEST()
49 history.setWasLogged(ErrorType::pmbus, true); in TEST()
51 history.setWasLogged(ErrorType::phaseFaultN, true); in TEST()
52 history.setWasLogged(ErrorType::phaseFaultNPlus1, true); in TEST()
79 history.setWasLogged(ErrorType::dbus, true); in TEST()
81 history.setWasLogged(ErrorType::dbus, false); in TEST()
89 history.setWasLogged(ErrorType::pmbus, true); in TEST()
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging_utils.cpp66 history.setWasLogged(errorType, true); in logError()
75 history.setWasLogged(errorType, true); in logError()
84 history.setWasLogged(errorType, true); in logError()
94 history.setWasLogged(errorType, true); in logError()
104 history.setWasLogged(errorType, true); in logError()
113 history.setWasLogged(errorType, true); in logError()
122 history.setWasLogged(errorType, true); in logError()
H A Derror_history.hpp79 void setWasLogged(ErrorType errorType, bool wasLogged) in setWasLogged() function in phosphor::power::regulators::ErrorHistory
H A Dphase_fault_detection.cpp121 errorHistory.setWasLogged(errorType, true); in checkForPhaseFault()