Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp492 auto removeView = customViewChildrenWithLazy_.find(item); in RemoveChildGroupById() local
493 if (removeView != customViewChildrenWithLazy_.end()) { in RemoveChildGroupById()
494 if (!removeView->second.IsEmpty()) { in RemoveChildGroupById()
495 auto* view = removeView->second->Unwrap<JSView>(); in RemoveChildGroupById()
499 removeView->second.Reset(); in RemoveChildGroupById()