Searched refs:warningLow (Results 1 – 8 of 8) sorted by relevance
221 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local233 warningLow = in NumericSensor()355 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()440 double warningLow = std::numeric_limits<double>::quiet_NaN(); in NumericSensor() local450 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()
172 return thresholdWarningIntf->warningLow(); in getThresholdLowerWarning()
85 return WarningObject::warningLow(); in low()137 virtual double warningLow(double value) in warningLow() function145 return WarningObject::warningLow(value); in warningLow()
548 warningIface->warningLow(threshold.value( in createThresholds()
1294 auto warningLow = warningMap.find("WarningLow"); in getIPMIThresholds() local1306 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() local1525 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()1528 std::visit(VariantToDoubleVisitor(), warningLow->second); in ipmiSenGetSensorEventEnable()1719 auto warningLow = warningMap.find("WarningAlarmLow"); in ipmiSenGetSensorEventStatus() local[all …]
118 std::optional<uint8_t> warningLow; member
158 std::optional<uint8_t> warningLow; member
50 &WarningObject::warningLow;54 &WarningObject::warningLow;