Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.h225 bool GetChildByViewId(const std::string& viewId, JSRef<JSObject>& childView, JSRef<JSObject>& targetView);
H A Djs_view.cpp326 if (GetChildByViewId(viewId, child.second, targetView)) { in FindChildByIdForPreview()
337 bool JSViewFullUpdate::GetChildByViewId( in GetChildByViewId() function in OHOS::OHOS::Ace::Framework::JSViewFullUpdate
347 if (GetChildByViewId(viewId, child.second, targetView)) { in GetChildByViewId()

Completed in 4 milliseconds