Lines Matching refs:warningInterface
1278 auto warningInterface = sensorMap.find(SensorThresholdWarning::interface); in getIPMIThresholds() local
1281 if ((warningInterface != sensorMap.end()) || in getIPMIThresholds()
1307 if (warningInterface != sensorMap.end()) in getIPMIThresholds()
1309 auto& warningMap = warningInterface->second; in getIPMIThresholds()
1518 auto warningInterface = sensorMap.find(SensorThresholdWarning::interface); in ipmiSenGetSensorEventEnable() local
1520 if ((warningInterface != sensorMap.end()) || in ipmiSenGetSensorEventEnable()
1525 if (warningInterface != sensorMap.end()) in ipmiSenGetSensorEventEnable()
1527 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventEnable()
1699 auto warningInterface = sensorMap.find(SensorThresholdWarning::interface); in ipmiSenGetSensorEventStatus() local
1731 if ((warningInterface != sensorMap.end()) || in ipmiSenGetSensorEventStatus()
1736 if (warningInterface != sensorMap.end()) in ipmiSenGetSensorEventStatus()
1738 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventStatus()