Home
last modified time | relevance | path

Searched full:warningalarmlow (Results 1 – 16 of 16) 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.robot36 ${no_fans}= Filter Struct ${sensors} [('WarningAlarmHigh', None),('WarningAlarmLow', None)]
44 ... ('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/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/phosphor-host-ipmid/
H A Dsensordatahandler.hpp330 bool warningAlarmLow; in readingData() local
333 warningAlarmLow = std::get<bool>(ipmi::getDbusProperty( in readingData()
335 "xyz.openbmc_project.Sensor.Threshold.Warning", "WarningAlarmLow")); in readingData()
339 warningAlarmLow = false; in readingData()
345 (static_cast<uint8_t>(warningAlarmLow)); in readingData()
/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/pldm/platform-mc/
H A Dnumeric_sensor.hpp282 : thresholdWarningIntf->warningAlarmLow(); in getThresholdAlarm()
H A Dnumeric_sensor.cpp830 thresholdWarningIntf->warningAlarmLow(newAlarm); in setWarningThresholdAlarm()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp63 {"WarningAlarmLow",
/openbmc/phosphor-virtual-sensor/src/
H A Dthresholds.hpp147 return warningAlarmLow(std::forward<Args>(args)...); in alarmLow()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1052 auto alarmLow = warningObject->second.find("WarningAlarmLow"); in ipmiSenGetSensorReading()
1685 thresholdDeassertMap[path]["WarningAlarmLow"]; in ipmiSenGetSensorEventStatus()
1717 auto warningLow = warningMap.find("WarningAlarmLow"); in ipmiSenGetSensorEventStatus()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp116 {{AlarmType::low, Property{"WarningAlarmLow", "LNC"}},