Home
last modified time | relevance | path

Searched refs:GetOrCreateToastWindow (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.h154 … RefPtr<Subwindow> GetOrCreateToastWindow(int32_t containerId, const NG::ToastShowMode& showMode);
H A Dsubwindow_manager.cpp797 auto subwindow = manager->GetOrCreateToastWindow(containerId, toastInfo.showMode); in ShowToast()
806 RefPtr<Subwindow> SubwindowManager::GetOrCreateToastWindow(int32_t containerId, const NG::ToastShow… in GetOrCreateToastWindow() function in OHOS::Ace::SubwindowManager