Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp672 auto findThreshold = in ipmiSenSetSensorThresholds() local
674 if (findThreshold == sensorMap.end()) in ipmiSenSetSensorThresholds()
681 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
686 findThreshold->first); in ipmiSenSetSensorThresholds()
691 if (findUpper == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
696 findThreshold->first); in ipmiSenSetSensorThresholds()
701 auto findThreshold = in ipmiSenSetSensorThresholds() local
703 if (findThreshold == sensorMap.end()) in ipmiSenSetSensorThresholds()
710 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
715 findThreshold->first); in ipmiSenSetSensorThresholds()
[all …]
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp908 ipmi::PropertyMap findThreshold; in ipmiSenSetSensorThresholds() local
916 auto findLower = findThreshold.find("CriticalLow"); in ipmiSenSetSensorThresholds()
917 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
926 auto findUpper = findThreshold.find("CriticalHigh"); in ipmiSenSetSensorThresholds()
927 if (findUpper == findThreshold.end()) in ipmiSenSetSensorThresholds()
938 ipmi::PropertyMap findThreshold; in ipmiSenSetSensorThresholds() local
940 warningThreshIntf, findThreshold); in ipmiSenSetSensorThresholds()
946 auto findLower = findThreshold.find("WarningLow"); in ipmiSenSetSensorThresholds()
947 if (findLower == findThreshold.end()) in ipmiSenSetSensorThresholds()
956 auto findUpper = findThreshold.find("WarningHigh"); in ipmiSenSetSensorThresholds()
[all …]
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1204 auto findThreshold = in ipmiSenSetSensorThresholds() local
1206 if (findThreshold == sensorMap.end()) in ipmiSenSetSensorThresholds()
1213 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
1218 findThreshold->first); in ipmiSenSetSensorThresholds()
1223 if (findUpper == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
1228 findThreshold->first); in ipmiSenSetSensorThresholds()
1233 auto findThreshold = in ipmiSenSetSensorThresholds() local
1235 if (findThreshold == sensorMap.end()) in ipmiSenSetSensorThresholds()
1242 if (findLower == findThreshold->second.end()) in ipmiSenSetSensorThresholds()
1247 findThreshold->first); in ipmiSenSetSensorThresholds()
[all …]