Lines Matching defs:pcieDeviceId

56     const std::string& pcieDeviceId,
67 if (pciecDeviceName.empty() || pciecDeviceName != pcieDeviceId)
89 messages::resourceNotFound(asyncResp->res, "PCIeDevice", pcieDeviceId);
93 const std::string& pcieDeviceId,
100 [pcieDeviceId, asyncResp,
110 handlePCIeDevicePath(pcieDeviceId, asyncResp, pcieDevicePaths,
367 const std::string& pcieDeviceId,
458 BMCWEB_REDFISH_SYSTEM_URI_NAME, pcieDeviceId);
488 const std::string& pcieDeviceId)
496 BMCWEB_REDFISH_SYSTEM_URI_NAME, pcieDeviceId);
498 asyncResp->res.jsonValue["Id"] = pcieDeviceId;
505 const std::string& pcieDeviceId, const std::string& pcieDevicePath,
508 addPCIeDeviceCommonProperties(asyncResp, pcieDeviceId);
515 std::bind_front(addPCIeDeviceProperties, asyncResp, pcieDeviceId));
524 const std::string& systemName, const std::string& pcieDeviceId)
545 pcieDeviceId, asyncResp,
546 std::bind_front(afterGetValidPcieDevicePath, asyncResp, pcieDeviceId));
558 crow::Response& res, const std::string& pcieDeviceId,
588 BMCWEB_REDFISH_SYSTEM_URI_NAME, pcieDeviceId,
598 const std::string& systemName, const std::string& pcieDeviceId)
613 pcieDeviceId, asyncResp,
614 [asyncResp, pcieDeviceId](const std::string& pcieDevicePath,
623 BMCWEB_REDFISH_SYSTEM_URI_NAME, pcieDeviceId);
626 "Collection of PCIe Functions for PCIe Device " + pcieDeviceId;
629 [asyncResp, pcieDeviceId](
631 addPCIeFunctionList(asyncResp->res, pcieDeviceId,
707 const std::string& pcieDeviceId,
716 BMCWEB_REDFISH_SYSTEM_URI_NAME, pcieDeviceId,
723 BMCWEB_REDFISH_SYSTEM_URI_NAME, pcieDeviceId);
729 const std::string& systemName, const std::string& pcieDeviceId,
762 pcieDeviceId, asyncResp,
763 [asyncResp, pcieDeviceId, pcieFunctionId](
767 [asyncResp, pcieDeviceId, pcieFunctionId](
770 asyncResp->res, pcieDeviceId, pcieFunctionId);