Searched refs:_countTimer (Results 1 – 2 of 2) sorted by relevance
144 _countTimer = std::make_unique< in TachSensor()380 if (_countTimer) in startCountTimer()384 _countTimer->restart(std::chrono::seconds(_countInterval)); in startCountTimer()390 if (_countTimer && _countTimer->isEnabled()) in stopCountTimer()395 _countTimer->setEnabled(false); in stopCountTimer()
300 return _countTimer && _countTimer->isEnabled(); in countTimerRunning()569 _countTimer; member in phosphor::fan::monitor::TachSensor