Home
last modified time | relevance | path

Searched refs:timerRunning (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp243 if (timerRunning()) in resetMethod()
318 if (!timerRunning() || mode != _timerMode) in startTimer()
H A Dfan.cpp302 if (sensor.timerRunning()) in process()
597 if (sensor->timerRunning()) in powerStateChanged()
H A Dtach_sensor.hpp269 inline bool timerRunning() in timerRunning() function in phosphor::fan::monitor::TachSensor
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp209 bool timerRunning = (cacheTimer != nullptr) && !cacheTimer->isExpired(); in replaceCacheFru() local
210 if (lastDevId == devId && timerRunning) in replaceCacheFru()
215 else if (timerRunning) in replaceCacheFru()