Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcustom_dialog_model.h28 ArkUI_Int32 autoCancel; member
H A Dcustom_dialog_model.cpp236 ArkUI_Int32 SetDialogAutoCancel(ArkUIDialogHandle controllerHandler, bool autoCancel) in SetDialogAutoCancel()
H A Dnode_api.cpp1746 ArkUI_Int32 SetDialogAutoCancel(ArkUIDialogHandle handle, ArkUI_Bool autoCancel) in SetDialogAutoCancel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_customdialog_controller_ffi.h34 bool autoCancel; member
H A Dcj_alert_dialog_ffi.h50 bool autoCancel; member
H A Dcj_view_abstract_ffi.h331 bool autoCancel; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Ddialog_model.cpp91 int32_t SetAutoCancel(ArkUI_NativeDialogHandle handle, bool autoCancel) in SetAutoCancel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h32 void SetAutoCancel(bool autoCancel) in SetAutoCancel()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h87 void SetAutoCancel(bool 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h183 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
H A Dfrontend_delegate_impl.cpp986 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp648 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
663 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp477 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp187 auto autoCancel = bubbleRenderProp->GetAutoCancel().value_or(true); in HandleTouchDown() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp236 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp868 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& n… in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp218 auto autoCancel = props->GetAutoCancel().value_or(true); in HandleClick() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1678 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
1693 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp948 …const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp124 std::optional<bool> autoCancel = std::nullopt; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp516 napi_value autoCancel = nullptr; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp952 bool autoCancel = true; in ShowDialog() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp1841 auto autoCancel = bubbleRenderProp->GetAutoCancel().value_or(true); in HidePopupWithoutAnimation() local

12