Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.cpp52 const std::string& sensorUnits, unsigned int factor, double max, double min, in PSUSensor() argument
63 std::string unitPath = sensor_paths::getPathForUnits(sensorUnits); in PSUSensor()
93 setInitialProperties(sensorUnits); in PSUSensor()
97 setInitialProperties(sensorUnits, label, tSize); in PSUSensor()
H A DPSUSensor.hpp30 const PowerState& powerState, const std::string& sensorUnits,
/openbmc/dbus-sensors/src/smbpbi/
H A DSmbpbiSensor.cpp56 uint8_t addr, uint16_t offset, std::string& sensorUnits, in SmbpbiSensor() argument
62 busId(busId), addr(addr), offset(offset), sensorUnits(sensorUnits), in SmbpbiSensor()
67 sensorType = sensor_paths::getPathForUnits(sensorUnits); in SmbpbiSensor()
412 std::string sensorUnits = in createSensorCallback() local
442 "OFF", static_cast<int>(off), "UNITS", sensorUnits, in createSensorCallback()
454 sensorUnits, valueType, rate, minVal, maxVal, path, pwrState); in createSensorCallback()
H A DSmbpbiSensor.hpp41 uint8_t addr, uint16_t offset, std::string& sensorUnits,
58 std::string sensorUnits; member
/openbmc/dbus-sensors/src/external/
H A DExternalSensor.cpp26 const std::string& sensorName, const std::string& sensorUnits, in ExternalSensor() argument
41 std::string dbusPath = sensor_paths::getPathForUnits(sensorUnits); in ExternalSensor()
63 setInitialProperties(sensorUnits); in ExternalSensor()
H A DExternalSensorMain.cpp232 std::string sensorUnits; in createSensors() local
258 sensorUnits = in createSensors()
260 if (sensorUnits.empty()) in createSensors()
309 sensorUnits, std::move(sensorThresholds), interfacePath, in createSensors()
H A DExternalSensor.hpp25 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.cpp708 auto findUnits = sensorUnits.find(typeCstr); in ipmiStorageGetSDR()
709 if (findUnits != sensorUnits.end()) in ipmiStorageGetSDR()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp132 sensorUnits{{{"temperature", SensorUnits::degreesC}, variable
1841 auto findUnits = sensorUnits.find(typeCstr); in constructSensorSdr()
1842 if (findUnits != sensorUnits.end()) in constructSensorSdr()