Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp411 for (const auto& singleInventory : groupEEPROM) in updateCache() local
418 if (singleInventory.find("inherit") != singleInventory.end()) in updateCache()
420 isInherit = singleInventory["inherit"].get<bool>(); in updateCache()
431 (singleInventory["inventoryPath"].get<std::string>()), in updateCache()
435 processAndUpdateCI(singleInventory["inventoryPath"] in updateCache()
440 processAndUpdateEI(singleInventory, in updateCache()
441 singleInventory["inventoryPath"] in updateCache()
445 if (singleInventory.find("copyRecords") != singleInventory.end()) in updateCache()
447 if (find(singleInventory["copyRecords"].begin(), in updateCache()
448 singleInventory["copyRecords"].end(), in updateCache()
[all …]