Home
last modified time | relevance | path

Searched refs:dialogComponent (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcustom_dialog_controller_model_impl.cpp31 …RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, std::list<DialogOperation>& dialo… in NotifyDialogOperation() argument
70 …std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialo… in ShowDialog() argument
121 &dialogComponent, &customDialog, &dialogOperation, this]() mutable { in ShowDialog()
123 dialogComponent = context->ShowDialog(showDialogProperties, false, "CustomDialog"); in ShowDialog()
128 std::move(cancelTask), dialogComponent, customDialog, dialogOperation); in ShowDialog()
146 …std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialo… in CloseDialog() argument
190 &dialogComponent, &customDialog, &dialogOperation, this]() { in CloseDialog()
194 std::move(cancelTask), dialogComponent, customDialog, dialogOperation); in CloseDialog()
213 std::move(cancelTask), dialogComponent, customDialog, dialogOperation); in CloseDialog()
221 dialogComponent = nullptr; in CloseDialog()
[all …]
H A Dcustom_dialog_controller_model_impl.h26 …std::function<void()>&& buildFunc, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog,
30 RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog,
35 …std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialo…
38 …std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialo…
41 bool& isShown, std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Dcustom_dialog_controller_model.h36 …std::function<void()>&& buildFunc, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog,
40 RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog,
H A Dcustom_dialog_controller_model_ng.h28 …std::function<void()>&& buildFunc, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog,
34 RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog,
H A Dcustom_dialog_controller_model_ng.cpp26 …RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, std::list<DialogOperation>& dialo… in SetOpenDialog() argument
120 …bool& pending, bool& isShown, std::function<void()>&& cancelTask, RefPtr<AceType>& dialogComponent, in SetCloseDialog() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp218 [lastStack, dialogComponent = dialogComponent_]() { in CloseDialog()
219 if (!lastStack || !dialogComponent) { in CloseDialog()
222 auto dialogId = dialogComponent->GetDialogId(); in CloseDialog()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp1640 auto dialogComponent = AceType::MakeRefPtr<AceType>(); variable
1649 []() {}, []() {}, dialogComponent, customDialog, dialogOperation); in __anon32bad9f50902()
1653 []() {}, dialogComponent, customDialog, dialogOperation); in __anon32bad9f50a02()
1658 []() {}, []() {}, dialogComponent, customDialog, dialogOperation); in __anon32bad9f50c02()
1660 []() {}, dialogComponent, customDialog, dialogOperation); in __anon32bad9f50d02()