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.cpp505 void Fan::sensorErrorTimerExpired(const TachSensor& sensor) in sensorErrorTimerExpired() function in phosphor::fan::monitor::Fan
509 _system.sensorErrorTimerExpired(*this, sensor); in sensorErrorTimerExpired()
H A Dtach_sensor.cpp140 event, std::bind(&Fan::sensorErrorTimerExpired, &fan, in TachSensor()
H A Dsystem.cpp425 void System::sensorErrorTimerExpired(const Fan& fan, const TachSensor& sensor) in sensorErrorTimerExpired() function in phosphor::fan::monitor::System