Home
last modified time | relevance | path

Searched refs:warningInterface (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp34 const std::string warningInterface = variable
48 warningInterface, criticalInterface, perfLossInterface};
58 {warningInterface,
95 warningInterface + "'", in ThresholdAlarmLogger()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1278 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()
[all …]