Searched refs:i_parsedJsonObj (Results 1 – 2 of 2) sorted by relevance
173 void printSystemVpd(const nlohmann::json& i_parsedJsonObj) const noexcept;191 int updateAllKeywords(const nlohmann::json& i_parsedJsonObj,201 int handleMoreOption(const nlohmann::json& i_parsedJsonObj) const noexcept;
948 const nlohmann::json& i_parsedJsonObj) const noexcept in printSystemVpd()950 if (i_parsedJsonObj.empty() || !i_parsedJsonObj.contains("backupMap")) in printSystemVpd()970 for (const auto& l_aRecordKwInfo : i_parsedJsonObj["backupMap"]) in printSystemVpd()1012 int VpdTool::updateAllKeywords(const nlohmann::json& i_parsedJsonObj, in updateAllKeywords() argument1017 if (i_parsedJsonObj.empty() || !i_parsedJsonObj.contains("source") || in updateAllKeywords()1018 !i_parsedJsonObj.contains("backupMap")) in updateAllKeywords()1026 if (auto l_vpdPath = i_parsedJsonObj["source"].value("hardwarePath", ""); in updateAllKeywords()1032 i_parsedJsonObj["source"].value("inventoryPath", ""); in updateAllKeywords()1045 for (const auto& l_aRecordKwInfo : i_parsedJsonObj["backupMap"]) in updateAllKeywords()1109 const nlohmann::json& i_parsedJsonObj) const noexcept in handleMoreOption()[all …]