Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp954 ipmi::PropertyMap findThreshold; in ipmiSenSetSensorThresholds() local
962 auto findLower = findThreshold.find("CriticalLow"); in ipmiSenSetSensorThresholds()
963 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
972 auto findUpper = findThreshold.find("CriticalHigh"); in ipmiSenSetSensorThresholds()
973 if (findUpper == findThreshold.end()) in ipmiSenSetSensorThresholds()
984 ipmi::PropertyMap findThreshold; in ipmiSenSetSensorThresholds() local
986 warningThreshIntf, findThreshold); in ipmiSenSetSensorThresholds()
992 auto findLower = findThreshold.find("WarningLow"); in ipmiSenSetSensorThresholds()
993 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
1002 auto findUpper = findThreshold.find("WarningHigh"); in ipmiSenSetSensorThresholds()
[all …]
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1186 auto findThreshold = in ipmiSenSetSensorThresholds() local
1188 if (findThreshold == sensorMap.end()) in ipmiSenSetSensorThresholds()
1195 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
1200 findThreshold->first); in ipmiSenSetSensorThresholds()
1205 if (findUpper == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
1210 findThreshold->first); in ipmiSenSetSensorThresholds()
1215 auto findThreshold = in ipmiSenSetSensorThresholds() local
1217 if (findThreshold == sensorMap.end()) in ipmiSenSetSensorThresholds()
1224 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
1229 findThreshold->first); in ipmiSenSetSensorThresholds()
[all …]