Home
last modified time | relevance | path

Searched refs:sensorErrorTimerExpired (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.hpp89 void sensorErrorTimerExpired(const Fan& fan, const TachSensor& sensor);
H A Dfan.hpp158 void sensorErrorTimerExpired(const TachSensor& sensor);
H A Dfan.cpp504 void Fan::sensorErrorTimerExpired(const TachSensor& sensor) in sensorErrorTimerExpired() function in phosphor::fan::monitor::Fan
508 _system.sensorErrorTimerExpired(*this, sensor); in sensorErrorTimerExpired()
H A Dtach_sensor.cpp137 event, std::bind(&Fan::sensorErrorTimerExpired, &fan, in TachSensor()
H A Dsystem.cpp426 void System::sensorErrorTimerExpired(const Fan& fan, const TachSensor& sensor) in sensorErrorTimerExpired() function in phosphor::fan::monitor::System