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.cpp192 PropertyMap warningMap; in thresholdsAsserted() local
197 msg.read(warningMap); in thresholdsAsserted()
204 auto findWarningHigh = warningMap.find( in thresholdsAsserted()
207 if (findWarningHigh != warningMap.end()) in thresholdsAsserted()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1309 auto& warningMap = warningInterface->second; in getIPMIThresholds() local
1311 auto warningHigh = warningMap.find( in getIPMIThresholds()
1313 auto warningLow = warningMap.find( in getIPMIThresholds()
1316 if (warningHigh != warningMap.end()) in getIPMIThresholds()
1326 if (warningLow != warningMap.end()) in getIPMIThresholds()
1527 auto& warningMap = warningInterface->second; in ipmiSenGetSensorEventEnable() local
1529 auto warningHigh = warningMap.find( in ipmiSenGetSensorEventEnable()
1531 auto warningLow = warningMap.find( in ipmiSenGetSensorEventEnable()
1533 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventEnable()
1547 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()
[all …]