Searched refs:_monitorTimer (Results 1 – 2 of 2) sorted by relevance
47 _monitorTimer(event, std::bind(std::mem_fn(&Fan::startMonitor), this)), in Fan()104 _monitorTimer.restartOnce(std::chrono::seconds(_monitorDelay)); in Fan()517 _monitorTimer.restartOnce(std::chrono::seconds(_monitorDelay)); in powerStateChanged()586 if (_monitorTimer.isEnabled()) in powerStateChanged()588 _monitorTimer.setEnabled(false); in powerStateChanged()
304 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _monitorTimer; member in phosphor::fan::monitor::Fan