Home
last modified time | relevance | path

Searched defs:autoCancel (Results 1 – 25 of 30) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dcustom_dialog_model.h28 ArkUI_Int32 autoCancel; member
Dcustom_dialog_model.cpp236 ArkUI_Int32 SetDialogAutoCancel(ArkUIDialogHandle controllerHandler, bool autoCancel) in SetDialogAutoCancel()
Dnode_api.cpp1739 ArkUI_Int32 SetDialogAutoCancel(ArkUIDialogHandle handle, ArkUI_Bool autoCancel) in SetDialogAutoCancel()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_customdialog_controller_ffi.h34 bool autoCancel; member
Dcj_alert_dialog_ffi.h50 bool autoCancel; member
Dcj_view_abstract_ffi.h331 bool autoCancel; member
/foundation/arkui/ace_engine/interfaces/native/node/
Ddialog_model.cpp91 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel) in SetAutoCancel()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
Ddialog_tween_component.h32 void SetAutoCancel(bool autoCancel) in SetAutoCancel()
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
Ddialog_component.h87 void SetAutoCancel(bool autoCancel) in SetAutoCancel()
Ddialog_properties.h216 bool autoCancel = true; // pop dialog when click mask if autoCancel is true. member
282 bool autoCancel = true; member
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate.h172 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
Dfrontend_delegate_impl.cpp986 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
Dsubwindow_ohos.cpp1390 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialogForAbility()
1412 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialogForService()
1523 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/
Dinterstitialdialogaction.js235 autoCancel: false, property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Dfrontend_delegate_declarative_ng.cpp643 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
658 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Ddialog_container.cpp477 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_pattern.cpp186 auto autoCancel = bubbleRenderProp->GetAutoCancel().value_or(true); in HandleTouchDown() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
Dmock_plugin_frontend_delegate.cpp236 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/foundation/arkui/ace_engine/frameworks/base/subwindow/
Dsubwindow_manager.cpp868 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& n… in ShowDialog()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
Ddialog_pattern.cpp188 auto autoCancel = props->GetAutoCancel().value_or(true); in HandleClick() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Dfrontend_delegate_declarative.cpp1662 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
1677 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/foundation/arkui/advanced_ui_component/interface/treeview/
Dtreeview.js2820 autoCancel: !0, property
3201 autoCancel: !0, property
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend_delegate.cpp948 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
Dbubble_test_ng.cpp124 std::optional<bool> autoCancel = std::nullopt; member
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
Dprompt_action.cpp479 napi_value autoCancel = nullptr; member

12