Searched refs:newIds (Results 1 – 12 of 12) sorted by relevance
65 void ForEachElement::RemoveUnusedChildElementsFromRegistery(const std::list<std::string>& newIds) c… in RemoveUnusedChildElementsFromRegistery()77 std::unordered_set<std::string> newIdsSet(newIds.begin(), newIds.end()); in RemoveUnusedChildElementsFromRegistery()122 std::list<std::string> newIds = newFEComp->GetIdArray(); in LocalizedUpdate() local123 std::unordered_set<std::string> newIdsSet(newIds.begin(), newIds.end()); in LocalizedUpdate()151 for (const auto& newId : newIds) { in LocalizedUpdate()
69 void RemoveUnusedChildElementsFromRegistery(const std::list<std::string>& newIds) const;
55 void ForEachModelNG::SetNewIds(std::list<std::string>&& newIds) in SetNewIds() argument60 node->SetIds(std::move(newIds)); in SetNewIds()
38 void SetNewIds(std::list<std::string>&& newIds) override;
50 virtual void SetNewIds(std::list<std::string>&& newIds) = 0;
37 void SetNewIds(std::list<std::string>&& newIds) override;
75 void ForEachModelImpl::SetNewIds(std::list<std::string>&& newIds) in SetNewIds() argument
76 std::list<std::string> newIds; in CreateForEachSwiper() local78 newIds.emplace_back(std::to_string(index)); in CreateForEachSwiper()80 forEachModelNG.SetNewIds(std::move(newIds)); in CreateForEachSwiper()
181 std::unordered_set<std::string> newIds; in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct() local186 std::pair<std::unordered_set<std::string>::iterator, bool> ret = newIds.insert(strId); in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
162 std::unordered_set<std::string> newIds; in SetIdArray() local169 … std::pair<std::unordered_set<std::string>::iterator, bool> ret = newIds.insert(strId->ToString()); in SetIdArray()
1280 const auto& newIds = forEachComponent->GetIdArray(); in UpdateForPartialUpdate() local1283 for (const auto& newId : newIds) { in UpdateForPartialUpdate()1334 const auto& newIds = forEachComponent->GetIdArray(); in LocalizedUpdate() local1357 for (const auto& newId : newIds) { in LocalizedUpdate()1366 for (const auto& newId : newIds) { in LocalizedUpdate()
124 std::list<std::string> newIds; in CreateForEachList() local126 newIds.emplace_back(std::to_string(index)); in CreateForEachList()128 forEachModelNG.SetNewIds(std::move(newIds)); in CreateForEachList()