Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp962 auto findLower = findThreshold.find("CriticalLow"); in ipmiSenSetSensorThresholds() local
963 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
992 auto findLower = findThreshold.find("WarningLow"); in ipmiSenSetSensorThresholds() local
993 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1194 auto findLower = findThreshold->second.find("CriticalLow"); in ipmiSenSetSensorThresholds() local
1195 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
1223 auto findLower = findThreshold->second.find("WarningLow"); in ipmiSenSetSensorThresholds() local
1224 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()