Home
last modified time | relevance | path

Searched full:warningalarmlow (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/
H A DWarning.interface.yaml44 - name: WarningAlarmLow
50 WarningAlarmLow may be set to False to clear an alarm condition. The
51 behavior of setting WarningAlarmLow to True is undefined.
/openbmc/openbmc-test-automation/systest/collection/
H A Dbmc_collect_sensors.robot38 ${no_fans}= Filter Struct ${sensors} [('WarningAlarmHigh', None),('WarningAlarmLow', None)]
46 ... ('WarningAlarmHigh', False),('WarningAlarmLow', False)]
/openbmc/openbmc-tools/expectedJsonChecker/
H A DREADME.md190 "WarningAlarmLow": true,
214 "WarningAlarmLow": false,
238 "WarningAlarmLow": false,
/openbmc/docs/architecture/
H A Dsensor-architecture.md150 - name: WarningAlarmLow
162 .WarningAlarmLow property b false emits-change writable
177 "WarningAlarmLow": 0,
206 …nsor.Value" : value = 6 ,<br>"xyz.openbmc_project.Sensor.Threshold.Warning" : WarningAlarmLow = 0 |
208 …nsor.Value" : value = 1 ,<br>"xyz.openbmc_project.Sensor.Threshold.Warning" : WarningAlarmLow = 1 |
/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()
351 0xC0 | (static_cast<uint8_t>(warningAlarmLow) << 0) | in readingData()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp354 const bool* warningAlarmLow = nullptr; in getHealth() local
359 "WarningAlarmHigh", warningAlarmHigh, "WarningAlarmLow", in getHealth()
360 warningAlarmLow); in getHealth()
389 (warningAlarmLow != nullptr && *warningAlarmLow)) in getHealth()
/openbmc/docs/
H A Dhost-management.md79 - `WarningAlarmHigh` & `WarningAlarmLow`: True if the sensor has exceeded the
99 "WarningAlarmLow": false,
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp58 Thresholds<WarningObject>::alarmLo = &WarningObject::warningAlarmLow;
62 Thresholds<WarningObject>::getAlarmLow = &WarningObject::warningAlarmLow;
/openbmc/s2600wf-misc/subprojects/callback-manager/src/
H A Dcallback_manager.cpp251 else if (event == "WarningAlarmLow") in createThresholdMatch()
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp251 else if (event == "WarningAlarmLow") in createThresholdMatch()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp63 {"WarningAlarmLow",
/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-virtual-sensor/src/
H A Dthresholds.hpp147 return warningAlarmLow(std::forward<Args>(args)...); in alarmLow()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp116 {{AlarmType::low, Property{"WarningAlarmLow", "LNC"}},