Home
last modified time | relevance | path

Searched defs:jsRenderFunction (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_functions.cpp216 const JSRef<JSObject>& jsObject, const JSRef<JSFunc>& jsRenderFunction, bool partialUpdate) in InitViewFunctions()
383 ViewFunctions::ViewFunctions(const JSRef<JSObject>& jsObject, const JSRef<JSFunc>& jsRenderFunction) in ViewFunctions()
Djs_view.cpp158 …ViewFullUpdate(const std::string& viewId, JSRef<JSObject> jsObject, JSRef<JSFunc> jsRenderFunction) in JSViewFullUpdate()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/bindings/
Djs_view_binding.cpp57 …ViewFullUpdate(const std::string& viewId, JSRef<JSObject> jsObject, JSRef<JSFunc> jsRenderFunction) in JSViewFullUpdate()