Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.h50 bool ExecuteHasNodeUpdateFunc(int32_t elmtId);
H A Djs_view_functions.cpp146 bool ViewFunctions::ExecuteHasNodeUpdateFunc(int32_t elmtId) in ExecuteHasNodeUpdateFunc() function in OHOS::Ace::Framework::ViewFunctions
H A Djs_view.cpp642 return jsView->jsViewFunction_->ExecuteHasNodeUpdateFunc(nodeId); in CreateViewNode()