Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp122 if (thresholdCriticalIntf) in getThresholdUpperCritical()
124 return thresholdCriticalIntf->criticalHigh(); in getThresholdUpperCritical()
138 if (thresholdCriticalIntf) in getThresholdLowerCritical()
140 return thresholdCriticalIntf->criticalLow(); in getThresholdLowerCritical()
282 ? thresholdCriticalIntf->criticalAlarmHigh() in getThresholdAlarm()
283 : thresholdCriticalIntf->criticalAlarmLow(); in getThresholdAlarm()
440 std::unique_ptr<ThresholdCriticalIntf> thresholdCriticalIntf = nullptr; member in pldm::platform_mc::NumericSensor
H A Dnumeric_sensor.cpp392 thresholdCriticalIntf = in NumericSensor()
403 thresholdCriticalIntf->criticalHigh(unitModifier(criticalHigh)); in NumericSensor()
404 thresholdCriticalIntf->criticalLow(unitModifier(criticalLow)); in NumericSensor()
635 thresholdCriticalIntf = in NumericSensor()
646 thresholdCriticalIntf->criticalHigh(unitModifier(criticalHigh)); in NumericSensor()
647 thresholdCriticalIntf->criticalLow(unitModifier(criticalLow)); in NumericSensor()
846 thresholdCriticalIntf->criticalAlarmHigh(newAlarm); in setCriticalThresholdAlarm()
849 thresholdCriticalIntf->criticalHighAlarmAsserted(value); in setCriticalThresholdAlarm()
853 thresholdCriticalIntf->criticalHighAlarmDeasserted(value); in setCriticalThresholdAlarm()
858 thresholdCriticalIntf->criticalAlarmLow(newAlarm); in setCriticalThresholdAlarm()
[all …]