Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_stack_processor.h68 static JSRef<JSObject> GetViewById(const std::string viewId) in GetViewById() function
H A Djs_view.cpp1160 JSRef<JSObject> targetView = Framework::JSViewStackProcessor::GetViewById(viewId); in FindChildByIdForPreview()