Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp465 lazyItemGroups_[lazyItemGroupId_].emplace_back(id); in AddChildById()
486 auto iter = lazyItemGroups_.find(viewId); in RemoveChildGroupById()
487 if (iter == lazyItemGroups_.end()) { in RemoveChildGroupById()
508 lazyItemGroups_.erase(iter); in RemoveChildGroupById()
H A Djs_view.h287 std::unordered_map<std::string, std::list<std::string>> lazyItemGroups_; variable