Home
last modified time | relevance | path

Searched full:warningalarmhigh (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/
H A DWarning.interface.yaml35 - name: WarningAlarmHigh
41 WarningAlarmHigh may be set to False to clear an alarm condition. The
42 behavior of setting WarningAlarmHigh to True is undefined.
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp345 auto warningAlarmHigh = msgData.find("WarningAlarmHigh"); in handleSensorValue() local
346 if (warningAlarmHigh == msgData.end()) in handleSensorValue()
352 if (warningAlarmHigh != msgData.end()) in handleSensorValue()
354 asserted = std::get<bool>(warningAlarmHigh->second); in handleSensorValue()
H A Ddbushelper.cpp202 auto findWarningHigh = warningMap.find("WarningAlarmHigh"); in thresholdsAsserted()
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_sensors.robot36 ${no_fans}= Filter Struct ${sensors} [('WarningAlarmHigh', None),('WarningAlarmLow', None)]
44 ... ('WarningAlarmHigh', False),('WarningAlarmLow', False)]
/openbmc/openbmc-tools/expectedJsonChecker/
H A DREADME.md189 "WarningAlarmHigh": false,
213 "WarningAlarmHigh": false,
237 "WarningAlarmHigh": false,
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp296 bool warningAlarmHigh; in readingData() local
299 warningAlarmHigh = std::get<bool>(ipmi::getDbusProperty( in readingData()
302 "WarningAlarmHigh")); in readingData()
306 warningAlarmHigh = false; in readingData()
322 (static_cast<uint8_t>(warningAlarmHigh) << 1) | in readingData()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp339 const bool* warningAlarmHigh = nullptr; in getHealth()
345 "WarningAlarmHigh", warningAlarmHigh, "WarningAlarmLow", in getHealth()
374 if ((warningAlarmHigh != nullptr && *warningAlarmHigh) || in setLedState()
323 const bool* warningAlarmHigh = nullptr; getHealth() local
/openbmc/docs/architecture/
H A Dsensor-architecture.md149 - name: WarningAlarmHigh
162 .WarningAlarmHigh property b false emits-change writable
176 "WarningAlarmHigh": 0,
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp743 auto alarm = thresholdWarningIntf->warningAlarmHigh(); in updateThresholds()
748 thresholdWarningIntf->warningAlarmHigh(newAlarm); in updateThresholds()
856 auto alarm = thresholdWarningIntf->warningAlarmHigh(); in triggerThresholdEvent()
861 thresholdWarningIntf->warningAlarmHigh(newAlarm); in triggerThresholdEvent()
/openbmc/docs/
H A Dhost-management.md75 - `WarningAlarmHigh` & `WarningAlarmLow`: True if the sensor has exceeded the
93 "WarningAlarmHigh": false,
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp60 Thresholds<WarningObject>::alarmHi = &WarningObject::warningAlarmHigh;
64 Thresholds<WarningObject>::getAlarmHigh = &WarningObject::warningAlarmHigh;
/openbmc/phosphor-virtual-sensor/
H A Dthresholds.hpp91 return warningAlarmHigh(std::forward<Args>(args)...); in alarmHigh()
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp253 else if (event == "WarningAlarmHigh") in createThresholdMatch()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp62 {{"WarningAlarmHigh",
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1053 auto alarmHigh = warningObject->second.find("WarningAlarmHigh"); in ipmiSenGetSensorReading()
1685 thresholdDeassertMap[path]["WarningAlarmHigh"]; in ipmiSenGetSensorEventStatus()
1718 auto warningHigh = warningMap.find("WarningAlarmHigh"); in ipmiSenGetSensorEventStatus()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp117 {AlarmType::high, Property{"WarningAlarmHigh", "UNC"}}}},