Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.h114 void SetCurrentDialogSubwindow(const RefPtr<Subwindow>& subwindow);
H A Dsubwindow_manager.cpp677 void SubwindowManager::SetCurrentDialogSubwindow(const RefPtr<Subwindow>& subwindow) in SetCurrentDialogSubwindow() function in OHOS::Ace::SubwindowManager
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1369 SubwindowManager::GetInstance()->SetCurrentDialogSubwindow(AceType::Claim(this)); in ShowToastForService()
1421 SubwindowManager::GetInstance()->SetCurrentDialogSubwindow(AceType::Claim(this)); in ShowDialogForService()
1488 SubwindowManager::GetInstance()->SetCurrentDialogSubwindow(AceType::Claim(this)); in ShowDialogForService()
1641 SubwindowManager::GetInstance()->SetCurrentDialogSubwindow(AceType::Claim(this)); in ShowActionMenuForService()