Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp186 const RefPtr<Subwindow> SubwindowManager::GetSystemToastWindow(int32_t instanceId) in GetSystemToastWindow() function in OHOS::Ace::SubwindowManager
659 auto subwindow = GetSystemToastWindow(containerId); in GetOrCreateSystemSubWindow()
765 GetSystemToastWindow(containerId) : GetDialogSubwindow(containerId); in CloseToast()
780 GetSystemToastWindow(containerId) : GetSubwindow(containerId); in CloseToast()
792 subwindow = GetSystemToastWindow(containerId); in GetOrCreateToastWindow()
1103 auto subwindow = GetSystemToastWindow(parentContainerId); in HideSystemTopMostWindow()
1123 auto subwindow = GetSystemToastWindow(parentContainerId); in ClearToastInSystemSubwindow()
H A Dsubwindow_manager.h134 const RefPtr<Subwindow> GetSystemToastWindow(int32_t instanceId);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.cpp231 auto systemToastWindow = SubwindowManager::GetInstance()->GetSystemToastWindow(instanceId); in DestroyToastSubwindow()

Completed in 4 milliseconds