Lines Matching full:chassisid
181 * @param[in] chassisId - Chassis the assemblies are associated with.
188 const std::string& chassisId, const std::vector<std::string>& assemblies) in getAssemblyProperties() argument
198 "/redfish/v1/Chassis/{}/Assembly#/Assemblies/{}", chassisId, in getAssemblyProperties()
223 const std::string& chassisID, const boost::system::error_code& ec, in afterHandleChassisAssemblyGet() argument
228 BMCWEB_LOG_WARNING("Chassis {} not found", chassisID); in afterHandleChassisAssemblyGet()
229 messages::resourceNotFound(asyncResp->res, "Chassis", chassisID); in afterHandleChassisAssemblyGet()
239 boost::urls::format("/redfish/v1/Chassis/{}/Assembly", chassisID); in afterHandleChassisAssemblyGet()
248 getAssemblyProperties(asyncResp, chassisID, assemblyList); in afterHandleChassisAssemblyGet()
254 * @param[in] chassisID - Chassis to which the assemblies are
262 const std::string& chassisID) in handleChassisAssemblyGet() argument
271 asyncResp, chassisID, in handleChassisAssemblyGet()
272 std::bind_front(afterHandleChassisAssemblyGet, asyncResp, chassisID)); in handleChassisAssemblyGet()
278 const std::string& chassisID) in handleChassisAssemblyHead() argument
286 asyncResp, chassisID, in handleChassisAssemblyHead()
288 chassisID](const boost::system::error_code& ec, in handleChassisAssemblyHead()
292 BMCWEB_LOG_WARNING("Chassis {} not found", chassisID); in handleChassisAssemblyHead()
294 chassisID); in handleChassisAssemblyHead()