Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp462 lazyItemGroups_[lazyItemGroupId_].emplace_back(id); in AddChildById()
483 auto iter = lazyItemGroups_.find(viewId); in RemoveChildGroupById()
484 if (iter == lazyItemGroups_.end()) { in RemoveChildGroupById()
505 lazyItemGroups_.erase(iter); in RemoveChildGroupById()
H A Djs_view.h287 std::unordered_map<std::string, std::list<std::string>> lazyItemGroups_; member in OHOS::Ace::Framework::JSViewFullUpdate

Completed in 3 milliseconds