Searched refs:_errorTimer (Results 1 – 2 of 2) sorted by relevance
138 _errorTimer = std::make_unique< in TachSensor()269 if (!_errorTimer) in setFunctional()278 _errorTimer->restartOnce(std::chrono::seconds(*_errorDelay)); in setFunctional()281 else if (_errorTimer->isEnabled()) in setFunctional()283 _errorTimer->setEnabled(false); in setFunctional()
332 if (_errorTimer && _errorTimer->isEnabled()) in errorTimerRunning()552 _errorTimer; member in phosphor::fan::monitor::TachSensor