Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp37 const std::string warningInterface = variable
51 warningInterface, criticalInterface, perfLossInterface};
61 {warningInterface,
99 warningInterface + "'", in ThresholdAlarmLogger()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1258 auto warningInterface = in getIPMIThresholds() local
1263 if ((warningInterface != sensorMap.end()) || in getIPMIThresholds()
1289 if (warningInterface != sensorMap.end()) in getIPMIThresholds()
1291 auto& warningMap = warningInterface->second; in getIPMIThresholds()
1496 auto warningInterface = in ipmiSenGetSensorEventEnable() local
1500 if ((warningInterface != sensorMap.end()) || in ipmiSenGetSensorEventEnable()
1505 if (warningInterface != sensorMap.end()) in ipmiSenGetSensorEventEnable()
1507 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventEnable()
1675 auto warningInterface = in ipmiSenGetSensorEventStatus() local
1709 if ((warningInterface != sensorMap.end()) || in ipmiSenGetSensorEventStatus()
[all …]
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp59 constexpr const char* warningInterface = variable
335 interface = thresholds::warningInterface; in populatePidInfo()