Home
last modified time | relevance | path

Searched refs:GetWindowWithId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Doh_window_event_filter.cpp52 auto mainWindow = OHOS::Rosen::Window::GetWindowWithId(windowId); in OH_NativeWindowManager_RegisterKeyEventFilter()
65 auto mainWindow = OHOS::Rosen::Window::GetWindowWithId(windowId); in OH_NativeWindowManager_UnregisterKeyEventFilter()
H A Dwindow.cpp214 sptr<Window> Window::GetWindowWithId(uint32_t windId) in GetWindowWithId() function in OHOS::Rosen::Window
217 return WindowSceneSessionImpl::GetWindowWithId(windId); in GetWindowWithId()
219 return WindowImpl::GetWindowWithId(windId); in GetWindowWithId()
H A Dwindow_impl.cpp234 sptr<Window> WindowImpl::GetWindowWithId(uint32_t WinId) in GetWindowWithId() function in OHOS::Rosen::WindowImpl
H A Dwindow_scene_session_impl.cpp2985 sptr<WindowSessionImpl> WindowSceneSessionImpl::GetWindowWithId(uint32_t winId) in GetWindowWithId() function in OHOS::Rosen::WindowSceneSessionImpl
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h78 static sptr<WindowSessionImpl> GetWindowWithId(uint32_t windId);
H A Dwindow_impl.h118 static sptr<Window> GetWindowWithId(uint32_t winId);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp1755 HWTEST_F(WindowSceneSessionImplTest3, GetWindowWithId, Function | SmallTest | Level2)
1770 auto ret = windowSceneSessionImpl->GetWindowWithId(1);
1772 ret = windowSceneSessionImpl->GetWindowWithId(0);
1775 ret = windowSceneSessionImpl->GetWindowWithId(0);
H A Dwindow_test.cpp2470 window->GetWindowWithId(windId);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2320 static sptr<Window> GetWindowWithId(uint32_t windId);
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp1242 sptr<Window> window = Window::GetWindowWithId(windowIds[i]); in OnGetWindowsByCoordinate()