Lines Matching refs:warningLow
1294 auto warningLow = warningMap.find("WarningLow"); in getIPMIThresholds() local
1306 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() local
1525 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventEnable()
1528 std::visit(VariantToDoubleVisitor(), warningLow->second); in ipmiSenGetSensorEventEnable()
1719 auto warningLow = warningMap.find("WarningAlarmLow"); in ipmiSenGetSensorEventStatus() local
1727 if (warningLow != warningMap.end()) in ipmiSenGetSensorEventStatus()
1729 warningLowAlarm = std::get<bool>(warningLow->second); in ipmiSenGetSensorEventStatus()
1980 if (thresholdData.warningLow) in constructSensorSdr()
1982 record.body.lower_noncritical_threshold = *thresholdData.warningLow; in constructSensorSdr()