Lines Matching refs:change
392 for (const auto& change : changes) in checkThresholds() local
394 assertThresholds(sensor, change.assertValue, change.threshold.level, in checkThresholds()
395 change.threshold.direction, change.asserted); in checkThresholds()
396 if (change.threshold.level == thresholds::Level::CRITICAL && in checkThresholds()
397 change.asserted) in checkThresholds()
417 for (const auto& change : changes) in checkThresholdsPowerDelay() local
430 if (change.threshold.direction == thresholds::Direction::LOW) in checkThresholdsPowerDelay()
432 if (change.asserted || thresholdTimer.hasActiveTimer( in checkThresholdsPowerDelay()
433 change.threshold, !change.asserted)) in checkThresholdsPowerDelay()
435 thresholdTimer.startTimer(weakSensor, change.threshold, in checkThresholdsPowerDelay()
436 change.asserted, change.assertValue); in checkThresholdsPowerDelay()
440 assertThresholds(sensor, change.assertValue, change.threshold.level, in checkThresholdsPowerDelay()
441 change.threshold.direction, change.asserted); in checkThresholdsPowerDelay()