Lines Matching full:chassisid
47 const std::string& chassisId,
62 "/redfish/v1/Chassis/{}/PowerSubsystem/PowerSupplies/{}", chassisId,
72 const std::string& chassisId, const boost::system::error_code& ec,
80 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId);
97 "/redfish/v1/Chassis/{}/PowerSubsystem/PowerSupplies", chassisId);
103 updatePowerSupplyList(asyncResp, chassisId, subtreePaths);
109 const std::string& chassisId)
117 asyncResp, chassisId,
119 chassisId](const std::optional<std::string>& validChassisPath) {
124 chassisId);
136 const std::string& chassisId)
146 chassisId, reqpath, chassisInterfaces, "powered_by",
148 [asyncResp, chassisId](
151 doPowerSupplyCollection(asyncResp, chassisId, ec, subtreePaths);
208 const std::string& chassisId, const std::string& powerSupplyId,
215 chassisId, reqpath, chassisInterfaces, "powered_by",
217 [asyncResp, chassisId, powerSupplyId, callback{std::move(callback)}](
450 const std::string& chassisId, const std::string& powerSupplyId,
468 "/redfish/v1/Chassis/{}/PowerSubsystem/PowerSupplies/{}", chassisId,
486 const std::string& chassisId, const std::string& powerSupplyId)
495 asyncResp, chassisId, powerSupplyId,
514 const std::string& chassisId, const std::string& powerSupplyId)
521 asyncResp, chassisId, powerSupplyId,
522 std::bind_front(doPowerSupplyGet, asyncResp, chassisId, powerSupplyId));
537 const std::string& chassisId, const std::string& powerSupplyId)
556 getValidPowerSupplyPath(asyncResp, chassisId, powerSupplyId,