Searched refs:warningMap (Results 1 – 2 of 2) sorted by relevance
190 PropertyMap warningMap; in thresholdsAsserted() local195 msg.read(warningMap); in thresholdsAsserted()202 auto findWarningHigh = warningMap.find("WarningAlarmHigh"); in thresholdsAsserted()204 if (findWarningHigh != warningMap.end()) in thresholdsAsserted()
1291 auto& warningMap = warningInterface->second; in getIPMIThresholds() local1293 auto warningHigh = warningMap.find("WarningHigh"); in getIPMIThresholds()1294 auto warningLow = warningMap.find("WarningLow"); in getIPMIThresholds()1296 if (warningHigh != warningMap.end()) in getIPMIThresholds()1306 if (warningLow != warningMap.end()) in getIPMIThresholds()1507 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventEnable() local1509 auto warningHigh = warningMap.find("WarningHigh"); in ipmiSenGetSensorEventEnable()1510 auto warningLow = warningMap.find("WarningLow"); in ipmiSenGetSensorEventEnable()1511 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventEnable()1525 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()[all …]