Home
last modified time | relevance | path

Searched refs:warningMap (Results 1 – 2 of 2) 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/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1291 auto& warningMap = warningInterface->second; in getIPMIThresholds() local
1293 auto warningHigh = warningMap.find("WarningHigh"); in getIPMIThresholds()
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
1509 auto warningHigh = warningMap.find("WarningHigh"); in ipmiSenGetSensorEventEnable()
1510 auto warningLow = warningMap.find("WarningLow"); in ipmiSenGetSensorEventEnable()
1511 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventEnable()
1525 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()
[all …]