Home
last modified time | relevance | path

Searched refs:warningAlarmLow (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp297 const bool* warningAlarmLow = nullptr; in getHealth() local
303 warningAlarmLow); in getHealth()
332 (warningAlarmLow != nullptr && *warningAlarmLow)) in getHealth()
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp308 bool warningAlarmLow; in readingData() local
311 warningAlarmLow = std::get<bool>(ipmi::getDbusProperty( in readingData()
317 warningAlarmLow = false; in readingData()
323 (static_cast<uint8_t>(warningAlarmLow)); in readingData()
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp694 auto alarm = thresholdWarningIntf->warningAlarmLow(); in updateThresholds()
699 thresholdWarningIntf->warningAlarmLow(newAlarm); in updateThresholds()
804 auto alarm = thresholdWarningIntf->warningAlarmLow(); in triggerThresholdEvent()
809 thresholdWarningIntf->warningAlarmLow(newAlarm); in triggerThresholdEvent()
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp58 Thresholds<WarningObject>::alarmLo = &WarningObject::warningAlarmLow;
62 Thresholds<WarningObject>::getAlarmLow = &WarningObject::warningAlarmLow;
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp97 return warningAlarmLow(std::forward<Args>(args)...); in alarmLow()