Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dpcie.hpp631 for (const auto& propEntry : pcieDevProperties) in addPCIeFunctionList() local
633 if (propEntry.first == devIDProperty) in addPCIeFunctionList()
635 property = std::get_if<std::string>(&propEntry.second); in addPCIeFunctionList()