Home
last modified time | relevance | path

Searched refs:ErrorLogging (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging.hpp46 class ErrorLogging class
50 ErrorLogging() = default;
51 ErrorLogging(const ErrorLogging&) = delete;
52 ErrorLogging(ErrorLogging&&) = delete;
53 ErrorLogging& operator=(const ErrorLogging&) = delete;
54 ErrorLogging& operator=(ErrorLogging&&) = delete;
55 virtual ~ErrorLogging() = default;
153 class DBusErrorLogging : public ErrorLogging
H A Dservices.hpp62 virtual ErrorLogging& getErrorLogging() = 0;
126 virtual ErrorLogging& getErrorLogging() override in getErrorLogging()
H A Dphase_fault_detection.cpp131 ErrorLogging& errorLogging = services.getErrorLogging(); in logPhaseFault()
H A Derror_logging_utils.cpp54 ErrorLogging& errorLogging = services.getErrorLogging(); in logError()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmock_services.hpp58 virtual ErrorLogging& getErrorLogging() override in getErrorLogging()
H A Dmock_error_logging.hpp31 class MockErrorLogging : public ErrorLogging