Searched full:warningalarmhigh (Results 1 – 17 of 17) sorted by relevance
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/Threshold/ |
| H A D | Warning.interface.yaml | 36 - name: WarningAlarmHigh 42 WarningAlarmHigh may be set to False to clear an alarm condition. The 43 behavior of setting WarningAlarmHigh to True is undefined.
|
| /openbmc/openbmc-test-automation/systest/collection/ |
| H A D | bmc_collect_sensors.robot | 38 ${no_fans}= Filter Struct ${sensors} [('WarningAlarmHigh', None),('WarningAlarmLow', None)] 46 ... ('WarningAlarmHigh', False),('WarningAlarmLow', False)]
|
| /openbmc/openbmc-tools/expectedJsonChecker/ |
| H A D | README.md | 189 "WarningAlarmHigh": false, 213 "WarningAlarmHigh": false, 237 "WarningAlarmHigh": false,
|
| /openbmc/phosphor-pid-control/dbus/ |
| H A D | dbuspassive.cpp | 447 auto warningAlarmHigh = msgData.find( in handleSensorValue() local 449 if (warningAlarmHigh == msgData.end()) in handleSensorValue() 455 if (warningAlarmHigh != msgData.end()) in handleSensorValue() 457 asserted = std::get<bool>(warningAlarmHigh->second); in handleSensorValue()
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | sensordatahandler.hpp | 326 bool warningAlarmHigh; in readingData() 329 warningAlarmHigh = std::get<bool>(ipmi::getDbusProperty( in readingData() 336 warningAlarmHigh = false; in readingData() 353 (static_cast<uint8_t>(warningAlarmHigh) << 3) | 318 bool warningAlarmHigh; readingData() local
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | sensor_utils.hpp | 353 const bool* warningAlarmHigh = nullptr; in getHealth() local 359 "WarningAlarmHigh", warningAlarmHigh, "WarningAlarmLow", in getHealth() 388 if ((warningAlarmHigh != nullptr && *warningAlarmHigh) || in getHealth()
|
| /openbmc/docs/architecture/ |
| H A D | sensor-architecture.md | 148 - name: WarningAlarmHigh 161 .WarningAlarmHigh property b false emits-change writable 176 "WarningAlarmHigh": 0,
|
| /openbmc/docs/ |
| H A D | host-management.md | 79 - `WarningAlarmHigh` & `WarningAlarmLow`: True if the sensor has exceeded the 98 "WarningAlarmHigh": false,
|
| /openbmc/phosphor-hwmon/ |
| H A D | mainloop.cpp | 60 Thresholds<WarningObject>::alarmHi = &WarningObject::warningAlarmHigh; 64 Thresholds<WarningObject>::getAlarmHigh = &WarningObject::warningAlarmHigh;
|
| /openbmc/s2600wf-misc/subprojects/callback-manager/src/ |
| H A D | callback_manager.cpp | 255 else if (event == "WarningAlarmHigh") in createThresholdMatch()
|
| /openbmc/s2600wf-misc/callback-manager/src/ |
| H A D | callback_manager.cpp | 255 else if (event == "WarningAlarmHigh") in createThresholdMatch()
|
| /openbmc/pldm/platform-mc/ |
| H A D | numeric_sensor.hpp | 278 ? thresholdWarningIntf->warningAlarmHigh() in getThresholdAlarm()
|
| H A D | numeric_sensor.cpp | 817 thresholdWarningIntf->warningAlarmHigh(newAlarm); in setWarningThresholdAlarm()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.cpp | 59 {{"WarningAlarmHigh",
|
| /openbmc/phosphor-virtual-sensor/src/ |
| H A D | thresholds.hpp | 141 return warningAlarmHigh(std::forward<Args>(args)...); in alarmHigh()
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | sensorcommands.cpp | |
| /openbmc/fb-ipmi-oem/src/ |
| H A D | storagecommands.cpp | 117 {AlarmType::high, Property{"WarningAlarmHigh", "UNC"}}}},
|