Home
last modified time | relevance | path

Searched refs:GetTopWindowWithId (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow.cpp60 sptr<Window> Window::GetTopWindowWithId(uint32_t mainWinId) in GetTopWindowWithId() function in OHOS::Rosen::Window
62 return WindowImpl::GetTopWindowWithId(mainWinId); in GetTopWindowWithId()
H A Dwindow_impl.cpp100 sptr<Window> WindowImpl::GetTopWindowWithId(uint32_t mainWinId) in GetTopWindowWithId() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow.cpp205 sptr<Window> Window::GetTopWindowWithId(uint32_t mainWinId) in GetTopWindowWithId() function in OHOS::Rosen::Window
208 return WindowSceneSessionImpl::GetTopWindowWithId(mainWinId); in GetTopWindowWithId()
210 return WindowImpl::GetTopWindowWithId(mainWinId); in GetTopWindowWithId()
H A Dwindow_impl.cpp223 sptr<Window> WindowImpl::GetTopWindowWithId(uint32_t mainWinId) in GetTopWindowWithId() function in OHOS::Rosen::WindowImpl
H A Dwindow_scene_session_impl.cpp2936 sptr<Window> WindowSceneSessionImpl::GetTopWindowWithId(uint32_t mainWinId) in GetTopWindowWithId() function in OHOS::Rosen::WindowSceneSessionImpl
/ohos5.0/foundation/window/window_manager/previewer/mock/window_manager_napi/
H A Djs_window_manager.cpp154 lists->window = Window::GetTopWindowWithId(0); in GetTopWindowTask()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test3.cpp869 ASSERT_EQ(nullptr, WindowImpl::GetTopWindowWithId(0));
1159 HWTEST_F(WindowImplTest3, GetTopWindowWithId, Function | SmallTest | Level3)
1170 sptr<Window> topWindow = window->GetTopWindowWithId(INVALID_WINDOW_ID);
1403 ASSERT_EQ(nullptr, window->GetTopWindowWithId(mainWinId));
1406 ASSERT_EQ(WindowImpl::FindWindowById(topWinId), window->GetTopWindowWithId(mainWinId));
H A Dwindow_impl_test2.cpp652 ASSERT_EQ(nullptr, sptr<Window>(window)->GetTopWindowWithId(INVALID_WINDOW_ID));
654 ASSERT_EQ(nullptr, sptr<Window>(window)->GetTopWindowWithId(INVALID_WINDOW_ID));
H A Dwindow_test.cpp2427 HWTEST_F(WindowTest, GetTopWindowWithId, Function | SmallTest | Level2)
2655 auto window1 = window->GetTopWindowWithId(mainWinId);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp120 return OHOS::Rosen::Window::GetTopWindowWithId(container->GetWindowId()); in GetWindow()
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp298 window->GetTopWindowWithId(mainWinId); in DoSomethingInterestingWithMyAPI()
832 window->GetTopWindowWithId(mainWinId); in WindowImplFuzzTest01()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h75 static sptr<Window> GetTopWindowWithId(uint32_t mainWinId);
H A Dwindow_impl.h117 static sptr<Window> GetTopWindowWithId(uint32_t mainWinId);
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h59 static sptr<Window> GetTopWindowWithId(uint32_t mainWinId);
H A Dwindow.h128 static sptr<Window> GetTopWindowWithId(uint32_t mainWinId);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h593 static sptr<Window> GetTopWindowWithId(uint32_t mainWinId);
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp874 lists->window = Window::GetTopWindowWithId(lists->ability->GetWindow()->GetWindowId()); in GetTopWindowTask()