Searched refs:_errorDelay (Results 1 – 2 of 2) sorted by relevance
89 _errorDelay(errorDelay), _countInterval(countInterval) in TachSensor()136 if (_errorDelay) in TachSensor()276 if (_fan.present() && !skipErrorTimer && _errorDelay) in setFunctional()278 _errorTimer->restartOnce(std::chrono::seconds(*_errorDelay)); in setFunctional()
542 const std::optional<size_t> _errorDelay; member in phosphor::fan::monitor::TachSensor