Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp218 double criticalHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
240 criticalHigh = in NumericSensor()
373 thresholdCriticalIntf->criticalHigh(unitModifier(criticalHigh)); in NumericSensor()
437 double criticalHigh = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local
456 criticalHigh = pdr->critical_high; in NumericSensor()
584 thresholdCriticalIntf->criticalHigh(unitModifier(criticalHigh)); in NumericSensor()
782 std::isfinite(thresholdCriticalIntf->criticalHigh())) in updateThresholds()
784 auto threshold = thresholdCriticalIntf->criticalHigh(); in updateThresholds()
901 std::isfinite(thresholdCriticalIntf->criticalHigh())) in triggerThresholdEvent()
H A Dnumeric_sensor.hpp124 return thresholdCriticalIntf->criticalHigh(); in getThresholdUpperCritical()
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp200 return CriticalObject::criticalHigh(); in high()
244 virtual double criticalHigh(double value) in criticalHigh() function
252 return CriticalObject::criticalHigh(value); in criticalHigh()
H A DvirtualSensor.cpp512 criticalIface->criticalHigh(threshold.value( in createThresholds()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1321 auto criticalHigh = criticalMap.find("CriticalHigh"); in getIPMIThresholds() local
1324 if (criticalHigh != criticalMap.end()) in getIPMIThresholds()
1327 std::visit(VariantToDoubleVisitor(), criticalHigh->second); in getIPMIThresholds()
1330 resp.criticalHigh = scaleIPMIValueFromDouble( in getIPMIThresholds()
1409 if (thresholdData.criticalHigh) in ipmiSenGetSensorThresholds()
1413 upperCritical = *thresholdData.criticalHigh; in ipmiSenGetSensorThresholds()
1544 auto criticalHigh = criticalMap.find("CriticalHigh"); in ipmiSenGetSensorEventEnable() local
1547 if (criticalHigh != criticalMap.end()) in ipmiSenGetSensorEventEnable()
1550 std::visit(VariantToDoubleVisitor(), criticalHigh->second); in ipmiSenGetSensorEventEnable()
1748 auto criticalHigh = criticalMap.find("CriticalAlarmHigh"); in ipmiSenGetSensorEventStatus() local
[all …]
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp121 std::optional<uint8_t> criticalHigh; member
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp161 std::optional<uint8_t> criticalHigh; member
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp82 &CriticalObject::criticalHigh;
86 &CriticalObject::criticalHigh;