Searched refs:GetWindowWithId (Results 1 – 10 of 10) sorted by relevance
52 auto mainWindow = OHOS::Rosen::Window::GetWindowWithId(windowId); in OH_NativeWindowManager_RegisterKeyEventFilter()65 auto mainWindow = OHOS::Rosen::Window::GetWindowWithId(windowId); in OH_NativeWindowManager_UnregisterKeyEventFilter()
214 sptr<Window> Window::GetWindowWithId(uint32_t windId) in GetWindowWithId() function in OHOS::Rosen::Window217 return WindowSceneSessionImpl::GetWindowWithId(windId); in GetWindowWithId()219 return WindowImpl::GetWindowWithId(windId); in GetWindowWithId()
234 sptr<Window> WindowImpl::GetWindowWithId(uint32_t WinId) in GetWindowWithId() function in OHOS::Rosen::WindowImpl
2985 sptr<WindowSessionImpl> WindowSceneSessionImpl::GetWindowWithId(uint32_t winId) in GetWindowWithId() function in OHOS::Rosen::WindowSceneSessionImpl
78 static sptr<WindowSessionImpl> GetWindowWithId(uint32_t windId);
118 static sptr<Window> GetWindowWithId(uint32_t winId);
1755 HWTEST_F(WindowSceneSessionImplTest3, GetWindowWithId, Function | SmallTest | Level2)1770 auto ret = windowSceneSessionImpl->GetWindowWithId(1);1772 ret = windowSceneSessionImpl->GetWindowWithId(0);1775 ret = windowSceneSessionImpl->GetWindowWithId(0);
2470 window->GetWindowWithId(windId);
2320 static sptr<Window> GetWindowWithId(uint32_t windId);
1242 sptr<Window> window = Window::GetWindowWithId(windowIds[i]); in OnGetWindowsByCoordinate()