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.cpp32 types::ObjectMap l_dbusObjectMap; in handleChangeInGpioPin() local
33 m_worker->populateDbus(l_parsedVpd, l_dbusObjectMap, m_fruPath); in handleChangeInGpioPin()
35 if (l_dbusObjectMap.empty()) in handleChangeInGpioPin()
40 if (!dbusUtility::callPIM(move(l_dbusObjectMap))) in handleChangeInGpioPin()
H A Dworker.cpp1600 types::ObjectMap l_dbusObjectMap; in collectSingleFruVpd() local
1601 populateDbus(l_parsedVpd, l_dbusObjectMap, l_fruPath); in collectSingleFruVpd()
1603 if (l_dbusObjectMap.empty()) in collectSingleFruVpd()
1611 if (!dbusUtility::callPIM(move(l_dbusObjectMap))) in collectSingleFruVpd()