Searched refs:pcieDevicePath (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | pcie.hpp | 58 const std::function<void(const std::string& pcieDevicePath, in handlePCIeDevicePath() argument 62 for (const std::string& pcieDevicePath : pcieDevicePaths) in handlePCIeDevicePath() local 65 sdbusplus::message::object_path(pcieDevicePath).filename(); in handlePCIeDevicePath() 72 pcieDevicePath, pcieDeviceInterface, in handlePCIeDevicePath() 73 [pcieDevicePath, asyncResp, in handlePCIeDevicePath() 82 callback(pcieDevicePath, object.begin()->first); in handlePCIeDevicePath() 94 const std::function<void(const std::string& pcieDevicePath, in getValidPCIeDevicePath() argument 229 const std::string& pcieDevicePath, in getPCIeDeviceSlotPath() argument 233 std::string associationPath = pcieDevicePath + "/contained_by"; in getPCIeDeviceSlotPath() 237 [callback = std::move(callback), asyncResp, pcieDevicePath]( in getPCIeDeviceSlotPath() [all …]
|