Lines Matching refs:newAlarm

675         auto newAlarm =  in updateThresholds()  local
677 if (alarm != newAlarm) in updateThresholds()
679 thresholdWarningIntf->warningAlarmHigh(newAlarm); in updateThresholds()
680 if (newAlarm) in updateThresholds()
695 auto newAlarm = in updateThresholds() local
697 if (alarm != newAlarm) in updateThresholds()
699 thresholdWarningIntf->warningAlarmLow(newAlarm); in updateThresholds()
700 if (newAlarm) in updateThresholds()
716 auto newAlarm = in updateThresholds() local
718 if (alarm != newAlarm) in updateThresholds()
720 thresholdCriticalIntf->criticalAlarmHigh(newAlarm); in updateThresholds()
721 if (newAlarm) in updateThresholds()
737 auto newAlarm = in updateThresholds() local
739 if (alarm != newAlarm) in updateThresholds()
741 thresholdCriticalIntf->criticalAlarmLow(newAlarm); in updateThresholds()
742 if (newAlarm) in updateThresholds()
756 double rawValue, bool newAlarm, bool assert) in triggerThresholdEvent() argument
769 "TID", eventType, "SID", direction, "VAL", value, "PSTATE", newAlarm, in triggerThresholdEvent()
787 if (alarm == newAlarm) in triggerThresholdEvent()
791 thresholdWarningIntf->warningAlarmHigh(newAlarm); in triggerThresholdEvent()
805 if (alarm == newAlarm) in triggerThresholdEvent()
809 thresholdWarningIntf->warningAlarmLow(newAlarm); in triggerThresholdEvent()
834 if (alarm == newAlarm) in triggerThresholdEvent()
838 thresholdCriticalIntf->criticalAlarmHigh(newAlarm); in triggerThresholdEvent()
852 if (alarm == newAlarm) in triggerThresholdEvent()
856 thresholdCriticalIntf->criticalAlarmLow(newAlarm); in triggerThresholdEvent()