Home
last modified time | relevance | path

Searched defs:dialogId (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_dialog_test_ng.cpp226 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
295 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
384 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
441 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
502 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
575 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); HWTEST_F() local
910 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); HWTEST_F() local
[all...]
H A Doverlay_dialog_transition_test_ng.cpp696 int32_t dialogId = dialog->GetId(); in HWTEST_F() local
932 int32_t dialogId = dialog->GetId(); in HWTEST_F() local
1000 int32_t dialogId in HWTEST_F() local
[all...]
H A Doverlay_manager_extend_test_ng.cpp621 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
665 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
H A Doverlay_test_ng.cpp1615 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
1776 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); in HWTEST_F() local
1936 int32_t dialogId = dialog->GetId(); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h133 void SetCustomDialogId(int32_t dialogId) in SetCustomDialogId() argument
144 void SetDialogId(int32_t dialogId) in SetDialogId() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h189 virtual void CloseCustomDialog(const int32_t dialogId) {}; in CloseCustomDialog() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h222 void SetMaskNodeId(int32_t dialogId, int32_t maskId) in SetMaskNodeId() argument
H A Doverlay_manager.cpp2610 void OverlayManager::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() argument
2795 int32_t dialogId = -1; in PopModalDialog() local
2872 RefPtr<FrameNode> OverlayManager::GetDialog(int32_t dialogId) in GetDialog() argument
6415 int32_t OverlayManager::GetMaskNodeIdWithDialogId(int32_t dialogId) in GetMaskNodeIdWithDialogId() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h278 void SetCustomDialogId(int32_t dialogId) in SetCustomDialogId() argument
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp550 void SubwindowManager::CloseCustomDialogNG(int32_t dialogId) in CloseCustomDialogNG() argument
982 void SubwindowManager::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp803 void FrontendDelegateDeclarativeNG::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1112 void SubwindowOhos::CloseCustomDialogNG(int32_t dialogId) in CloseCustomDialogNG() argument
1202 int32_t dialogId = gToastDialogId.fetch_add(1, std::memory_order_relaxed); in InitToastDialogWindow() local
1616 void SubwindowOhos::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp2202 CloseCustomDialog(napi_env env, std::shared_ptr<PromptAsyncContext>& asyncContext, bool useDialogId, int32_t dialogId, const WeakPtr<NG::UINode>& nodeWk, std::function<void(int32_t)>& contentCallback) CloseCustomDialog() argument
2249 int32_t dialogId = -1; JSPromptCloseCustomDialog() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1859 void FrontendDelegateDeclarative::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog() argument

Completed in 40 milliseconds