Lines Matching full:chassisid
36 const std::string& chassisId, const std::string& path, in afterGetPowerWatts() argument
56 path, chassisId, in afterGetPowerWatts()
66 const std::string& chassisId, const boost::system::error_code& ec, in handleTotalPowerList() argument
100 [asyncResp, chassisId, in handleTotalPowerList()
103 afterGetPowerWatts(asyncResp, chassisId, sensorPath, ec1, in handleTotalPowerList()
110 const std::string& chassisId, const boost::system::error_code& ec, in getTotalPowerSensor() argument
139 std::bind_front(handleTotalPowerList, asyncResp, chassisId)); in getTotalPowerSensor()
160 * @param chassisId Chassis id matching <validChassisPath>
164 const std::string& chassisId) in getPowerWatts() argument
172 std::bind_front(getTotalPowerSensor, asyncResp, chassisId)); in getPowerWatts()
178 const std::string& chassisId) in handleEnvironmentMetricsHead() argument
185 auto respHandler = [asyncResp, chassisId]( in handleEnvironmentMetricsHead()
189 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in handleEnvironmentMetricsHead()
198 redfish::chassis_utils::getValidChassisPath(asyncResp, chassisId, in handleEnvironmentMetricsHead()
204 const std::string& chassisId, in doEnvironmentMetricsGet() argument
209 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in doEnvironmentMetricsGet()
221 "/redfish/v1/Chassis/{}/EnvironmentMetrics", chassisId); in doEnvironmentMetricsGet()
223 getPowerWatts(asyncResp, *validChassisPath, chassisId); in doEnvironmentMetricsGet()
229 const std::string& chassisId) in handleEnvironmentMetricsGet() argument
237 asyncResp, chassisId, in handleEnvironmentMetricsGet()
238 std::bind_front(doEnvironmentMetricsGet, asyncResp, chassisId)); in handleEnvironmentMetricsGet()