Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dprime_inventory.cpp157 vpd::types::InterfaceMap l_interfaces; in primeInventory() local
179 std::string(i_fruJsonObj["inventoryPath"]), l_interfaces, in primeInventory()
194 populateInterfaces(i_fruJsonObj["extraInterfaces"], l_interfaces, in primeInventory()
219 l_interfaces, "xyz.openbmc_project.Inventory.Item", in primeInventory()
231 populateInterfaces(m_sysCfgJsonObj["commonInterfaces"], l_interfaces, in primeInventory()
235 processFunctionalProperty(i_fruJsonObj["inventoryPath"], l_interfaces); in primeInventory()
236 processEnabledProperty(i_fruJsonObj["inventoryPath"], l_interfaces); in primeInventory()
243 l_interfaces, vpd::constants::vpdCollectionInterface, in primeInventory()
253 std::move(l_interfaces)); in primeInventory()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp1374 types::InterfaceMap l_interfaces; in setPresentProperty() local
1376 l_interfaces, constants::inventoryItemInf, in setPresentProperty()
1387 std::move(l_interfaces)); in setPresentProperty()
1403 types::InterfaceMap l_interfaces; in setPresentProperty() local
1405 l_interfaces, constants::inventoryItemInf, in setPresentProperty()
1415 l_objectInterfaceMap.emplace(i_vpdPath, std::move(l_interfaces)); in setPresentProperty()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp668 std::vector<std::string> l_interfaces; in resetDataUnderPIM() local
670 dbusUtility::getObjectMap(i_objectPath, l_interfaces); in resetDataUnderPIM()
1453 types::InterfaceMap l_interfaces; in setCollectionStatusProperty() local
1454 vpdSpecificUtility::insertOrMerge(l_interfaces, in setCollectionStatusProperty()
1467 std::move(l_interfaces)); in setCollectionStatusProperty()