Lines Matching full:change
400 for (const auto& change : changes) in checkThresholds() local
402 assertThresholds(sensor, change.assertValue, change.threshold.level, in checkThresholds()
403 change.threshold.direction, change.asserted); in checkThresholds()
404 if (change.threshold.level == thresholds::Level::CRITICAL && in checkThresholds()
405 change.asserted) in checkThresholds()
425 for (const auto& change : changes) in checkThresholdsPowerDelay() local
438 if (change.threshold.direction == thresholds::Direction::LOW) in checkThresholdsPowerDelay()
440 if (change.asserted || thresholdTimer.hasActiveTimer( in checkThresholdsPowerDelay()
441 change.threshold, !change.asserted)) in checkThresholdsPowerDelay()
443 thresholdTimer.startTimer(weakSensor, change.threshold, in checkThresholdsPowerDelay()
444 change.asserted, change.assertValue); in checkThresholdsPowerDelay()
448 assertThresholds(sensor, change.assertValue, change.threshold.level, in checkThresholdsPowerDelay()
449 change.threshold.direction, change.asserted); in checkThresholdsPowerDelay()