Home
last modified time | relevance | path

Searched refs:customViewChildrenWithLazy_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp402 for (auto&& lazyChild : customViewChildrenWithLazy_) { in DestroyChild()
409 customViewChildrenWithLazy_.clear(); in DestroyChild()
445 auto lazyItem = customViewChildrenWithLazy_.find(id); in GetChildById()
446 if (lazyItem != customViewChildrenWithLazy_.end()) { in GetChildById()
457 auto result = customViewChildrenWithLazy_.try_emplace(id, obj); in AddChildById()
489 auto removeView = customViewChildrenWithLazy_.find(item); in RemoveChildGroupById()
490 if (removeView != customViewChildrenWithLazy_.end()) { in RemoveChildGroupById()
503 customViewChildrenWithLazy_.erase(removeId); in RemoveChildGroupById()
H A Djs_view.h283 std::unordered_map<std::string, JSRef<JSObject>> customViewChildrenWithLazy_; member in OHOS::Ace::Framework::JSViewFullUpdate

Completed in 3 milliseconds