Home
last modified time | relevance | path

Searched refs:ConstructorCallback (Results 1 - 25 of 46) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path_shape.cpp20 void JSPathShape::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in OHOS::Ace::Framework::JSPathShape
67 globalObj, JSPathShape::ConstructorCallback, JSPathShape::DestructorCallback); in JSBind()
H A Djs_animator.h64 static void ConstructorCallback(const JSCallbackInfo& info);
89 static void ConstructorCallback(const JSCallbackInfo& info);
H A Djs_circle_shape.cpp20 void JSCircleShape::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in OHOS::Ace::Framework::JSCircleShape
66 globalObj, JSCircleShape::ConstructorCallback, JSCircleShape::DestructorCallback); in JSBind()
H A Djs_ellipse_shape.cpp20 void JSEllipseShape::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in OHOS::Ace::Framework::JSEllipseShape
63 globalObj, JSEllipseShape::ConstructorCallback, JSEllipseShape::DestructorCallback); in JSBind()
H A Djs_local_storage.cpp33 JSClass<JSLocalStorage>::Bind(globalObj, ConstructorCallback, DestructorCallback); in JSBind()
36 void JSLocalStorage::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in OHOS::Ace::Framework::JSLocalStorage
H A Djs_circle_shape.h29 static void ConstructorCallback(const JSCallbackInfo& info);
H A Djs_circle.h30 static void ConstructorCallback(const JSCallbackInfo& info);
H A Djs_ellipse_shape.h29 static void ConstructorCallback(const JSCallbackInfo& info);
H A Djs_ellipse.h30 static void ConstructorCallback(const JSCallbackInfo& info);
H A Djs_path_shape.h29 static void ConstructorCallback(const JSCallbackInfo& info);
H A Djs_path.h31 static void ConstructorCallback(const JSCallbackInfo& info);
H A Djs_circle.cpp50 void JSCircle::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in OHOS::OHOS::Ace::Framework::JSCircle
109 globalObj, JSCircle::ConstructorCallback, JSCircle::DestructorCallback); in JSBind()
H A Djs_ellipse.cpp49 void JSEllipse::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in OHOS::OHOS::Ace::Framework::JSEllipse
108 globalObj, JSEllipse::ConstructorCallback, JSEllipse::DestructorCallback); in JSBind()
H A Djs_environment.cpp38 JSClass<JSEnvironment>::Bind(globalObj, JSEnvironment::ConstructorCallback, JSEnvironment::DestructorCallback); in JSBind()
41 void JSEnvironment::ConstructorCallback(const JSCallbackInfo& args) in ConstructorCallback() function in OHOS::Ace::Framework::JSEnvironment
H A Djs_persistent.cpp35 JSClass<JSPersistent>::Bind(globalObj, JSPersistent::ConstructorCallback, JSPersistent::DestructorCallback); in JSBind()
38 void JSPersistent::ConstructorCallback(const JSCallbackInfo& args) in ConstructorCallback() function in OHOS::Ace::Framework::JSPersistent
H A Djs_path.cpp74 void JSPath::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in OHOS::OHOS::Ace::Framework::JSPath
116 globalObj, JSPath::ConstructorCallback, JSPath::DestructorCallback); in JSBind()
H A Djs_persistent.h39 static void ConstructorCallback(const JSCallbackInfo& args);
H A Djs_environment.h35 static void ConstructorCallback(const JSCallbackInfo& args);
H A Djs_local_storage.h35 static void ConstructorCallback(const JSCallbackInfo& args);
H A Djs_rect_shape.h33 static void ConstructorCallback(const JSCallbackInfo& info);
H A Djs_row.h40 static void ConstructorCallback(const JSCallbackInfo& args);
H A Djs_column.h44 static void ConstructorCallback(const JSCallbackInfo& args);
H A Djs_state_mgmt_profiler.cpp31 JSClass<JSStateMgmtProfiler>::Bind(globalObj, JSStateMgmtProfiler::ConstructorCallback); in JSBind()
34 void JSStateMgmtProfiler::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in OHOS::Ace::Framework::JSStateMgmtProfiler
H A Djs_animator.cpp179 JSClass<JSSpringProp>::Bind(globalObj, JSSpringProp::ConstructorCallback, JSSpringProp::DestructorCallback); in JSBind()
182 JSClass<JSMotion>::Bind(globalObj, JSMotion::ConstructorCallback, JSMotion::DestructorCallback); in JSBind()
185 JSClass<JSMotion>::Bind(globalObj, JSMotion::ConstructorCallback, JSMotion::DestructorCallback); in JSBind()
188 JSClass<JSMotion>::Bind(globalObj, JSMotion::ConstructorCallback, JSMotion::DestructorCallback); in JSBind()
386 void JSSpringProp::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in JSSpringProp
409 void JSMotion::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback() function in JSMotion
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.h34 static void ConstructorCallback(const JSCallbackInfo& args);

Completed in 10 milliseconds

12