Home
last modified time | relevance | path

Searched refs:warningAlarmHigh (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp462 auto warningAlarmHigh = msgData.find( in handleSensorValue() local
464 if (warningAlarmHigh == msgData.end()) in handleSensorValue()
470 if (warningAlarmHigh != msgData.end()) in handleSensorValue()
472 asserted = std::get<bool>(warningAlarmHigh->second); in handleSensorValue()
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp326 bool warningAlarmHigh; in readingData() local
329 warningAlarmHigh = std::get<bool>(ipmi::getDbusProperty( in readingData()
336 warningAlarmHigh = false; in readingData()
352 (static_cast<uint8_t>(warningAlarmHigh) << 3) | in readingData()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp394 const bool* warningAlarmHigh = nullptr; in getHealth() local
400 "WarningAlarmHigh", warningAlarmHigh, "WarningAlarmLow", in getHealth()
429 if ((warningAlarmHigh != nullptr && *warningAlarmHigh) || in getHealth()
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.hpp278 ? thresholdWarningIntf->warningAlarmHigh() in getThresholdAlarm()
H A Dnumeric_sensor.cpp817 thresholdWarningIntf->warningAlarmHigh(newAlarm); in setWarningThresholdAlarm()
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp60 Thresholds<WarningObject>::alarmHi = &WarningObject::warningAlarmHigh;
64 Thresholds<WarningObject>::getAlarmHigh = &WarningObject::warningAlarmHigh;
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp141 return warningAlarmHigh(std::forward<Args>(args)...); in alarmHigh()