Searched refs:warningMap (Results 1 – 2 of 2) sorted by relevance
192 PropertyMap warningMap; in thresholdsAsserted() local197 msg.read(warningMap); in thresholdsAsserted()204 auto findWarningHigh = warningMap.find( in thresholdsAsserted()207 if (findWarningHigh != warningMap.end()) in thresholdsAsserted()
1309 auto& warningMap = warningInterface->second; in getIPMIThresholds() local1311 auto warningHigh = warningMap.find( in getIPMIThresholds()1313 auto warningLow = warningMap.find( in getIPMIThresholds()1316 if (warningHigh != warningMap.end()) in getIPMIThresholds()1326 if (warningLow != warningMap.end()) in getIPMIThresholds()1527 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventEnable() local1529 auto warningHigh = warningMap.find( in ipmiSenGetSensorEventEnable()1531 auto warningLow = warningMap.find( in ipmiSenGetSensorEventEnable()1533 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventEnable()1547 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()[all …]