Home
last modified time | relevance | path

Searched refs:GetDialogSubwindowInstanceId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1002 …parentOverlay->SetSubWindowId(SubwindowManager::GetInstance()->GetDialogSubwindowInstanceId(GetSub… in ShowDialogNG()
1005 SubwindowManager::GetInstance()->GetDialogSubwindowInstanceId(GetSubwindowId())); in ShowDialogNG()
1037 …parentOverlay->SetSubWindowId(SubwindowManager::GetInstance()->GetDialogSubwindowInstanceId(GetSub… in ShowDialogNGWithNode()
1040 SubwindowManager::GetInstance()->GetDialogSubwindowInstanceId(GetSubwindowId())); in ShowDialogNGWithNode()
1084 …parentOverlay->SetSubWindowId(SubwindowManager::GetInstance()->GetDialogSubwindowInstanceId(GetSub… in OpenCustomDialogNG()
1089 SubwindowManager::GetInstance()->GetDialogSubwindowInstanceId(GetSubwindowId())); in OpenCustomDialogNG()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.h112 int32_t GetDialogSubwindowInstanceId(int32_t SubwindowId);
H A Dsubwindow_manager.cpp202 int32_t SubwindowManager::GetDialogSubwindowInstanceId(int32_t SubwindowId) in GetDialogSubwindowInstanceId() function in OHOS::Ace::SubwindowManager