Searched refs:alarmProperties (Results 1 – 3 of 3) sorted by relevance
38 const std::map<ShutdownType, std::map<AlarmType, std::string>> alarmProperties{ variable152 auto propertyName = alarmProperties.at(shutdownType).at(alarmType); in checkAlarms()193 const auto& lowAlarmName = alarmProperties.at(*type).at(AlarmType::low); in propertiesChanged()205 const auto& highAlarmName = alarmProperties.at(*type).at(AlarmType::high); in propertiesChanged()247 const auto& propertyName = alarmProperties.at(shutdownType).at(alarmType); in startTimer()335 const auto& propertyName = alarmProperties.at(shutdownType).at(alarmType); in stopTimer()382 const auto& propertyName = alarmProperties.at(shutdownType).at(alarmType); in timerExpired()
197 auto alarmProperties = thresholdData.find(interface); in checkProperties() local198 if (alarmProperties == thresholdData.end()) in checkProperties()205 if (alarmProperties->second.find(propertyName) != in checkProperties()206 alarmProperties->second.end()) in checkProperties()
102 alarmProperties{ variable865 auto interfaceProperty = alarmProperties.find(interface); in getSensorThreshold()866 if (interfaceProperty == alarmProperties.end()) in getSensorThreshold()