Home
last modified time | relevance | path

Searched refs:_monitorTimer (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp48 _monitorTimer(event, std::bind(std::mem_fn(&Fan::startMonitor), this)), in Fan()
105 _monitorTimer.restartOnce(std::chrono::seconds(_monitorDelay)); in Fan()
516 _monitorTimer.restartOnce(std::chrono::seconds(_monitorDelay)); in powerStateChanged()
585 if (_monitorTimer.isEnabled()) in powerStateChanged()
587 _monitorTimer.setEnabled(false); in powerStateChanged()
H A Dfan.hpp304 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> _monitorTimer; member in phosphor::fan::monitor::Fan