Home
last modified time | relevance | path

Searched refs:autoCancel (Results 1 - 25 of 63) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/action_sheet/
H A Daction_sheet_model_ng.cpp41 Maskarg.autoCancel = arg.autoCancel; in ShowActionSheet()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h28 ArkUI_Int32 autoCancel; member
51 ArkUI_Int32 SetDialogAutoCancel(ArkUIDialogHandle handle, bool autoCancel);
H A Dcustom_dialog_model.cpp46 .autoCancel = true, in CreateDialog()
147 dialogProperties.autoCancel = controllerHandler->autoCancel; in ParseDialogProperties()
236 ArkUI_Int32 SetDialogAutoCancel(ArkUIDialogHandle controllerHandler, bool autoCancel) in SetDialogAutoCancel() argument
239 controllerHandler->autoCancel = autoCancel; in SetDialogAutoCancel()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dalert_dialog_model_ng.cpp75 Maskarg.autoCancel = arg.autoCancel; in SetShowDialog()
H A Ddialog_view.cpp57 dialogLayoutProp->UpdateAutoCancel(param.autoCancel); in CreateDialogNode()
H A Dcustom_dialog_controller_model_ng.cpp128 Maskarg.autoCancel = dialogProperties.autoCancel; in SetOpenDialogWithNode()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h32 void SetAutoCancel(bool autoCancel) in SetAutoCancel() argument
34 autoCancel_ = autoCancel; in SetAutoCancel()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alert_dialog_ffi.h50 bool autoCancel; member
H A Dcj_alert_dialog_ffi.cpp55 // Parse autoCancel. in ParseAlertDialogConfirm()
56 properties.autoCancel = alertDialog.autoCancel; in ParseAlertDialogConfirm()
H A Dcj_customdialog_controller_ffi.h34 bool autoCancel; member
H A Dcj_customdialog_controller_ffi.cpp78 dialogProperties_.autoCancel = options.autoCancel; in NativeCustomDialogController()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp269 maskarg.autoCancel = dialogProperties.autoCancel; in ShowDialogInner()
288 .autoCancel = true, in ShowActionMenu()
317 maskarg.autoCancel = dialogProperties.autoCancel; in ShowActionMenuInner()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp635 const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, in ShowDialog()
643 .autoCancel = autoCancel, in ShowDialog()
650 const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, in ShowDialog()
658 .autoCancel = autoCancel, in ShowDialog()
674 .autoCancel = dialogAttr.autoCancel, in ShowDialog()
711 .autoCancel = dialogAttr.autoCancel, in ShowDialog()
634 ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks) ShowDialog() argument
649 ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) ShowDialog() argument
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp89 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel) in SetAutoCancel() argument
95 return impl->getDialogAPI()->setAutoCancel(handle->controller, autoCancel); in SetAutoCancel()
H A Ddialog_model.h49 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel);
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_dialog.h127 * @param autoCancel Specifies whether to allow users to touch the mask to dismiss the dialog box.
131 int32_t (*setAutoCancel)(ArkUI_NativeDialogHandle handle, bool autoCancel);
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dcustomdialog_composed_element.cpp55 item->Put("autoCancel", GetAutoCancel().c_str()); in Open()
67 return ConvertBoolToString(renderDialog->GetDialogProperties().autoCancel); in GetAutoCancel()
H A Dactionsheetdialog_composed_element.cpp58 item->Put("autoCancel", GetAutoCancel().c_str()); in Show()
89 return ConvertBoolToString(renderDialog->GetDialogProperties().autoCancel); in GetAutoCancel()
H A Dalertdialog_composed_element.cpp57 item->Put("autoCancel", GetAutoCancel().c_str()); in Show()
90 return ConvertBoolToString(renderDialog->GetDialogProperties().autoCancel); in GetAutoCancel()
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h107 bool autoCancel, std::function<void(int32_t, int32_t)>&& callback,
179 const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback,
182 const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback,
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h87 void SetAutoCancel(bool autoCancel) in SetAutoCancel() argument
89 autoCancel_ = autoCancel; in SetAutoCancel()
H A Ddialog_properties.h216 bool autoCancel = true; // pop dialog when click mask if autoCancel is true. member
284 bool autoCancel = true; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1617 Maskarg.autoCancel = dialogProperties.autoCancel; in ShowDialogInner()
1668 const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, in ShowDialog()
1676 .autoCancel = autoCancel, in ShowDialog()
1683 const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, in ShowDialog()
1691 .autoCancel = autoCancel, in ShowDialog()
1706 .autoCancel = dialogAttr.autoCancel, in ShowDialog()
1667 ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks) ShowDialog() argument
1682 ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) ShowDialog() argument
[all...]
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp575 .autoCancel = dialogAttr.autoCancel, in UpdateCustomDialogNG()
857 const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& napiCallback, in ShowDialog()
873 subwindow->ShowDialog(title, message, buttons, autoCancel, std::move(napiCallback), dialogCallbacks); in ShowDialog()
881 subwindow->ShowDialog(title, message, buttons, autoCancel, std::move(napiCallback), dialogCallbacks); in ShowDialog()
856 ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& napiCallback, const std::set<std::string>& dialogCallbacks) ShowDialog() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h177 const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback,
182 const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, in ShowDialog()
181 ShowDialog(const std::string& title, const std::string& message, const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& callback, const std::set<std::string>& callbacks, std::function<void(bool)>&& onStatusChanged) ShowDialog() argument

Completed in 20 milliseconds

123