Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp219 double criticalLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
247 criticalLow = in NumericSensor()
374 thresholdCriticalIntf->criticalLow(unitModifier(criticalLow)); in NumericSensor()
438 double criticalLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
462 criticalLow = pdr->critical_low; in NumericSensor()
585 thresholdCriticalIntf->criticalLow(unitModifier(criticalLow)); in NumericSensor()
803 std::isfinite(thresholdCriticalIntf->criticalLow())) in updateThresholds()
805 auto threshold = thresholdCriticalIntf->criticalLow(); in updateThresholds()
919 std::isfinite(thresholdCriticalIntf->criticalLow())) in triggerThresholdEvent()
H A Dnumeric_sensor.hpp140 return thresholdCriticalIntf->criticalLow(); in getThresholdLowerCritical()
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp204 return CriticalObject::criticalLow(); in low()
256 virtual double criticalLow(double value) in criticalLow() function
263 return CriticalObject::criticalLow(value); in criticalLow()
H A DvirtualSensor.cpp514 criticalIface->criticalLow(threshold.value( in createThresholds()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1322 auto criticalLow = criticalMap.find("CriticalLow"); in getIPMIThresholds() local
1334 if (criticalLow != criticalMap.end()) in getIPMIThresholds()
1337 std::visit(VariantToDoubleVisitor(), criticalLow->second); in getIPMIThresholds()
1340 resp.criticalLow = scaleIPMIValueFromDouble( in getIPMIThresholds()
1415 if (thresholdData.criticalLow) in ipmiSenGetSensorThresholds()
1419 lowerCritical = *thresholdData.criticalLow; in ipmiSenGetSensorThresholds()
1545 auto criticalLow = criticalMap.find("CriticalLow"); in ipmiSenGetSensorEventEnable() local
1560 if (criticalLow != criticalMap.end()) in ipmiSenGetSensorEventEnable()
1563 std::visit(VariantToDoubleVisitor(), criticalLow->second); in ipmiSenGetSensorEventEnable()
1749 auto criticalLow = criticalMap.find("CriticalAlarmLow"); in ipmiSenGetSensorEventStatus() local
[all …]
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp120 std::optional<uint8_t> criticalLow; member
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp160 std::optional<uint8_t> criticalLow; member
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp80 &CriticalObject::criticalLow;
84 &CriticalObject::criticalLow;