Home
last modified time | relevance | path

Searched refs:parentOverlay (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1018 auto parentOverlay = parentcontext->GetOverlayManager(); in ShowDialogNG() local
1019 CHECK_NULL_RETURN(parentOverlay, nullptr); in ShowDialogNG()
1020 parentOverlay->SetSubWindowId(SubwindowManager::GetInstance()->GetDialogSubwindowInstanceId(GetSubwindowId())); in ShowDialogNG()
1051 auto parentOverlay = parentcontext->GetOverlayManager(); in ShowDialogNGWithNode() local
1052 CHECK_NULL_RETURN(parentOverlay, nullptr); in ShowDialogNGWithNode()
1053 parentOverlay->SetSubWindowId(SubwindowManager::GetInstance()->GetDialogSubwindowInstanceId(GetSubwindowId())); in ShowDialogNGWithNode()
1096 auto parentOverlay = parentcontext->GetOverlayManager(); in OpenCustomDialogNG() local
1097 CHECK_NULL_VOID(parentOverlay); in OpenCustomDialogNG()
1098 parentOverlay->SetSubWindowId(SubwindowManager::GetInstance()->GetDialogSubwindowInstanceId(GetSubwindowId())); in OpenCustomDialogNG()

Completed in 5 milliseconds