Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp603 types::ObjectMap l_objectMap; in notifyFRUCollectionStatus() local
609 l_objectMap.emplace(i_inventoryPath, l_interfaceMap); in notifyFRUCollectionStatus()
612 if (!dbusUtility::publishVpdOnDBus(std::move(l_objectMap))) in notifyFRUCollectionStatus()
H A Dvpd_specific_utility.hpp1517 types::ObjectMap l_objectMap; in resetObjTreeVpd() local
1546 l_objectMap.emplace(l_objectPath, l_interfaceMap); in resetObjTreeVpd()
1549 if (!dbusUtility::publishVpdOnDBus(std::move(l_objectMap))) in resetObjTreeVpd()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlistener.cpp163 types::ObjectMap l_objectMap = { in assetTagChangeCallback() local
168 if (!dbusUtility::publishVpdOnDBus(move(l_objectMap))) in assetTagChangeCallback()