Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp108 std::unordered_set<std::string> oldIdsSet(previousIDList.begin(), previousIDList.end()); in FfiOHOSAceFrameworkViewSetIdArray() local
113 if (oldIdsSet.find(newId) == oldIdsSet.end()) { in FfiOHOSAceFrameworkViewSetIdArray()
180 std::unordered_set<std::string> oldIdsSet(previousIDList.begin(), previousIDList.end()); in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct() local
194 if (oldIdsSet.find(*ret.first) == oldIdsSet.end()) { in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp128 std::unordered_set<std::string> oldIdsSet(oldIds.begin(), oldIds.end()); in LocalizedUpdate() local
142 ACE_DCHECK(oldIdsSet.size() == oldIds.size()); in LocalizedUpdate()
152 if (oldIdsSet.find(newId) == oldIdsSet.end()) { in LocalizedUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp105 std::unordered_set<std::string> oldIdsSet(tempIds_.begin(), tempIds_.end()); in CompareAndUpdateChildren() local
127 MappingChildWithId(oldIdsSet, additionalChildComps, oldNodeByIdMap_); in CompareAndUpdateChildren()
147 void ForEachNode::MappingChildWithId(std::unordered_set<std::string>& oldIdsSet, in MappingChildWithId() argument
152 auto oldIdIt = oldIdsSet.find(newId); in MappingChildWithId()
153 if (oldIdIt == oldIdsSet.end()) { in MappingChildWithId()
H A Dfor_each_node.h76 …void MappingChildWithId(std::unordered_set<std::string>& oldIdsSet, std::list<RefPtr<UINode>>& add…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp161 std::unordered_set<std::string> oldIdsSet(previousIDList.begin(), previousIDList.end()); in SetIdArray() local
177 if (oldIdsSet.find(*ret.first) == oldIdsSet.end()) { in SetIdArray()