Searched refs:_errorTimer (Results 1 – 2 of 2) sorted by relevance
136 _errorTimer = std::make_unique< in TachSensor()267 if (!_errorTimer) in setFunctional()276 _errorTimer->restartOnce(std::chrono::seconds(*_errorDelay)); in setFunctional()279 else if (_errorTimer->isEnabled()) in setFunctional()281 _errorTimer->setEnabled(false); in setFunctional()
335 if (_errorTimer && _errorTimer->isEnabled()) in errorTimerRunning()555 _errorTimer; member in phosphor::fan::monitor::TachSensor