Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.h219 * always use FindChildById to be certain before calling this method
223 void FindChildById(const JSCallbackInfo& info);
H A Djs_view.cpp299 JSClass<JSViewFullUpdate>::CustomMethod("findChildById", &JSViewFullUpdate::FindChildById); in JSBind()
304 void JSViewFullUpdate::FindChildById(const JSCallbackInfo& info) in FindChildById() function in OHOS::OHOS::Ace::Framework::JSViewFullUpdate
310 JSException::Throw("%s", "JSView FindChildById with invalid arguments."); in FindChildById()

Completed in 4 milliseconds