Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp89 _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()
H A Dtach_sensor.hpp542 const std::optional<size_t> _errorDelay; member in phosphor::fan::monitor::TachSensor