Searched defs:sensorUnits (Results 1 – 7 of 7) sorted by relevance
/openbmc/dbus-sensors/src/smbpbi/ |
H A D | SmbpbiSensor.hpp | 58 std::string sensorUnits; member
|
H A D | SmbpbiSensor.cpp | 59 SmbpbiSensor(std::shared_ptr<sdbusplus::asio::connection> & conn,boost::asio::io_context & io,const std::string & sensorName,const std::string & sensorConfiguration,const std::string & objType,sdbusplus::asio::object_server & objectServer,std::vector<thresholds::Threshold> && thresholdData,uint8_t busId,uint8_t addr,uint16_t offset,std::string & sensorUnits,std::string & valueType,size_t pollTime,double minVal,double maxVal,std::string & path) SmbpbiSensor() argument 418 std::string sensorUnits = createSensorCallback() local
|
/openbmc/dbus-sensors/src/external/ |
H A D | ExternalSensor.cpp | 28 ExternalSensor(const std::string & objectType,sdbusplus::asio::object_server & objectServer,std::shared_ptr<sdbusplus::asio::connection> & conn,const std::string & sensorName,const std::string & sensorUnits,std::vector<thresholds::Threshold> && thresholdsIn,const std::string & sensorConfiguration,double maxReading,double minReading,double timeoutSecs,const PowerState & powerState) ExternalSensor() argument
|
H A D | ExternalSensorMain.cpp | 244 std::string sensorUnits; createSensors() local
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensor.cpp | 54 PSUSensor(const std::string & path,const std::string & objectType,sdbusplus::asio::object_server & objectServer,std::shared_ptr<sdbusplus::asio::connection> & conn,boost::asio::io_context & io,const std::string & sensorName,std::vector<thresholds::Threshold> && thresholdsIn,const std::string & sensorConfiguration,const PowerState & powerState,const std::string & sensorUnits,unsigned int factor,double max,double min,double offset,const std::string & label,size_t tSize,double pollRate,const std::shared_ptr<I2CDevice> & i2cDevice) PSUSensor() argument
|
/openbmc/fb-ipmi-oem/include/ |
H A D | sensorutils.hpp | 115 sensorUnits{{{"temperature", SensorUnits::degreesC}, variable
|
/openbmc/phosphor-host-ipmid/dbus-sdr/ |
H A D | sensorcommands.cpp | 123 sensorUnits{{{"temperature", SensorUnits::degreesC}, variable
|