Searched refs:criticalLow (Results 1 – 8 of 8) sorted by relevance
219 double criticalLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local247 criticalLow = in NumericSensor()374 thresholdCriticalIntf->criticalLow(unitModifier(criticalLow)); in NumericSensor()438 double criticalLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local462 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()
140 return thresholdCriticalIntf->criticalLow(); in getThresholdLowerCritical()
204 return CriticalObject::criticalLow(); in low()256 virtual double criticalLow(double value) in criticalLow() function263 return CriticalObject::criticalLow(value); in criticalLow()
514 criticalIface->criticalLow(threshold.value( in createThresholds()
1322 auto criticalLow = criticalMap.find("CriticalLow"); in getIPMIThresholds() local1334 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() local1560 if (criticalLow != criticalMap.end()) in ipmiSenGetSensorEventEnable()1563 std::visit(VariantToDoubleVisitor(), criticalLow->second); in ipmiSenGetSensorEventEnable()1749 auto criticalLow = criticalMap.find("CriticalAlarmLow"); in ipmiSenGetSensorEventStatus() local[all …]
120 std::optional<uint8_t> criticalLow; member
160 std::optional<uint8_t> criticalLow; member
80 &CriticalObject::criticalLow;84 &CriticalObject::criticalLow;