Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/external/
H A DExternalSensorMain.cpp167 const std::string& interfacePath = sensor.first.str; in createSensors() local
175 "PATH", interfacePath); in createSensors()
188 "PATH", interfacePath); in createSensors()
196 "PATH", interfacePath); in createSensors()
204 "PATH", interfacePath); in createSensors()
212 "PATH", interfacePath); in createSensors()
228 "PATH", interfacePath); in createSensors()
240 interfacePath); in createSensors()
248 interfacePath); in createSensors()
256 interfacePath); in createSensors()
[all …]
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.cpp69 std::string interfacePath; in IntelCPUSensor() local
73 interfacePath = "/xyz/openbmc_project/sensors/power/" + name; in IntelCPUSensor()
80 interfacePath = "/xyz/openbmc_project/sensors/temperature/" + in IntelCPUSensor()
88 interfacePath, "xyz.openbmc_project.Sensor.Value"); in IntelCPUSensor()
94 objectServer.add_interface(interfacePath, interface); in IntelCPUSensor()
96 association = objectServer.add_interface(interfacePath, in IntelCPUSensor()
H A DIntelCPUSensorMain.cpp244 const std::string* interfacePath = nullptr; in createSensors() local
284 interfacePath = &path.str; in createSensors()
287 if (interfacePath == nullptr) in createSensors()
390 sensorName, std::move(sensorThresholds), *interfacePath, cpuId, in createSensors()
/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensorMain.cpp178 for (const auto& [interfacePath, sensorData] : sensorConfigurations) in handleSensorConfigurations()
190 extractBusNumber(interfacePath, sensorConfig); in handleSensorConfigurations()
192 extractSensorName(interfacePath, sensorConfig); in handleSensorConfigurations()
193 uint8_t slaveAddr = extractSlaveAddr(interfacePath, sensorConfig); in handleSensorConfigurations()
226 std::move(sensorThresholds), interfacePath, *busNumber, in handleSensorConfigurations()
234 interfacePath.str, "ERROR", ex); in handleSensorConfigurations()
/openbmc/dbus-sensors/src/psu/
H A DPSUSensorMain.cpp273 const std::string& interfacePath, in checkPWMSensor() argument
303 std::string objPath = interfacePath; in checkPWMSensor()
404 const std::string* interfacePath = nullptr; in createSensorsCallback() local
464 interfacePath = &path.str; in createSensorsCallback()
467 if (interfacePath == nullptr) in createSensorsCallback()
475 auto findI2CDev = devices.find(*interfacePath); in createSensorsCallback()
667 checkPWMSensor(sensorPath, labelHead, *interfacePath, in createSensorsCallback()
969 sensorName, std::move(sensorThresholds), *interfacePath, in createSensorsCallback()
/openbmc/dbus-sensors/src/adc/
H A DADCSensorMain.cpp125 const std::string* interfacePath = nullptr; in createSensors() local
166 interfacePath = &path.str; in createSensors()
307 readState, *interfacePath, std::move(bridgeGpio)); in createSensors()
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp357 const std::string& interfacePath = in createSensors() local
359 auto findI2CDev = devices.find(interfacePath); in createSensors()
469 pollRate, interfacePath, readState, i2cDev); in createSensors()
531 pollRate, interfacePath, readState, i2cDev); in createSensors()
/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp324 const std::string* interfacePath = nullptr; in createSensors() local
337 interfacePath = &path.str; in createSensors()
634 std::move(sensorThresholds), *interfacePath, limits, powerState, in createSensors()
643 *interfacePath, "Fan", isValueMutable); in createSensors()