Home
last modified time | relevance | path

Searched refs:thresholdTimer (Results 1 – 6 of 6) sorted by relevance

/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.cpp62 thresholdTimer(io) in PSUSensor()
254 thresholds::checkThresholdsPowerDelay(weak_from_this(), thresholdTimer); in checkThresholds()
H A DPSUSensor.hpp58 thresholds::ThresholdTimer thresholdTimer; member in PSUSensor
/openbmc/dbus-sensors/src/adc/
H A DADCSensor.cpp66 bridgeGpio(std::move(bridgeGpio)), thresholdTimer(io) in ADCSensor()
258 thresholds::checkThresholdsPowerDelay(weak_from_this(), thresholdTimer); in checkThresholds()
H A DADCSensor.hpp95 thresholds::ThresholdTimer thresholdTimer; member in ADCSensor
/openbmc/dbus-sensors/src/
H A DThresholds.cpp407 ThresholdTimer& thresholdTimer) in checkThresholdsPowerDelay() argument
432 if (change.asserted || thresholdTimer.hasActiveTimer( in checkThresholdsPowerDelay()
435 thresholdTimer.startTimer(weakSensor, change.threshold, in checkThresholdsPowerDelay()
H A DThresholds.hpp161 ThresholdTimer& thresholdTimer);