Searched refs:l_fruPath (Results 1 – 5 of 5) sorted by relevance
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | json_utility.hpp | 74 const auto l_fruPath = l_fru.key(); in getVPDOffset() local 77 if (i_vpdFilePath == i_sysCfgJsonObj["frus"][l_fruPath].at(0).value( in getVPDOffset() 81 return i_sysCfgJsonObj["frus"][l_fruPath].at(0).value("offset", 0); in getVPDOffset() 171 const auto l_fruPath = l_fru.key(); in getInventoryObjPathFromJson() local 173 i_sysCfgJsonObj["frus"][l_fruPath].at(0).value("inventoryPath", in getInventoryObjPathFromJson() 177 if (i_vpdPath == i_sysCfgJsonObj["frus"][l_fruPath].at(0).value( in getInventoryObjPathFromJson() 588 const std::string& l_fruPath = l_fru.key(); in getRedundantEepromPathFromJson() local 590 i_sysCfgJsonObj["frus"][l_fruPath].at(0).value( in getRedundantEepromPathFromJson() 594 if ((i_sysCfgJsonObj["frus"][l_fruPath].at(0).value( in getRedundantEepromPathFromJson() 648 const auto l_fruPath in getFruPathFromJson() local 784 const auto l_fruPath = l_fru.key(); getListOfGpioPollingFrus() local 835 const types::Path l_fruPath = getAllPathsToUpdateKeyword() local [all...] |
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | manager.cpp | 330 for (const auto& [l_fruPath, l_recJson] : i_powerVsJsonObj.items()) in checkAndUpdatePowerVsVpd() 341 l_sysCfgJsonObj, l_fruPath); in checkAndUpdatePowerVsVpd() 346 o_failedPathList.push_back(l_fruPath); in checkAndUpdatePowerVsVpd() 368 o_failedPathList.push_back(l_fruPath); in checkAndUpdatePowerVsVpd() 396 o_failedPathList.push_back(l_fruPath); in checkAndUpdatePowerVsVpd() 409 o_failedPathList.push_back(l_fruPath); in checkAndUpdatePowerVsVpd() 422 l_fruPath, in checkAndUpdatePowerVsVpd() 426 o_failedPathList.push_back(l_fruPath); in checkAndUpdatePowerVsVpd() 519 types::Path l_fruPath; in updateKeyword() 529 l_fruPath in updateKeyword() 506 types::Path l_fruPath; updateKeyword() local 648 const std::string& l_fruPath = collectSingleFruVpd() local [all...] |
H A D | gpio_monitor.cpp | 115 for (const auto& l_fruPath : l_gpioPollingRequiredFrusList) in initHandlerForGpio() local 118 std::make_shared<GpioEventHandler>(l_fruPath, i_worker, in initHandlerForGpio()
|
H A D | worker.cpp | 1723 const std::string& l_fruPath = in deleteFruVpd() local 1740 if (jsonUtility::isActionRequired(m_parsedJson, l_fruPath, in deleteFruVpd() 1743 if (!processPreAction(l_fruPath, "deletion")) in deleteFruVpd() 1781 if (jsonUtility::isActionRequired(m_parsedJson, l_fruPath, in deleteFruVpd() 1784 if (!processPostAction(l_fruPath, "deletion")) in deleteFruVpd() 1804 if (jsonUtility::isActionRequired(m_parsedJson, l_fruPath, in deleteFruVpd() 1807 if (!jsonUtility::executePostFailAction(m_parsedJson, l_fruPath, in deleteFruVpd()
|
H A D | parser.cpp | 118 auto [l_fruPath, l_inventoryObjPath, l_redundantFruPath] = in updateVpdKeyword()
|