Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp143 _countTimer = std::make_unique< in TachSensor()
379 if (_countTimer) in startCountTimer()
383 _countTimer->restart(std::chrono::seconds(_countInterval)); in startCountTimer()
389 if (_countTimer && _countTimer->isEnabled()) in stopCountTimer()
394 _countTimer->setEnabled(false); in stopCountTimer()
H A Dtach_sensor.hpp300 return _countTimer && _countTimer->isEnabled(); in countTimerRunning()
569 _countTimer; member in phosphor::fan::monitor::TachSensor