Lines Matching full:chassisid
134 const std::string& chassisID, const std::string& pcieSlotPath, in onMapperAssociationDone() argument
159 if (chassisName != chassisID) in onMapperAssociationDone()
161 // The pcie slot doesn't belong to the chassisID in onMapperAssociationDone()
176 const std::string& chassisID, const boost::system::error_code& ec, in onMapperSubtreeDone() argument
187 messages::resourceNotFound(asyncResp->res, "Chassis", chassisID); in onMapperSubtreeDone()
192 chassisID); in onMapperSubtreeDone()
197 boost::urls::format("/redfish/v1/Chassis/{}/PCIeSlots", chassisID); in onMapperSubtreeDone()
212 // it belongs to this ChassisID in onMapperSubtreeDone()
215 [asyncResp, chassisID, pcieSlotPath, connectionName]( in onMapperSubtreeDone()
218 onMapperAssociationDone(asyncResp, chassisID, pcieSlotPath, in onMapperSubtreeDone()
228 const std::string& chassisID) in handlePCIeSlotCollectionGet() argument
240 chassisID](const boost::system::error_code& ec, in handlePCIeSlotCollectionGet()
242 onMapperSubtreeDone(asyncResp, chassisID, ec, subtree); in handlePCIeSlotCollectionGet()