/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/action_sheet/ |
H A D | action_sheet_model_ng.cpp | 41 Maskarg.autoCancel = arg.autoCancel; in ShowActionSheet()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | custom_dialog_model.h | 28 ArkUI_Int32 autoCancel; member 51 ArkUI_Int32 SetDialogAutoCancel(ArkUIDialogHandle handle, bool autoCancel);
|
H A D | custom_dialog_model.cpp | 46 .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 D | alert_dialog_model_ng.cpp | 75 Maskarg.autoCancel = arg.autoCancel; in SetShowDialog()
|
H A D | dialog_view.cpp | 57 dialogLayoutProp->UpdateAutoCancel(param.autoCancel); in CreateDialogNode()
|
H A D | custom_dialog_controller_model_ng.cpp | 128 Maskarg.autoCancel = dialogProperties.autoCancel; in SetOpenDialogWithNode()
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
H A D | dialog_tween_component.h | 32 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 D | cj_alert_dialog_ffi.h | 50 bool autoCancel; member
|
H A D | cj_alert_dialog_ffi.cpp | 55 // Parse autoCancel. in ParseAlertDialogConfirm() 56 properties.autoCancel = alertDialog.autoCancel; in ParseAlertDialogConfirm()
|
H A D | cj_customdialog_controller_ffi.h | 34 bool autoCancel; member
|
H A D | cj_customdialog_controller_ffi.cpp | 78 dialogProperties_.autoCancel = options.autoCancel; in NativeCustomDialogController()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 269 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 D | frontend_delegate_declarative_ng.cpp | 635 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 D | dialog_model.cpp | 89 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel) in SetAutoCancel() argument 95 return impl->getDialogAPI()->setAutoCancel(handle->controller, autoCancel); in SetAutoCancel()
|
H A D | dialog_model.h | 49 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel);
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_dialog.h | 127 * @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 D | customdialog_composed_element.cpp | 55 item->Put("autoCancel", GetAutoCancel().c_str());
in Open() 67 return ConvertBoolToString(renderDialog->GetDialogProperties().autoCancel);
in GetAutoCancel()
|
H A D | actionsheetdialog_composed_element.cpp | 58 item->Put("autoCancel", GetAutoCancel().c_str());
in Show() 89 return ConvertBoolToString(renderDialog->GetDialogProperties().autoCancel);
in GetAutoCancel()
|
H A D | alertdialog_composed_element.cpp | 57 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 D | subwindow_ohos.h | 107 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 D | dialog_component.h | 87 void SetAutoCancel(bool autoCancel) in SetAutoCancel() argument 89 autoCancel_ = autoCancel; in SetAutoCancel()
|
H A D | dialog_properties.h | 216 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 D | frontend_delegate_declarative.cpp | 1617 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 D | subwindow_manager.cpp | 575 .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 D | frontend_delegate.h | 177 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
|