Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dgpio_monitor.cpp30 types::ObjectMap l_dbusObjectMap; in handleChangeInGpioPin() local
31 m_worker->populateDbus(l_parsedVpd, l_dbusObjectMap, m_fruPath); in handleChangeInGpioPin()
33 if (l_dbusObjectMap.empty()) in handleChangeInGpioPin()
38 if (!dbusUtility::callPIM(move(l_dbusObjectMap))) in handleChangeInGpioPin()
H A Dmanager.cpp726 types::ObjectMap l_dbusObjectMap; in collectSingleFruVpd()
727 m_worker->populateDbus(l_parsedVpd, l_dbusObjectMap, l_fruPath); in collectSingleFruVpd()
729 if (l_dbusObjectMap.empty()) in collectSingleFruVpd()
737 if (!dbusUtility::callPIM(move(l_dbusObjectMap))) in collectSingleFruVpd()
713 types::ObjectMap l_dbusObjectMap; collectSingleFruVpd() local