Home
last modified time | relevance | path

Searched refs:sensorUnits2Base (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp1104 body.sensorUnits2Base = get_sdr::SENSOR_UNIT_DEGREES_C; in setUnitFieldsForObject()
1107 body.sensorUnits2Base = get_sdr::SENSOR_UNIT_RPM; in setUnitFieldsForObject()
1110 body.sensorUnits2Base = get_sdr::SENSOR_UNIT_VOLTS; in setUnitFieldsForObject()
1113 body.sensorUnits2Base = get_sdr::SENSOR_UNIT_METERS; in setUnitFieldsForObject()
1116 body.sensorUnits2Base = get_sdr::SENSOR_UNIT_AMPERES; in setUnitFieldsForObject()
1119 body.sensorUnits2Base = get_sdr::SENSOR_UNIT_JOULES; in setUnitFieldsForObject()
1122 body.sensorUnits2Base = get_sdr::SENSOR_UNIT_WATTS; in setUnitFieldsForObject()
H A Dsensorhandler.hpp234 uint8_t sensorUnits2Base; member
279 uint8_t sensorUnits2Base; member
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp1844 record.body.sensorUnits2Base = static_cast<uint8_t>(findUnits->second); in constructSensorSdr()