Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp136 _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()
H A Dtach_sensor.hpp335 if (_errorTimer && _errorTimer->isEnabled()) in errorTimerRunning()
555 _errorTimer; member in phosphor::fan::monitor::TachSensor