Home
last modified time | relevance | path

Searched refs:pcieFunctionIdView (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dpcie.hpp820 std::string_view pcieFunctionIdView = pcieFunctionIdStr; in handlePCIeFunctionGet() local
824 pcieFunctionIdView.begin(), pcieFunctionIdView.end(), pcieFunctionId); in handlePCIeFunctionGet()
825 if (result.ec != std::errc{} || result.ptr != pcieFunctionIdView.end()) in handlePCIeFunctionGet()