Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp190 const RefPtr<Subwindow> SubwindowManager::GetSystemToastWindow(int32_t instanceId) in GetSystemToastWindow() function in OHOS::Ace::SubwindowManager
708 auto subwindow = GetSystemToastWindow(containerId); in GetOrCreateSystemSubWindow()
809 … auto subwindow = isSystemTopMost ? GetSystemToastWindow(containerId) : GetSubwindow(containerId); in GetOrCreateToastWindow()
1137 auto subwindow = GetSystemToastWindow(parentContainerId); in HideSystemTopMostWindow()
1157 auto subwindow = GetSystemToastWindow(parentContainerId); in ClearToastInSystemSubwindow()
H A Dsubwindow_manager.h143 const RefPtr<Subwindow> GetSystemToastWindow(int32_t instanceId);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp584 auto subwindow = SubwindowManager::GetInstance()->GetSystemToastWindow(parentContainerId); in GetSystemTopMostSubwindowSize()