Searched refs:warningInterface (Results 1 – 2 of 2) sorted by relevance
34 const std::string warningInterface = variable48 warningInterface, criticalInterface, perfLossInterface};58 {warningInterface,95 warningInterface + "'", in ThresholdAlarmLogger()
1278 auto warningInterface = sensorMap.find(SensorThresholdWarning::interface); in getIPMIThresholds() local1281 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() local1520 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() local1731 if ((warningInterface != sensorMap.end()) || in ipmiSenGetSensorEventStatus()[all …]