Searched refs:logDBusError (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging.hpp | 77 virtual void logDBusError(Entry::Level severity, Journal& journal) = 0; 176 virtual void logDBusError(Entry::Level severity, Journal& journal) override;
|
H A D | error_logging_utils.cpp | 105 errorLogging.logDBusError(severity, journal); in logError()
|
H A D | error_logging.cpp | 55 void DBusErrorLogging::logDBusError(Entry::Level severity, Journal& journal) in logDBusError() function in phosphor::power::regulators::DBusErrorLogging
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | mock_error_logging.hpp | 45 MOCK_METHOD(void, logDBusError, (Entry::Level severity, Journal& journal),
|
H A D | presence_detection_tests.cpp | 264 logDBusError(Entry::Level::Warning, Ref(journal))) in TEST()
|
H A D | error_logging_utils_tests.cpp | 316 logDBusError(Entry::Level::Debug, Ref(journal))) in TEST()
|
H A D | rail_tests.cpp | 156 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST()
|
H A D | system_tests.cpp | 186 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST()
|
H A D | chassis_tests.cpp | 232 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST_F()
|
H A D | device_tests.cpp | 311 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST_F()
|