Searched refs:chassisID (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | pcie_slots.hpp | 134 const std::string& chassisID, const std::string& pcieSlotPath, in onMapperAssociationDone() argument 159 if (chassisName != 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() 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() [all …]
|