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.cpp221 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
233 warningLow = in NumericSensor()
355 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
440 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
450 warningLow = pdr->warning_low; in NumericSensor()
566 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
761 std::isfinite(thresholdWarningIntf->warningLow())) in updateThresholds()
763 auto threshold = thresholdWarningIntf->warningLow(); in updateThresholds()
872 std::isfinite(thresholdWarningIntf->warningLow())) in triggerThresholdEvent()
H A Dnumeric_sensor.hpp172 return thresholdWarningIntf->warningLow(); in getThresholdLowerWarning()
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp85 return WarningObject::warningLow(); in low()
137 virtual double warningLow(double value) in warningLow() function
145 return WarningObject::warningLow(value); in warningLow()
H A DvirtualSensor.cpp548 warningIface->warningLow(threshold.value( in createThresholds()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1294 auto warningLow = warningMap.find("WarningLow"); in getIPMIThresholds() local
1306 if (warningLow != warningMap.end()) in getIPMIThresholds()
1309 std::visit(VariantToDoubleVisitor(), warningLow->second); in getIPMIThresholds()
1312 resp.warningLow = scaleIPMIValueFromDouble( in getIPMIThresholds()
1402 if (thresholdData.warningLow) in ipmiSenGetSensorThresholds()
1406 lowerNC = *thresholdData.warningLow; in ipmiSenGetSensorThresholds()
1510 auto warningLow = warningMap.find("WarningLow"); in ipmiSenGetSensorEventEnable() local
1525 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()
1528 std::visit(VariantToDoubleVisitor(), warningLow->second); in ipmiSenGetSensorEventEnable()
1719 auto warningLow = warningMap.find("WarningAlarmLow"); in ipmiSenGetSensorEventStatus() local
[all …]
/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-hwmon/
H A Dmainloop.cpp50 &WarningObject::warningLow;
54 &WarningObject::warningLow;