Home
last modified time | relevance | path

Searched refs:SensorThresholdWarning (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.hpp46 using SensorThresholdWarning = typedef
331 SensorThresholdWarning::interface, in readingData()
332 SensorThresholdWarning::property_names::warning_alarm_high)); in readingData()
343 SensorThresholdWarning::interface, in readingData()
344 SensorThresholdWarning::property_names::warning_alarm_low)); in readingData()
H A Dsensorhandler.cpp50 using SensorThresholdWarning = typedef
990 SensorThresholdWarning::interface, in ipmiSenSetSensorThresholds()
998 SensorThresholdWarning::property_names::warning_low); in ipmiSenSetSensorThresholds()
1004 SensorThresholdWarning::property_names::warning_low, in ipmiSenSetSensorThresholds()
1005 lowerNonCritical, SensorThresholdWarning::interface); in ipmiSenSetSensorThresholds()
1010 SensorThresholdWarning::property_names::warning_high); in ipmiSenSetSensorThresholds()
1016 SensorThresholdWarning::property_names::warning_high, in ipmiSenSetSensorThresholds()
1017 upperNonCritical, SensorThresholdWarning::interface); in ipmiSenSetSensorThresholds()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp52 using SensorThresholdWarning = typedef
269 auto warning = sensorMap.find(SensorThresholdWarning::interface); in getSensorMaxMin()
313 SensorThresholdWarning::property_names::warning_low); in getSensorMaxMin()
315 SensorThresholdWarning::property_names::warning_high); in getSensorMaxMin()
1061 auto warningObject = sensorMap.find(SensorThresholdWarning::interface); in ipmiSenGetSensorReading()
1065 SensorThresholdWarning::property_names::warning_alarm_high); in ipmiSenGetSensorReading()
1067 SensorThresholdWarning::property_names::warning_alarm_low); in ipmiSenGetSensorReading()
1232 auto findThreshold = sensorMap.find(SensorThresholdWarning::interface); in ipmiSenSetSensorThresholds()
1240 SensorThresholdWarning::property_names::warning_low); in ipmiSenSetSensorThresholds()
1246 SensorThresholdWarning::property_names::warning_low, in ipmiSenSetSensorThresholds()
[all …]
H A Dsdrutils.cpp33 using SensorThresholdWarning = typedef
182 SensorThresholdWarning::interface, SensorThresholdCritical::interface}; in getSensorSubtree()
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassive.cpp42 using SensorThresholdWarning = typedef
460 else if (msgSensor == SensorThresholdWarning::interface) in handleSensorValue()
463 SensorThresholdWarning::property_names::warning_alarm_high); in handleSensorValue()
H A Ddbushelper.hpp15 using SensorThresholdWarning = typedef
H A Ddbushelper.cpp205 SensorThresholdWarning::property_names::warning_alarm_high); in thresholdsAsserted()
H A Ddbusconfiguration.cpp66 using SensorThresholdWarning = typedef
360 SensorThresholdWarning::property_names::warning_high || in populatePidInfo()
362 SensorThresholdWarning::property_names::warning_low) in populatePidInfo()
364 interface = SensorThresholdWarning::interface; in populatePidInfo()