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()
41 if (!dbusUtility::publishVpdOnDBus(move(l_dbusObjectMap))) in handleChangeInGpioPin()
H A Dworker.cpp1561 types::ObjectMap l_dbusObjectMap; in collectSingleFruVpd() local
1563 populateDbus(l_parsedVpd, l_dbusObjectMap, l_fruPath); in collectSingleFruVpd()
1565 if (l_dbusObjectMap.empty()) in collectSingleFruVpd()
1573 if (!dbusUtility::publishVpdOnDBus(move(l_dbusObjectMap))) in collectSingleFruVpd()