Home
last modified time | relevance | path

Searched refs:sensorUnit (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp30 SensorUnit sensorUnit = SensorUnit::DegreesC; in NumericSensor() local
36 sensorUnit = SensorUnit::DegreesC; in NumericSensor()
40 sensorUnit = SensorUnit::Volts; in NumericSensor()
44 sensorUnit = SensorUnit::Amperes; in NumericSensor()
48 sensorUnit = SensorUnit::RPMS; in NumericSensor()
52 sensorUnit = SensorUnit::Watts; in NumericSensor()
56 sensorUnit = SensorUnit::Joules; in NumericSensor()
60 sensorUnit = SensorUnit::Percent; in NumericSensor()
292 valueIntf->unit(sensorUnit); in NumericSensor()
392 sensorUnit = SensorUnit::RPMS; in NumericSensor()
[all …]
/openbmc/dbus-sensors/src/
H A DIpmbSDRSensor.hpp63 uint8_t sensorUnit = 0; member
H A DIpmbSDRSensor.cpp330 temp.sensorUnit = sdrDataBytes[sdrtype01::sdrUnitType]; in checkSDRType01Threshold()
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp778 std::string sensorType, sensorUnit; in createVirtualSensorsFromDBus() local
783 sensorUnit = std::get<std::string>(proIter->second); in createVirtualSensorsFromDBus()
785 sensorType = getSensorTypeFromUnit(sensorUnit); in createVirtualSensorsFromDBus()
789 sensorUnit); in createVirtualSensorsFromDBus()