Home
last modified time | relevance | path

Searched defs:dialogId (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h133 void SetCustomDialogId(int32_t dialogId) in SetCustomDialogId()
144 void SetDialogId(int32_t dialogId) in SetDialogId()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_dialog_test_ng.cpp226 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
295 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
384 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
441 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
502 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
575 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
910 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
H A Doverlay_dialog_transition_test_ng.cpp696 int32_t dialogId = dialog->GetId(); variable
932 int32_t dialogId = dialog->GetId(); variable
1000 int32_t dialogId = dialog->GetId(); variable
H A Doverlay_manager_extend_test_ng.cpp620 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
664 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
H A Doverlay_test_ng.cpp1597 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
1778 auto dialogId = ElementRegister::GetInstance()->MakeUniqueId(); variable
1938 int32_t dialogId = dialog->GetId(); variable
1963 auto callbackFunc = [overlayManager](int32_t dialogId) { in __anona7e7e9b92102()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcustom_dialog_controller_model_impl.cpp198 auto dialogId = AceType::DynamicCast<DialogComponent>(showDialogComponent)->GetDialogId(); in CloseDialog() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h278 void SetCustomDialogId(int32_t dialogId) in SetCustomDialogId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h190 virtual void CloseCustomDialog(const int32_t dialogId) {}; in CloseCustomDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.cpp222 auto dialogId = dialogComponent->GetDialogId(); in CloseDialog() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.h221 void SetMaskNodeId(int32_t dialogId, int32_t maskId) in SetMaskNodeId()
H A Doverlay_manager.cpp2591 void OverlayManager::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog()
2778 int32_t dialogId = -1; in PopModalDialog() local
2853 RefPtr<FrameNode> OverlayManager::GetDialog(int32_t dialogId) in GetDialog()
6404 int32_t OverlayManager::GetMaskNodeIdWithDialogId(int32_t dialogId) in GetMaskNodeIdWithDialogId()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1100 void SubwindowOhos::CloseCustomDialogNG(int32_t dialogId) in CloseCustomDialogNG()
1190 int32_t dialogId = gToastDialogId.fetch_add(1, std::memory_order_relaxed); in InitToastDialogWindow() local
1582 void SubwindowOhos::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp589 void SubwindowManager::CloseCustomDialogNG(int32_t dialogId) in CloseCustomDialogNG()
1010 void SubwindowManager::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp1984 callBack = [asyncContext](int32_t dialogId) mutable { in ParseCustomDialogIdCallback()
2103int32_t dialogId, const WeakPtr<NG::UINode>& nodeWk, std::function<void(int32_t)>& contentCallback) in CloseCustomDialog()
2149 int32_t dialogId = -1; in JSPromptCloseCustomDialog() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp816 void FrontendDelegateDeclarativeNG::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1867 void FrontendDelegateDeclarative::CloseCustomDialog(const int32_t dialogId) in CloseCustomDialog()