Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/presence/
H A Derror_reporter.cpp84 _fanMissingTimers.emplace( in ErrorReporter()
122 auto& timer = std::get<0>(_fanMissingTimers[fanPath]); in checkFan()
130 timer->restartOnce(std::get<seconds>(_fanMissingTimers[fanPath])); in checkFan()
H A Derror_reporter.hpp121 _fanMissingTimers; member in phosphor::fan::presence::ErrorReporter