Searched refs:sensorErrorTimerExpired (Results 1 – 5 of 5) sorted by relevance
89 void sensorErrorTimerExpired(const Fan& fan, const TachSensor& sensor);
158 void sensorErrorTimerExpired(const TachSensor& sensor);
504 void Fan::sensorErrorTimerExpired(const TachSensor& sensor) in sensorErrorTimerExpired() function in phosphor::fan::monitor::Fan508 _system.sensorErrorTimerExpired(*this, sensor); in sensorErrorTimerExpired()
137 event, std::bind(&Fan::sensorErrorTimerExpired, &fan, in TachSensor()
426 void System::sensorErrorTimerExpired(const Fan& fan, const TachSensor& sensor) in sensorErrorTimerExpired() function in phosphor::fan::monitor::System