Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp238 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
252 warningLow = in NumericSensor()
385 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
490 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
502 warningLow = pdr->warning_low; in NumericSensor()
628 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
H A Dnumeric_sensor.hpp172 return thresholdWarningIntf->warningLow(); in getThresholdLowerWarning()
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp118 std::optional<uint8_t> warningLow; member
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp158 std::optional<uint8_t> warningLow; member
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp135 return WarningObject::warningLow(); in low()
193 virtual double warningLow(double value) in warningLow() function
201 return WarningObject::warningLow(value); in warningLow()
H A DvirtualSensor.cpp582 warningIface->warningLow(threshold.value( in createThresholds()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1313 auto warningLow = warningMap.find( in getIPMIThresholds() local
1326 if (warningLow != warningMap.end()) in getIPMIThresholds()
1329 std::visit(VariantToDoubleVisitor(), warningLow->second); in getIPMIThresholds()
1332 resp.warningLow = scaleIPMIValueFromDouble( in getIPMIThresholds()
1424 if (thresholdData.warningLow) in ipmiSenGetSensorThresholds()
1428 lowerNC = *thresholdData.warningLow; in ipmiSenGetSensorThresholds()
1531 auto warningLow = warningMap.find( in ipmiSenGetSensorEventEnable() local
1547 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()
1550 std::visit(VariantToDoubleVisitor(), warningLow->second); in ipmiSenGetSensorEventEnable()
1742 auto warningLow = warningMap.find( in ipmiSenGetSensorEventStatus() local
[all …]
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp50 &WarningObject::warningLow;
54 &WarningObject::warningLow;