Searched refs:sensorUnits (Results 1 – 10 of 10) sorted by relevance
| /openbmc/dbus-sensors/src/psu/ |
| H A D | PSUSensor.cpp | 52 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 D | PSUSensor.hpp | 30 const PowerState& powerState, const std::string& sensorUnits,
|
| /openbmc/dbus-sensors/src/smbpbi/ |
| H A D | SmbpbiSensor.cpp | 56 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 D | SmbpbiSensor.hpp | 41 uint8_t addr, uint16_t offset, std::string& sensorUnits, 58 std::string sensorUnits; member
|
| /openbmc/dbus-sensors/src/external/ |
| H A D | ExternalSensor.cpp | 26 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 D | ExternalSensorMain.cpp | 232 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 D | ExternalSensor.hpp | 25 const std::string& sensorName, const std::string& sensorUnits,
|
| /openbmc/fb-ipmi-oem/include/ |
| H A D | sensorutils.hpp | 115 sensorUnits{{{"temperature", SensorUnits::degreesC}, variable
|
| /openbmc/fb-ipmi-oem/src/ |
| H A D | storagecommands.cpp | 708 auto findUnits = sensorUnits.find(typeCstr); in ipmiStorageGetSDR() 709 if (findUnits != sensorUnits.end()) in ipmiStorageGetSDR()
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | sensorcommands.cpp | 132 sensorUnits{{{"temperature", SensorUnits::degreesC}, variable 1841 auto findUnits = sensorUnits.find(typeCstr); in constructSensorSdr() 1842 if (findUnits != sensorUnits.end()) in constructSensorSdr()
|