Searched refs:warningLow (Results 1 – 8 of 8) sorted by relevance
226 warningLow = pdr->warning_low.value_u8; in NumericSensor()229 warningLow = pdr->warning_low.value_s8; in NumericSensor()232 warningLow = pdr->warning_low.value_u16; in NumericSensor()235 warningLow = pdr->warning_low.value_s16; in NumericSensor()238 warningLow = pdr->warning_low.value_u32; in NumericSensor()241 warningLow = pdr->warning_low.value_s32; in NumericSensor()244 warningLow = pdr->warning_low.value_f32; in NumericSensor()411 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()555 warningLow = pdr->warning_low; in NumericSensor()671 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()[all …]
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()
158 std::optional<uint8_t> warningLow; member
118 std::optional<uint8_t> warningLow; member
1294 auto warningLow = warningMap.find("WarningLow"); in getIPMIThresholds() local1306 if (warningLow != warningMap.end()) 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()1719 auto warningLow = warningMap.find("WarningAlarmLow"); in ipmiSenGetSensorEventStatus() local1727 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventStatus()1729 warningLowAlarm = std::get<bool>(warningLow->second); in ipmiSenGetSensorEventStatus()[all …]
50 &WarningObject::warningLow;54 &WarningObject::warningLow;