Home
last modified time | relevance | path

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

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/
H A DWarning.interface.yaml43 - name: WarningAlarmLow
49 WarningAlarmLow may be set to False to clear an alarm condition. The
50 behavior of setting WarningAlarmLow to True is undefined.
/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/docs/architecture/
H A Dsensor-architecture.md150 - name: WarningAlarmLow
162 .WarningAlarmLow property b false emits-change writable
177 "WarningAlarmLow": 0,
206 | 1 | 6 | "xyz.openbmc_project.Sensor.Value" : value = 6 ,<br>"xyz.openbmc_project.Sensor.Threshold.Warning" : WarningAlarmLow = 0 |
208 | 6 | 1 | "xyz.openbmc_project.Sensor.Value" : value = 1 ,<br>"xyz.openbmc_project.Sensor.Threshold.Warning" : WarningAlarmLow = 1 |
/openbmc/openbmc-tools/expectedJsonChecker/
H A DREADME.md190 "WarningAlarmLow": true,
214 "WarningAlarmLow": false,
238 "WarningAlarmLow": false,
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp308 bool warningAlarmLow; in readingData() local
311 warningAlarmLow = std::get<bool>(ipmi::getDbusProperty( in readingData()
313 "xyz.openbmc_project.Sensor.Threshold.Warning", "WarningAlarmLow")); in readingData()
317 warningAlarmLow = false; in readingData()
323 (static_cast<uint8_t>(warningAlarmLow)); in readingData()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsensor_utils.hpp340 const bool* warningAlarmLow = nullptr; in getHealth() local
345 "WarningAlarmHigh", warningAlarmHigh, "WarningAlarmLow", in getHealth()
346 warningAlarmLow); in getHealth()
375 (warningAlarmLow != nullptr && *warningAlarmLow)) in getHealth()
/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp829 auto alarm = thresholdWarningIntf->warningAlarmLow(); in updateThresholds()
834 thresholdWarningIntf->warningAlarmLow(newAlarm); in updateThresholds()
983 auto alarm = thresholdWarningIntf->warningAlarmLow(); in triggerThresholdEvent()
988 thresholdWarningIntf->warningAlarmLow(newAlarm); in triggerThresholdEvent()
/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/phosphor-virtual-sensor/
H A Dthresholds.hpp97 return warningAlarmLow(std::forward<Args>(args)...); in alarmLow()
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp249 else if (event == "WarningAlarmLow") in createThresholdMatch()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp63 {"WarningAlarmLow",
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1054 auto alarmLow = warningObject->second.find("WarningAlarmLow"); in ipmiSenGetSensorReading()
1687 thresholdDeassertMap[path]["WarningAlarmLow"]; in ipmiSenGetSensorEventStatus()
1719 auto warningLow = warningMap.find("WarningAlarmLow"); in ipmiSenGetSensorEventStatus()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp116 {{AlarmType::low, Property{"WarningAlarmLow", "LNC"}},