Lines Matching full:chassisid
29 const std::string& chassisId, in doPowerSubsystemCollection() argument
34 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in doPowerSubsystemCollection()
46 boost::urls::format("/redfish/v1/Chassis/{}/PowerSubsystem", chassisId); in doPowerSubsystemCollection()
51 "/redfish/v1/Chassis/{}/PowerSubsystem/PowerSupplies", chassisId); in doPowerSubsystemCollection()
57 const std::string& chassisId) in handlePowerSubsystemCollectionHead() argument
64 auto respHandler = [asyncResp, chassisId]( in handlePowerSubsystemCollectionHead()
68 messages::resourceNotFound(asyncResp->res, "Chassis", chassisId); in handlePowerSubsystemCollectionHead()
75 redfish::chassis_utils::getValidChassisPath(asyncResp, chassisId, in handlePowerSubsystemCollectionHead()
82 const std::string& chassisId) in handlePowerSubsystemCollectionGet() argument
90 asyncResp, chassisId, in handlePowerSubsystemCollectionGet()
91 std::bind_front(doPowerSubsystemCollection, asyncResp, chassisId)); in handlePowerSubsystemCollectionGet()