Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp104 sensorUnit = SensorUnit::DegreesC; in setSensorUnit()
110 sensorUnit = SensorUnit::DegreesC; in setSensorUnit()
114 sensorUnit = SensorUnit::Volts; in setSensorUnit()
118 sensorUnit = SensorUnit::Amperes; in setSensorUnit()
122 sensorUnit = SensorUnit::RPMS; in setSensorUnit()
126 sensorUnit = SensorUnit::Watts; in setSensorUnit()
130 sensorUnit = SensorUnit::Joules; in setSensorUnit()
134 sensorUnit = SensorUnit::Percent; in setSensorUnit()
282 valueIntf->unit(sensorUnit); in NumericSensor()
493 valueIntf->unit(sensorUnit); in NumericSensor()
H A Dnumeric_sensor.hpp213 SensorUnit sensorUnit; member in pldm::platform_mc::NumericSensor
/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()
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSDRSensor.hpp70 uint8_t sensorUnit = 0; member
H A DIpmbSDRSensor.cpp330 temp.sensorUnit = sdrDataBytes[sdrtype01::sdrUnitType]; in checkSDRType01Threshold()