Searched refs:weakSensor (Results 1 – 2 of 2) sorted by relevance
/openbmc/dbus-sensors/src/ |
H A D | Thresholds.cpp | 335 void ThresholdTimer::startTimer(const std::weak_ptr<Sensor>& weakSensor, in startTimer() argument 361 pair->second.async_wait([weakSensor, pair, threshold, assert, in startTimer() 363 auto sensorPtr = weakSensor.lock(); in startTimer() 406 void checkThresholdsPowerDelay(const std::weak_ptr<Sensor>& weakSensor, in checkThresholdsPowerDelay() argument 409 auto sensorPtr = weakSensor.lock(); in checkThresholdsPowerDelay() 435 thresholdTimer.startTimer(weakSensor, change.threshold, in checkThresholdsPowerDelay()
|
H A D | Thresholds.hpp | 109 void startTimer(const std::weak_ptr<Sensor>& weakSensor, 156 void checkThresholdsPowerDelay(const std::weak_ptr<Sensor>& weakSensor,
|