Home
last modified time | relevance | path

Searched refs:logDBusError (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging.hpp77 virtual void logDBusError(Entry::Level severity, Journal& journal) = 0;
176 virtual void logDBusError(Entry::Level severity, Journal& journal) override;
H A Derror_logging_utils.cpp105 errorLogging.logDBusError(severity, journal); in logError()
H A Derror_logging.cpp55 void DBusErrorLogging::logDBusError(Entry::Level severity, Journal& journal) in logDBusError() function in phosphor::power::regulators::DBusErrorLogging
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmock_error_logging.hpp45 MOCK_METHOD(void, logDBusError, (Entry::Level severity, Journal& journal),
H A Dpresence_detection_tests.cpp264 logDBusError(Entry::Level::Warning, Ref(journal))) in TEST()
H A Derror_logging_utils_tests.cpp316 logDBusError(Entry::Level::Debug, Ref(journal))) in TEST()
H A Drail_tests.cpp156 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST()
H A Dsystem_tests.cpp186 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST()
H A Dchassis_tests.cpp232 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST_F()
H A Ddevice_tests.cpp311 EXPECT_CALL(errorLogging, logDBusError).Times(1); in TEST_F()