Lines Matching full:change
396 for (const auto& change : changes)
398 assertThresholds(sensor, change.assertValue, change.threshold.level,
399 change.threshold.direction, change.asserted);
400 if (change.threshold.level == thresholds::Level::CRITICAL &&
401 change.asserted)
421 for (const auto& change : changes)
434 if (change.threshold.direction == thresholds::Direction::LOW)
436 if (change.asserted || thresholdTimer.hasActiveTimer(
437 change.threshold, !change.asserted))
439 thresholdTimer.startTimer(weakSensor, change.threshold,
440 change.asserted, change.assertValue);
444 assertThresholds(sensor, change.assertValue, change.threshold.level,
445 change.threshold.direction, change.asserted);