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.cpp85 _fanMissingTimers.emplace( in ErrorReporter()
123 auto& timer = std::get<0>(_fanMissingTimers[fanPath]); in checkFan()
131 timer->restartOnce(std::get<seconds>(_fanMissingTimers[fanPath])); in checkFan()
H A Derror_reporter.hpp122 _fanMissingTimers; member in phosphor::fan::presence::ErrorReporter