Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.cpp190 PropertyMap warningMap; in thresholdsAsserted() local
195 msg.read(warningMap); in thresholdsAsserted()
202 auto findWarningHigh = warningMap.find("WarningAlarmHigh"); in thresholdsAsserted()
204 if (findWarningHigh != warningMap.end()) in thresholdsAsserted()
/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp778 auto& warningMap = warningInterface->second; in getIPMIThresholds() local
781 auto warningLow = warningMap.find("WarningLow"); in getIPMIThresholds()
783 if (warningHigh != warningMap.end()) in getIPMIThresholds()
793 if (warningLow != warningMap.end()) in getIPMIThresholds()
969 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventEnable() local
972 auto warningLow = warningMap.find("WarningLow"); in ipmiSenGetSensorEventEnable()
973 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventEnable()
987 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()
1128 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventStatus() local
1135 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventStatus()
[all …]
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1291 auto& warningMap = warningInterface->second; in getIPMIThresholds() local
1294 auto warningLow = warningMap.find("WarningLow"); in getIPMIThresholds()
1296 if (warningHigh != warningMap.end()) in getIPMIThresholds()
1306 if (warningLow != warningMap.end()) in getIPMIThresholds()
1507 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventEnable() local
1510 auto warningLow = warningMap.find("WarningLow"); in ipmiSenGetSensorEventEnable()
1511 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventEnable()
1525 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()
1716 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventStatus() local
1723 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventStatus()
[all …]