Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp186 if (thresholdHardShutdownIntf) in getThresholdUpperHardShutdown()
188 return thresholdHardShutdownIntf->hardShutdownHigh(); in getThresholdUpperHardShutdown()
202 if (thresholdHardShutdownIntf) in getThresholdLowerHardShutdown()
204 return thresholdHardShutdownIntf->hardShutdownLow(); in getThresholdLowerHardShutdown()
286 ? thresholdHardShutdownIntf->hardShutdownAlarmHigh() in getThresholdAlarm()
287 : thresholdHardShutdownIntf->hardShutdownAlarmLow(); in getThresholdAlarm()
441 std::unique_ptr<ThresholdHardShutdownIntf> thresholdHardShutdownIntf = member in pldm::platform_mc::NumericSensor
H A Dnumeric_sensor.cpp411 thresholdHardShutdownIntf = in NumericSensor()
422 thresholdHardShutdownIntf->hardShutdownHigh(unitModifier(fatalHigh)); in NumericSensor()
423 thresholdHardShutdownIntf->hardShutdownLow(unitModifier(fatalLow)); in NumericSensor()
654 thresholdHardShutdownIntf = in NumericSensor()
665 thresholdHardShutdownIntf->hardShutdownHigh(unitModifier(fatalHigh)); in NumericSensor()
666 thresholdHardShutdownIntf->hardShutdownLow(unitModifier(fatalLow)); in NumericSensor()
875 thresholdHardShutdownIntf->hardShutdownAlarmHigh(newAlarm); in setHardShutdownThresholdAlarm()
878 thresholdHardShutdownIntf->hardShutdownHighAlarmAsserted(value); in setHardShutdownThresholdAlarm()
882 thresholdHardShutdownIntf->hardShutdownHighAlarmDeasserted(value); in setHardShutdownThresholdAlarm()
887 thresholdHardShutdownIntf->hardShutdownAlarmLow(newAlarm); in setHardShutdownThresholdAlarm()
[all …]