Home
last modified time | relevance | path

Searched refs:logPhaseFault (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dphase_fault_detection_tests.cpp238 EXPECT_CALL(errorLogging, logPhaseFault(_, _, PhaseFaultType::n, _, _)) in TEST_F()
241 logPhaseFault(_, _, PhaseFaultType::n_plus_1, _, _)) in TEST_F()
300 EXPECT_CALL(errorLogging, logPhaseFault).Times(0); in TEST_F()
330 EXPECT_CALL(errorLogging, logPhaseFault).Times(0); in TEST_F()
352 EXPECT_CALL(errorLogging, logPhaseFault).Times(0); in TEST_F()
407 EXPECT_CALL(errorLogging, logPhaseFault).Times(0); in TEST_F()
462 EXPECT_CALL(errorLogging, logPhaseFault).Times(0); in TEST_F()
503 logPhaseFault(Entry::Level::Warning, Ref(journal), in TEST_F()
508 logPhaseFault(_, _, PhaseFaultType::n_plus_1, _, _)) in TEST_F()
551 logPhaseFault(Entry::Level::Informational, Ref(journal), in TEST_F()
[all …]
H A Dmock_error_logging.hpp56 MOCK_METHOD(void, logPhaseFault,
H A Ddevice_tests.cpp312 EXPECT_CALL(errorLogging, logPhaseFault).Times(1); in TEST_F()
577 EXPECT_CALL(errorLogging, logPhaseFault).Times(0); in TEST_F()
626 EXPECT_CALL(errorLogging, logPhaseFault).Times(0); in TEST_F()
655 EXPECT_CALL(errorLogging, logPhaseFault).Times(1); in TEST_F()
H A Dchassis_tests.cpp415 EXPECT_CALL(errorLogging, logPhaseFault).Times(0); in TEST_F()
453 EXPECT_CALL(errorLogging, logPhaseFault).Times(2); in TEST_F()
H A Dsystem_tests.cpp289 EXPECT_CALL(errorLogging, logPhaseFault).Times(2); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault_detection.cpp120 logPhaseFault(faultType, services, regulator, environment); in checkForPhaseFault()
127 void PhaseFaultDetection::logPhaseFault(PhaseFaultType faultType, in logPhaseFault() function in phosphor::power::regulators::PhaseFaultDetection
139 errorLogging.logPhaseFault(severity, journal, faultType, inventoryPath, in logPhaseFault()
H A Derror_logging.hpp113 virtual void logPhaseFault(
188 virtual void logPhaseFault(
H A Dphase_fault_detection.hpp163 void logPhaseFault(PhaseFaultType faultType, Services& services,
H A Derror_logging.cpp89 void DBusErrorLogging::logPhaseFault( in logPhaseFault() function in phosphor::power::regulators::DBusErrorLogging