Searched refs:interfacePath (Results 1 – 8 of 8) sorted by relevance
/openbmc/dbus-sensors/src/external/ |
H A D | ExternalSensorMain.cpp | 178 const std::string& interfacePath = sensor.first.str; in createSensors() local 186 << interfacePath << "\n"; in createSensors() 199 << interfacePath << "\n"; in createSensors() 207 << interfacePath << "\n"; in createSensors() 215 << interfacePath << "\n"; in createSensors() 223 << interfacePath << "\n"; in createSensors() 239 << interfacePath << "\n"; in createSensors() 251 << interfacePath << "\n"; in createSensors() 259 << interfacePath << "\n"; in createSensors() 267 << interfacePath << "\n"; in createSensors() [all …]
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | IntelCPUSensor.cpp | 70 std::string interfacePath; in IntelCPUSensor() local 74 interfacePath = "/xyz/openbmc_project/sensors/power/" + name; in IntelCPUSensor() 81 interfacePath = "/xyz/openbmc_project/sensors/temperature/" + in IntelCPUSensor() 89 interfacePath, "xyz.openbmc_project.Sensor.Value"); in IntelCPUSensor() 95 objectServer.add_interface(interfacePath, interface); in IntelCPUSensor() 97 association = objectServer.add_interface(interfacePath, in IntelCPUSensor()
|
H A D | IntelCPUSensorMain.cpp | 251 const std::string* interfacePath = nullptr; in createSensors() local 291 interfacePath = &path.str; in createSensors() 294 if (interfacePath == nullptr) in createSensors() 399 sensorName, std::move(sensorThresholds), *interfacePath, cpuId, in createSensors()
|
/openbmc/dbus-sensors/src/nvme/ |
H A D | NVMeSensorMain.cpp | 165 for (const auto& [interfacePath, sensorData] : sensorConfigurations) in handleSensorConfigurations() 177 extractBusNumber(interfacePath, sensorConfig); in handleSensorConfigurations() 179 extractSensorName(interfacePath, sensorConfig); in handleSensorConfigurations() 180 uint8_t slaveAddr = extractSlaveAddr(interfacePath, sensorConfig); in handleSensorConfigurations() 206 std::move(sensorThresholds), interfacePath, *busNumber, in handleSensorConfigurations() 214 << std::string(interfacePath) << ": " << ex.what() in handleSensorConfigurations()
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensorMain.cpp | 260 const std::string& interfacePath, in checkPWMSensor() argument 290 std::string objPath = interfacePath; in checkPWMSensor() 387 const std::string* interfacePath = nullptr; in createSensorsCallback() local 450 interfacePath = &path.str; in createSensorsCallback() 453 if (interfacePath == nullptr) in createSensorsCallback() 461 auto findI2CDev = devices.find(*interfacePath); in createSensorsCallback() 646 checkPWMSensor(sensorPath, labelHead, *interfacePath, in createSensorsCallback() 962 sensorName, std::move(sensorThresholds), *interfacePath, in createSensorsCallback()
|
/openbmc/dbus-sensors/src/adc/ |
H A D | ADCSensorMain.cpp | 128 const std::string* interfacePath = nullptr; in createSensors() local 168 interfacePath = &path.str; in createSensors() 311 readState, *interfacePath, std::move(bridgeGpio)); in createSensors()
|
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempMain.cpp | 351 const std::string& interfacePath = in createSensors() local 353 auto findI2CDev = devices.find(interfacePath); in createSensors() 457 pollRate, interfacePath, readState, i2cDev); in createSensors() 519 pollRate, interfacePath, readState, i2cDev); in createSensors()
|
/openbmc/dbus-sensors/src/fan/ |
H A D | FanMain.cpp | 318 const std::string* interfacePath = nullptr; in createSensors() local 331 interfacePath = &path.str; in createSensors() 588 std::move(sensorThresholds), *interfacePath, limits, in createSensors() 597 *interfacePath, "Fan", isValueMutable); in createSensors()
|