Home
last modified time | relevance | path

Searched refs:warningHigh (Results 1 – 8 of 8) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp237 double warningHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
245 warningHigh = in NumericSensor()
384 thresholdWarningIntf->warningHigh(unitModifier(warningHigh)); in NumericSensor()
489 double warningHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
497 warningHigh = pdr->warning_high; in NumericSensor()
627 thresholdWarningIntf->warningHigh(unitModifier(warningHigh)); in NumericSensor()
H A Dnumeric_sensor.hpp156 return thresholdWarningIntf->warningHigh(); in getThresholdUpperWarning()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp119 std::optional<uint8_t> warningHigh; member
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp159 std::optional<uint8_t> warningHigh; member
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp131 return WarningObject::warningHigh(); in high()
181 virtual double warningHigh(double value) in warningHigh() function
189 return WarningObject::warningHigh(value); in warningHigh()
H A DvirtualSensor.cpp580 warningIface->warningHigh(threshold.value( in createThresholds()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1311 auto warningHigh = warningMap.find( in getIPMIThresholds() local
1316 if (warningHigh != warningMap.end()) in getIPMIThresholds()
1319 std::visit(VariantToDoubleVisitor(), warningHigh->second); in getIPMIThresholds()
1322 resp.warningHigh = scaleIPMIValueFromDouble( in getIPMIThresholds()
1418 if (thresholdData.warningHigh) in ipmiSenGetSensorThresholds()
1422 upperNC = *thresholdData.warningHigh; in ipmiSenGetSensorThresholds()
1529 auto warningHigh = warningMap.find( in ipmiSenGetSensorEventEnable() local
1533 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventEnable()
1536 std::visit(VariantToDoubleVisitor(), warningHigh->second); in ipmiSenGetSensorEventEnable()
1740 auto warningHigh = warningMap.find( in ipmiSenGetSensorEventStatus() local
[all …]
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp52 &WarningObject::warningHigh;
56 &WarningObject::warningHigh;