Searched refs:logPhaseFault (Results 1 – 9 of 9) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | phase_fault_detection_tests.cpp | 238 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 D | mock_error_logging.hpp | 56 MOCK_METHOD(void, logPhaseFault,
|
H A D | device_tests.cpp | 312 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 D | chassis_tests.cpp | 415 EXPECT_CALL(errorLogging, logPhaseFault).Times(0); in TEST_F() 453 EXPECT_CALL(errorLogging, logPhaseFault).Times(2); in TEST_F()
|
H A D | system_tests.cpp | 289 EXPECT_CALL(errorLogging, logPhaseFault).Times(2); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | phase_fault_detection.cpp | 120 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 D | error_logging.hpp | 113 virtual void logPhaseFault( 188 virtual void logPhaseFault(
|
H A D | phase_fault_detection.hpp | 163 void logPhaseFault(PhaseFaultType faultType, Services& services,
|
H A D | error_logging.cpp | 89 void DBusErrorLogging::logPhaseFault( in logPhaseFault() function in phosphor::power::regulators::DBusErrorLogging
|