Home
last modified time | relevance | path

Searched refs:warningHigh (Results 1 – 8 of 8) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp197 warningHigh = pdr->warning_high.value_u8; in NumericSensor()
200 warningHigh = pdr->warning_high.value_s8; in NumericSensor()
203 warningHigh = pdr->warning_high.value_u16; in NumericSensor()
206 warningHigh = pdr->warning_high.value_s16; in NumericSensor()
209 warningHigh = pdr->warning_high.value_u32; in NumericSensor()
212 warningHigh = pdr->warning_high.value_s32; in NumericSensor()
215 warningHigh = pdr->warning_high.value_f32; in NumericSensor()
410 thresholdWarningIntf->warningHigh(unitModifier(warningHigh)); in NumericSensor()
550 warningHigh = pdr->warning_high; in NumericSensor()
670 thresholdWarningIntf->warningHigh(unitModifier(warningHigh)); in NumericSensor()
[all …]
H A Dnumeric_sensor.hpp156 return thresholdWarningIntf->warningHigh(); in getThresholdUpperWarning()
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp81 return WarningObject::warningHigh(); in high()
125 virtual double warningHigh(double value) in warningHigh() function
133 return WarningObject::warningHigh(value); in warningHigh()
H A DvirtualSensor.cpp546 warningIface->warningHigh(threshold.value( in createThresholds()
/openbmc/intel-ipmi-oem/include/
H A Dsensorcommands.hpp159 std::optional<uint8_t> warningHigh; member
/openbmc/phosphor-host-ipmid/include/dbus-sdr/
H A Dsensorcommands.hpp119 std::optional<uint8_t> warningHigh; member
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1293 auto warningHigh = warningMap.find("WarningHigh"); in getIPMIThresholds() local
1296 if (warningHigh != warningMap.end()) in getIPMIThresholds()
1302 resp.warningHigh = scaleIPMIValueFromDouble( in getIPMIThresholds()
1396 if (thresholdData.warningHigh) in ipmiSenGetSensorThresholds()
1400 upperNC = *thresholdData.warningHigh; in ipmiSenGetSensorThresholds()
1509 auto warningHigh = warningMap.find("WarningHigh"); in ipmiSenGetSensorEventEnable() local
1511 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventEnable()
1718 auto warningHigh = warningMap.find("WarningAlarmHigh"); in ipmiSenGetSensorEventStatus() local
1723 if (warningHigh != warningMap.end()) in ipmiSenGetSensorEventStatus()
1725 warningHighAlarm = std::get<bool>(warningHigh->second); in ipmiSenGetSensorEventStatus()
[all …]
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp52 &WarningObject::warningHigh;
56 &WarningObject::warningHigh;