Searched refs:warningLow (Results 1 – 8 of 8) sorted by relevance
238 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local252 warningLow = in NumericSensor()385 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()490 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local502 warningLow = pdr->warning_low; in NumericSensor()628 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
172 return thresholdWarningIntf->warningLow(); in getThresholdLowerWarning()
118 std::optional<uint8_t> warningLow; member
158 std::optional<uint8_t> warningLow; member
135 return WarningObject::warningLow(); in low()193 virtual double warningLow(double value) in warningLow() function201 return WarningObject::warningLow(value); in warningLow()
582 warningIface->warningLow(threshold.value( in createThresholds()
1313 auto warningLow = warningMap.find( in getIPMIThresholds() local1326 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() local1547 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()1550 std::visit(VariantToDoubleVisitor(), warningLow->second); in ipmiSenGetSensorEventEnable()1742 auto warningLow = warningMap.find( in ipmiSenGetSensorEventStatus() local[all …]
50 &WarningObject::warningLow;54 &WarningObject::warningLow;