Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp953 ipmi::PropertyMap findThreshold; in ipmiSenSetSensorThresholds() local
956 findThreshold); in ipmiSenSetSensorThresholds()
962 auto findLower = findThreshold.find( in ipmiSenSetSensorThresholds()
964 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
974 auto findUpper = findThreshold.find( in ipmiSenSetSensorThresholds()
976 if (findUpper == findThreshold.end()) in ipmiSenSetSensorThresholds()
988 ipmi::PropertyMap findThreshold; in ipmiSenSetSensorThresholds() local
991 findThreshold); in ipmiSenSetSensorThresholds()
997 auto findLower = findThreshold.find( in ipmiSenSetSensorThresholds()
999 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
[all …]
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1200 auto findThreshold = sensorMap.find(SensorThresholdCritical::interface); in ipmiSenSetSensorThresholds() local
1201 if (findThreshold == sensorMap.end()) in ipmiSenSetSensorThresholds()
1207 auto findLower = findThreshold->second.find( in ipmiSenSetSensorThresholds()
1209 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
1215 lowerCritical, findThreshold->first); in ipmiSenSetSensorThresholds()
1219 auto findUpper = findThreshold->second.find( in ipmiSenSetSensorThresholds()
1221 if (findUpper == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
1227 upperCritical, findThreshold->first); in ipmiSenSetSensorThresholds()
1232 auto findThreshold = sensorMap.find(SensorThresholdWarning::interface); in ipmiSenSetSensorThresholds() local
1233 if (findThreshold == sensorMap.end()) in ipmiSenSetSensorThresholds()
[all …]