Searched refs:allResource (Results 1 – 3 of 3) sorted by relevance
37 auto &allResource = fileManager.GetResources(); in CheckConfigJson() local40 auto res = allResource.find(id); in CheckConfigJson()41 if (res == allResource.end()) { in CheckConfigJson()54 auto &allResource = resourceAppend_->GetItems(); in CheckConfigJsonForCombine() local57 auto res = allResource.find(id); in CheckConfigJsonForCombine()58 if (res == allResource.end()) { in CheckConfigJsonForCombine()
44 auto &allResource = fileManager.GetResources(); in CreateResourceTable() local46 for (const auto &item : allResource) { in CreateResourceTable()63 if (CreateIdDefined(allResource) != RESTOOL_SUCCESS) { in CreateResourceTable()73 map<int32_t, vector<ResourceItem>> allResource; in CreateResourceTable() local86 allResource.emplace(item.first, resourceItems); in CreateResourceTable()94 if (CreateIdDefined(allResource) != RESTOOL_SUCCESS) { in CreateResourceTable()148 uint32_t ResourceTable::CreateIdDefined(const map<int32_t, vector<ResourceItem>> &allResource) const in CreateIdDefined()151 for (const auto &pairPtr : allResource) { in CreateIdDefined()
65 uint32_t CreateIdDefined(const std::map<int32_t, std::vector<ResourceItem>> &allResource) const;