Home
last modified time | relevance | path

Searched refs:thresholdWarningIntf (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp154 if (thresholdWarningIntf) in getThresholdUpperWarning()
156 return thresholdWarningIntf->warningHigh(); in getThresholdUpperWarning()
170 if (thresholdWarningIntf) in getThresholdLowerWarning()
172 return thresholdWarningIntf->warningLow(); in getThresholdLowerWarning()
278 ? thresholdWarningIntf->warningAlarmHigh() in getThresholdAlarm()
279 : thresholdWarningIntf->warningAlarmLow(); in getThresholdAlarm()
439 std::unique_ptr<ThresholdWarningIntf> thresholdWarningIntf = nullptr; member in pldm::platform_mc::NumericSensor
H A Dnumeric_sensor.cpp373 thresholdWarningIntf = in NumericSensor()
384 thresholdWarningIntf->warningHigh(unitModifier(warningHigh)); in NumericSensor()
385 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
616 thresholdWarningIntf = in NumericSensor()
627 thresholdWarningIntf->warningHigh(unitModifier(warningHigh)); in NumericSensor()
628 thresholdWarningIntf->warningLow(unitModifier(warningLow)); in NumericSensor()
817 thresholdWarningIntf->warningAlarmHigh(newAlarm); in setWarningThresholdAlarm()
820 thresholdWarningIntf->warningHighAlarmAsserted(value); in setWarningThresholdAlarm()
824 thresholdWarningIntf->warningHighAlarmDeasserted(value); in setWarningThresholdAlarm()
829 thresholdWarningIntf->warningAlarmLow(newAlarm); in setWarningThresholdAlarm()
[all …]