Home
last modified time | relevance | path

Searched refs:JSCustomDialogController (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/
H A Djs_custom_dialog_controller.cpp65 void JSCustomDialogController::ConstructorCallback(const JSCallbackInfo& info) in ConstructorCallback()
74 auto instance = AceType::MakeRefPtr<JSCustomDialogController>(ownerView); in ConstructorCallback()
239 void JSCustomDialogController::DestructorCallback(JSCustomDialogController* controller) in DestructorCallback()
247 void JSCustomDialogController::JsOpenDialog(const JSCallbackInfo& info) in JsOpenDialog()
305 void JSCustomDialogController::JsCloseDialog(const JSCallbackInfo& info) in JsCloseDialog()
335 bool JSCustomDialogController::ParseAnimation( in ParseAnimation()
394 void JSCustomDialogController::JSBind(BindingTarget object) in JSBind()
397 … JSClass<JSCustomDialogController>::CustomMethod("open", &JSCustomDialogController::JsOpenDialog); in JSBind()
398 …JSClass<JSCustomDialogController>::CustomMethod("close", &JSCustomDialogController::JsCloseDialog); in JSBind()
399 JSClass<JSCustomDialogController>::Bind( in JSBind()
[all …]
H A Djs_custom_dialog_controller.h26 class JSCustomDialogController : public virtual AceType {
27 DECLARE_ACE_TYPE(JSCustomDialogController, AceType) in DECLARE_ACE_TYPE() argument
30 explicit JSCustomDialogController(JSView* ownerView) : ownerView_(ownerView) {} in DECLARE_ACE_TYPE()
31 ~JSCustomDialogController() = default;
35 static void DestructorCallback(JSCustomDialogController* instance);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp755 { "NativeCustomDialogController", JSCustomDialogController::JSBind },
1080 JSCustomDialogController::JSBind(globalObj); in JsBindFormViews()
1134 JSCustomDialogController::JSBind(globalObj); in JsBindViews()
H A Djsi_view_register_impl_ng.cpp608 JSCustomDialogController::JSBind(globalObj); in JsBindViews()