Home
last modified time | relevance | path

Searched refs:thresholdData (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp57 thresholdData{ variable
131 std::for_each(thresholdData.begin(), thresholdData.end(), in ThresholdAlarmLogger()
193 auto alarmProperties = thresholdData.find(interface); in checkProperties()
194 if (alarmProperties == thresholdData.end()) in checkProperties()
234 auto properties = thresholdData.find(interface); in checkThresholds()
235 if (properties == thresholdData.end()) in checkThresholds()
278 auto it = thresholdData.find(interface); in createEventLog()
279 if (it == thresholdData.end()) in createEventLog()
/openbmc/intel-ipmi-oem/src/
H A Dsensorcommands.cpp864 IPMIThresholds thresholdData; in ipmiSenGetSensorThresholds() local
882 if (thresholdData.warningHigh) in ipmiSenGetSensorThresholds()
888 if (thresholdData.warningLow) in ipmiSenGetSensorThresholds()
892 lowerNC = *thresholdData.warningLow; in ipmiSenGetSensorThresholds()
895 if (thresholdData.criticalHigh) in ipmiSenGetSensorThresholds()
901 if (thresholdData.criticalLow) in ipmiSenGetSensorThresholds()
1484 IPMIThresholds thresholdData; in getSensorDataRecord() local
1496 if (thresholdData.criticalHigh) in getSensorDataRecord()
1508 if (thresholdData.warningHigh) in getSensorDataRecord()
1520 if (thresholdData.criticalLow) in getSensorDataRecord()
[all …]
/openbmc/dbus-sensors/src/
H A DExitAirTempSensor.hpp27 std::vector<thresholds::Threshold>&& thresholdData,
65 std::vector<thresholds::Threshold>&& thresholdData);
H A DMCUTempSensor.hpp18 std::vector<thresholds::Threshold>&& thresholdData,
H A DMCUTempSensor.cpp69 std::vector<thresholds::Threshold>&& thresholdData, in MCUTempSensor() argument
72 Sensor(escapeName(sensorName), std::move(thresholdData), in MCUTempSensor()
H A DExitAirTempSensor.cpp172 std::vector<thresholds::Threshold>&& thresholdData, in CFMSensor() argument
174 Sensor(escapeName(sensorName), std::move(thresholdData), in CFMSensor()
506 std::vector<thresholds::Threshold>&& thresholdData) : in ExitAirTempSensor() argument
507 Sensor(escapeName(sensorName), std::move(thresholdData), in ExitAirTempSensor()
H A DIpmbSensor.hpp96 std::vector<thresholds::Threshold>&& thresholdData,
H A Dsensor.hpp62 std::vector<thresholds::Threshold>&& thresholdData, in Sensor()
71 minValue(min), thresholds(std::move(thresholdData)), in Sensor()
H A DIpmbSensor.cpp68 std::vector<thresholds::Threshold>&& thresholdData, in IpmbSensor() argument
71 Sensor(escapeName(sensorName), std::move(thresholdData), in IpmbSensor()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1402 IPMIThresholds thresholdData; in ipmiSenGetSensorThresholds() local
1420 if (thresholdData.warningHigh) in ipmiSenGetSensorThresholds()
1426 if (thresholdData.warningLow) in ipmiSenGetSensorThresholds()
1430 lowerNC = *thresholdData.warningLow; in ipmiSenGetSensorThresholds()
1433 if (thresholdData.criticalHigh) in ipmiSenGetSensorThresholds()
1439 if (thresholdData.criticalLow) in ipmiSenGetSensorThresholds()
1960 IPMIThresholds thresholdData; in constructSensorSdr() local
1972 if (thresholdData.criticalHigh) in constructSensorSdr()
1984 if (thresholdData.warningHigh) in constructSensorSdr()
1996 if (thresholdData.criticalLow) in constructSensorSdr()
[all …]