Home
last modified time | relevance | path

Searched refs:sensorUnits (Results 1 – 8 of 8) sorted by relevance

/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.cpp54 const std::string& sensorUnits, unsigned int factor, double max, double min, in PSUSensor() argument
65 std::string unitPath = sensor_paths::getPathForUnits(sensorUnits); in PSUSensor()
96 setInitialProperties(sensorUnits); in PSUSensor()
100 setInitialProperties(sensorUnits, label, tSize); in PSUSensor()
H A DPSUSensor.hpp25 const PowerState& powerState, const std::string& sensorUnits,
/openbmc/dbus-sensors/src/external/
H A DExternalSensor.cpp27 const std::string& sensorName, const std::string& sensorUnits, in ExternalSensor() argument
42 std::string dbusPath = sensor_paths::getPathForUnits(sensorUnits); in ExternalSensor()
64 setInitialProperties(sensorUnits); in ExternalSensor()
H A DExternalSensorMain.cpp244 std::string sensorUnits; in createSensors() local
270 sensorUnits = in createSensors()
272 if (sensorUnits.empty()) in createSensors()
324 sensorUnits, std::move(sensorThresholds), interfacePath, in createSensors()
H A DExternalSensor.hpp21 const std::string& sensorName, const std::string& sensorUnits,
/openbmc/fb-ipmi-oem/include/
H A Dsensorutils.hpp115 sensorUnits{{{"temperature", SensorUnits::degreesC}, variable
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp707 auto findUnits = sensorUnits.find(typeCstr); in ipmiStorageGetSDR()
708 if (findUnits != sensorUnits.end()) in ipmiStorageGetSDR()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp124 sensorUnits{{{"temperature", SensorUnits::degreesC}, variable
1817 auto findUnits = sensorUnits.find(typeCstr); in constructSensorSdr()
1818 if (findUnits != sensorUnits.end()) in constructSensorSdr()