Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/wait-vpd-parser/include/
H A Dprime_inventory.hpp76 void populateInterfaces(
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dprime_inventory.cpp194 populateInterfaces(i_fruJsonObj["extraInterfaces"], l_interfaces, in primeInventory()
231 populateInterfaces(m_sysCfgJsonObj["commonInterfaces"], l_interfaces, in primeInventory()
258 void PrimeInventory::populateInterfaces( in populateInterfaces() function in PrimeInventory
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dworker.hpp282 void populateInterfaces(const nlohmann::json& interfaceJson,
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp158 void Worker::populateInterfaces(const nlohmann::json& interfaceJson, in populateInterfaces() function in vpd::Worker
395 populateInterfaces(singleFru["extraInterfaces"], interfaces, parsedVpdMap); in processExtraInterfaces()
467 populateInterfaces(m_parsedJson["commonInterfaces"], interfaces, in processInheritFlag()