Home
last modified time | relevance | path

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

/openbmc/pldm/platform-mc/
H A Dnumeric_sensor.cpp116 sensorUnit = SensorUnit::DegreesC; in setSensorUnit()
122 sensorUnit = SensorUnit::DegreesC; in setSensorUnit()
126 sensorUnit = SensorUnit::Volts; in setSensorUnit()
130 sensorUnit = SensorUnit::Amperes; in setSensorUnit()
134 sensorUnit = SensorUnit::RPMS; in setSensorUnit()
138 sensorUnit = SensorUnit::Watts; in setSensorUnit()
142 sensorUnit = SensorUnit::Joules; in setSensorUnit()
146 sensorUnit = SensorUnit::Percent; in setSensorUnit()
150 sensorUnit = SensorUnit::Hertz; in setSensorUnit()
312 valueIntf->unit(sensorUnit); in NumericSensor()
[all …]
H A Dnumeric_sensor.hpp383 SensorUnit sensorUnit; member in pldm::platform_mc::NumericSensor
/openbmc/phosphor-modbus/rtu/device/
H A Dbase_device.cpp281 SensorIntf::Unit sensorUnit = SensorIntf::Unit::Percent; in readStatusRegisters() local
286 sensorUnit = sensorIter->second->unit(); in readStatusRegisters()
293 sensorUnit, statusAsserted); in readStatusRegisters()
303 SensorIntf::Unit sensorUnit, bool statusAsserted) in generateEvent() argument
311 sensorUnit, statusAsserted); in generateEvent()
316 sensorUnit, statusAsserted); in generateEvent()
H A Dbase_device.hpp52 double sensorValue, SensorIntf::Unit sensorUnit,
/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()
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp791 std::string sensorType, sensorUnit; in createVirtualSensorsFromDBus() local
796 sensorUnit = std::get<std::string>(proIter->second); in createVirtualSensorsFromDBus()
798 sensorType = getSensorTypeFromUnit(sensorUnit); in createVirtualSensorsFromDBus()
802 sensorUnit); in createVirtualSensorsFromDBus()