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(
46 ErrorReporter::ErrorReporter( in ErrorReporter() function in phosphor::fan::presence::ErrorReporter54 std::bind(&ErrorReporter::powerStateChanged, this, in ErrorReporter()71 std::bind(std::mem_fn(&ErrorReporter::presenceChanged), this, in ErrorReporter()79 std::bind(std::mem_fn(&ErrorReporter::fanMissingTimerExpired), in ErrorReporter()96 void ErrorReporter::presenceChanged(sdbusplus::message_t& msg) in presenceChanged()120 void ErrorReporter::checkFan(const std::string& fanPath) in checkFan()147 void ErrorReporter::fanMissingTimerExpired(const std::string& fanPath) in fanMissingTimerExpired()198 void ErrorReporter::powerStateChanged(bool powerState) in powerStateChanged()
106 std::unique_ptr<ErrorReporter> _reporter;
220 _reporter = std::make_unique<ErrorReporter>(_bus, _fans); in process()