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.hpp636 for (const auto& propEntry : pcieDevProperties) in addPCIeFunctionList() local
638 if (propEntry.first == devIDProperty) in addPCIeFunctionList()
640 property = std::get_if<std::string>(&propEntry.second); in addPCIeFunctionList()