Home
last modified time | relevance | path

Searched refs:l_inventoryPath (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/oem-handler/
H A Dibm_handler.cpp297 auto l_inventoryPath = jsonUtility::getInventoryObjPathFromJson( in checkAndUpdatePowerVsVpd() local
301 if (l_inventoryPath.empty()) in checkAndUpdatePowerVsVpd()
316 if (!dbusUtility::isInventoryPresent(l_inventoryPath)) in checkAndUpdatePowerVsVpd()
320 l_inventoryPath); in checkAndUpdatePowerVsVpd()
328 vpdSpecificUtility::getCcinFromDbus(l_inventoryPath, l_errCode); in checkAndUpdatePowerVsVpd()
374 constants::pimServiceName, l_inventoryPath, in checkAndUpdatePowerVsVpd()
405 {l_inventoryPath, in checkAndUpdatePowerVsVpd()
413 l_inventoryPath + "]"); in checkAndUpdatePowerVsVpd()
422 "FRU Part number updated for path [" + l_inventoryPath + in checkAndUpdatePowerVsVpd()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlistener.cpp195 for (const auto& l_inventoryPath : l_listOfFrus) in registerPresenceChangeCallback() local
201 l_inventoryPath, constants::inventoryItemInf), in registerPresenceChangeCallback()
207 m_fruPresenceMatchObjectMap[l_inventoryPath] = l_fruPresenceMatch; in registerPresenceChangeCallback()
H A Dworker.cpp924 std::string l_inventoryPath{}; in parseAndPublishVPD() local
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp977 const std::string& l_inventoryPath, in getServiceName() argument
981 if (l_inventoryPath.empty()) in getServiceName()
1000 if (l_inventoryPath.compare(l_inventoryItem["inventoryPath"]) == in getServiceName()