Searched full:warningalarmlow (Results 1 – 14 of 14) sorted by relevance
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/ |
H A D | Warning.interface.yaml | 43 - 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 D | bmc_collect_sensors.robot | 36 ${no_fans}= Filter Struct ${sensors} [('WarningAlarmHigh', None),('WarningAlarmLow', None)] 44 ... ('WarningAlarmHigh', False),('WarningAlarmLow', False)]
|
/openbmc/docs/architecture/ |
H A D | sensor-architecture.md | 150 - 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 D | README.md | 190 "WarningAlarmLow": true, 214 "WarningAlarmLow": false, 238 "WarningAlarmLow": false,
|
/openbmc/phosphor-host-ipmid/ |
H A D | sensordatahandler.hpp | 308 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 D | sensor_utils.hpp | 340 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 D | numeric_sensor.cpp | 829 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 D | host-management.md | 79 - `WarningAlarmHigh` & `WarningAlarmLow`: True if the sensor has exceeded the 99 "WarningAlarmLow": false,
|
/openbmc/phosphor-hwmon/ |
H A D | mainloop.cpp | 58 Thresholds<WarningObject>::alarmLo = &WarningObject::warningAlarmLow; 62 Thresholds<WarningObject>::getAlarmLow = &WarningObject::warningAlarmLow;
|
/openbmc/phosphor-virtual-sensor/ |
H A D | thresholds.hpp | 97 return warningAlarmLow(std::forward<Args>(args)...); in alarmLow()
|
/openbmc/s2600wf-misc/callback-manager/src/ |
H A D | callback_manager.cpp | 249 else if (event == "WarningAlarmLow") in createThresholdMatch()
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | threshold_alarm_logger.cpp | 63 {"WarningAlarmLow",
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 1054 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 D | storagecommands.cpp | 116 {{AlarmType::low, Property{"WarningAlarmLow", "LNC"}},
|