Home
last modified time | relevance | path

Searched refs:countTimerExpired (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dfan.hpp185 void countTimerExpired(TachSensor& sensor);
H A Dtach_sensor.cpp146 std::bind(&Fan::countTimerExpired, &fan, std::ref(*this))); in TachSensor()
H A Dfan.cpp253 void Fan::countTimerExpired(TachSensor& sensor) in countTimerExpired() function in phosphor::fan::monitor::Fan