Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp338 bool warningAlarmLow; in readingData() local
341 warningAlarmLow = std::get<bool>(ipmi::getDbusProperty( in readingData()
348 warningAlarmLow = false; in readingData()
354 (static_cast<uint8_t>(warningAlarmLow) << 0); in readingData()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp409 const bool* warningAlarmLow = nullptr; in getHealth() local
415 warningAlarmLow); in getHealth()
444 (warningAlarmLow != nullptr && *warningAlarmLow)) in getHealth()
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp279 : thresholdWarningIntf->warningAlarmLow(); in getThresholdAlarm()
H A Dnumeric_sensor.cpp829 thresholdWarningIntf->warningAlarmLow(newAlarm); in setWarningThresholdAlarm()
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp58 Thresholds<WarningObject>::alarmLo = &WarningObject::warningAlarmLow;
62 Thresholds<WarningObject>::getAlarmLow = &WarningObject::warningAlarmLow;
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp147 return warningAlarmLow(std::forward<Args>(args)...); in alarmLow()