Searched refs:ErrorReporter (Results 1 – 4 of 4) sorted by relevance
28 class ErrorReporter class31 ErrorReporter() = delete;32 ~ErrorReporter() = default;33 ErrorReporter(const ErrorReporter&) = delete;34 ErrorReporter& operator=(const ErrorReporter&) = delete;35 ErrorReporter(ErrorReporter&&) = delete;36 ErrorReporter& operator=(ErrorReporter&&) = delete;44 ErrorReporter(
44 ErrorReporter::ErrorReporter( in ErrorReporter() function in phosphor::fan::presence::ErrorReporter52 std::bind(&ErrorReporter::powerStateChanged, this, in ErrorReporter()70 std::bind(std::mem_fn(&ErrorReporter::presenceChanged), this, in ErrorReporter()78 std::bind(std::mem_fn(&ErrorReporter::fanMissingTimerExpired), in ErrorReporter()95 void ErrorReporter::presenceChanged(sdbusplus::message_t& msg) in presenceChanged()119 void ErrorReporter::checkFan(const std::string& fanPath) in checkFan()146 void ErrorReporter::fanMissingTimerExpired(const std::string& fanPath) in fanMissingTimerExpired()197 void ErrorReporter::powerStateChanged(bool powerState) in powerStateChanged()
106 std::unique_ptr<ErrorReporter> _reporter;
214 _reporter = std::make_unique<ErrorReporter>(_bus, _fans); in process()