Searched refs:oldIdsSet (Results 1 – 5 of 5) sorted by relevance
108 std::unordered_set<std::string> oldIdsSet(previousIDList.begin(), previousIDList.end()); in FfiOHOSAceFrameworkViewSetIdArray() local113 if (oldIdsSet.find(newId) == oldIdsSet.end()) { in FfiOHOSAceFrameworkViewSetIdArray()180 std::unordered_set<std::string> oldIdsSet(previousIDList.begin(), previousIDList.end()); in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct() local194 if (oldIdsSet.find(*ret.first) == oldIdsSet.end()) { in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
128 std::unordered_set<std::string> oldIdsSet(oldIds.begin(), oldIds.end()); in LocalizedUpdate() local142 ACE_DCHECK(oldIdsSet.size() == oldIds.size()); in LocalizedUpdate()152 if (oldIdsSet.find(newId) == oldIdsSet.end()) { in LocalizedUpdate()
105 std::unordered_set<std::string> oldIdsSet(tempIds_.begin(), tempIds_.end()); in CompareAndUpdateChildren() local127 MappingChildWithId(oldIdsSet, additionalChildComps, oldNodeByIdMap_); in CompareAndUpdateChildren()147 void ForEachNode::MappingChildWithId(std::unordered_set<std::string>& oldIdsSet, in MappingChildWithId() argument152 auto oldIdIt = oldIdsSet.find(newId); in MappingChildWithId()153 if (oldIdIt == oldIdsSet.end()) { in MappingChildWithId()
76 …void MappingChildWithId(std::unordered_set<std::string>& oldIdsSet, std::list<RefPtr<UINode>>& add…
161 std::unordered_set<std::string> oldIdsSet(previousIDList.begin(), previousIDList.end()); in SetIdArray() local177 if (oldIdsSet.find(*ret.first) == oldIdsSet.end()) { in SetIdArray()