Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dmanager.cpp297 const nlohmann::json& l_sysCfgJsonObj = in SetTimerToDetectVpdCollectionStatus() local
299 if (jsonUtility::isBackupAndRestoreRequired(l_sysCfgJsonObj)) in SetTimerToDetectVpdCollectionStatus()
301 BackupAndRestore l_backupAndRestoreObj(l_sysCfgJsonObj); in SetTimerToDetectVpdCollectionStatus()
332 nlohmann::json l_sysCfgJsonObj{}; in checkAndUpdatePowerVsVpd() local
335 l_sysCfgJsonObj = m_worker->getSysCfgJsonObj(); in checkAndUpdatePowerVsVpd()
341 l_sysCfgJsonObj, l_fruPath); in checkAndUpdatePowerVsVpd()
520 nlohmann::json l_sysCfgJsonObj{}; in updateKeyword()
524 l_sysCfgJsonObj = m_worker->getSysCfgJsonObj(); in updateKeyword()
527 if (!l_sysCfgJsonObj.empty()) in updateKeyword()
530 jsonUtility::getFruPathFromJson(l_sysCfgJsonObj, i_vpdPat in updateKeyword()
507 nlohmann::json l_sysCfgJsonObj{}; updateKeyword() local
552 nlohmann::json l_sysCfgJsonObj{}; updateKeywordOnHardware() local
631 nlohmann::json l_sysCfgJsonObj{}; collectSingleFruVpd() local
805 const nlohmann::json& l_sysCfgJsonObj = m_worker->getSysCfgJsonObj(); getExpandedLocationCode() local
849 const nlohmann::json& l_sysCfgJsonObj = m_worker->getSysCfgJsonObj(); getFrusByUnexpandedLocationCode() local
1089 nlohmann::json l_sysCfgJsonObj = m_worker->getSysCfgJsonObj(); performVpdRecollection() local
[all...]