Searched refs:sensorsServiceAndPath (Results 1 – 3 of 3) sorted by relevance
111 const sensor_utils::SensorServicePathList& sensorsServiceAndPath) in getTotalPowerSensor() argument113 BMCWEB_LOG_DEBUG("getTotalPowerSensor {}", sensorsServiceAndPath.size()); in getTotalPowerSensor()126 if (sensorsServiceAndPath.empty()) in getTotalPowerSensor()137 asyncResp, sensorsServiceAndPath, in getTotalPowerSensor()
84 const sensor_utils::SensorServicePathList& sensorsServiceAndPath) in handleTemperatureReadingsCelsius() argument101 for (const auto& [service, sensorPath] : sensorsServiceAndPath) in handleTemperatureReadingsCelsius()
958 SensorServicePathList sensorsServiceAndPath; in getAllSensorObjects() local962 callback(ec, sensorsServiceAndPath); in getAllSensorObjects()970 sensorsServiceAndPath.emplace_back(service, sensorPath); in getAllSensorObjects()974 callback(ec, sensorsServiceAndPath); in getAllSensorObjects()