Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dprime_inventory.cpp268 for (const auto& l_interfacesPropPair : i_interfaceJson.items()) in populateInterfaces() local
270 const std::string& l_interface = l_interfacesPropPair.key(); in populateInterfaces()
274 for (const auto& l_propValuePair : l_interfacesPropPair.value().items()) in populateInterfaces()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp1067 const auto& l_interfacesPropPair) { in getCommonInterfaceProperties() argument
1068 if (l_interfacesPropPair.value().empty()) in getCommonInterfaceProperties()
1075 l_interfacesPropPair.value().items().begin(), in getCommonInterfaceProperties()
1076 l_interfacesPropPair.value().items().end(), in getCommonInterfaceProperties()
1085 l_interfacesPropPair.value().items().end()) in getCommonInterfaceProperties()
1103 l_interfacesPropPair.key(), in getCommonInterfaceProperties()