Lines Matching defs:chassisId
626 asyncResp, [](const std::string& chassisId,
629 boost::urls::format("/redfish/v1/Chassis/{}", chassisId);
681 const std::string& chassisId, const boost::system::error_code& ec,
688 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId);
699 if (objPath.filename() != chassisId)
713 boost::urls::format("/redfish/v1/Chassis/{}/Drives", chassisId);
719 [asyncResp, chassisId](const boost::system::error_code& ec3,
743 chassisId, leafName);
759 const std::string& chassisId)
770 chassisId));
782 const std::string& chassisId,
810 "/redfish/v1/Chassis/{}/Drives/{}", chassisId, driveName);
820 boost::urls::format("/redfish/v1/Chassis/{}", chassisId);
830 const std::string& chassisId, const std::string& driveName,
846 [asyncResp, chassisId, driveName](
849 buildDrive(asyncResp, chassisId, driveName, ec, subtree);
857 const std::string& chassisId, const std::string& driveName)
867 [asyncResp, chassisId,
880 if (objPath.filename() != chassisId)
893 [asyncResp, chassisId,
900 matchAndFillDrive(asyncResp, chassisId, driveName,
906 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId);