/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | custom_dialog_controller_model_impl.cpp | 31 …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 D | custom_dialog_controller_model_impl.h | 26 …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 D | custom_dialog_controller_model.h | 36 …std::function<void()>&& buildFunc, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, 40 RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog,
|
H A D | custom_dialog_controller_model_ng.h | 28 …std::function<void()>&& buildFunc, RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog, 34 RefPtr<AceType>& dialogComponent, RefPtr<AceType>& customDialog,
|
H A D | custom_dialog_controller_model_ng.cpp | 26 …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 D | picker_base_component.cpp | 218 [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 D | dialog_test_ng.cpp | 1640 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()
|