Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.h193 for (const auto& item : builder_->GetCachedUINodeMap()) { in OnAttachToMainTree()
205 auto tempExpiringItem = builder_->GetCachedUINodeMap();
H A Dlazy_for_each_node.cpp480 auto map = builder_->GetCachedUINodeMap(); in OnConfigurationUpdate()
H A Dlazy_for_each_builder.h534 const std::unordered_map<std::string, LazyForEachCacheChild>& GetCachedUINodeMap() in GetCachedUINodeMap() function