Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow.cpp196 sptr<Window> Window::GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& contex… in GetTopWindowWithContext() function in OHOS::Rosen::Window
199 return WindowSceneSessionImpl::GetTopWindowWithContext(context); in GetTopWindowWithContext()
201 return WindowImpl::GetTopWindowWithContext(context); in GetTopWindowWithContext()
H A Dwindow_impl.cpp239 sptr<Window> WindowImpl::GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& co… in GetTopWindowWithContext() function in OHOS::Rosen::WindowImpl
H A Dwindow_scene_session_impl.cpp2903 sptr<Window> WindowSceneSessionImpl::GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::… in GetTopWindowWithContext() function in OHOS::Rosen::WindowSceneSessionImpl
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow.cpp65 sptr<Window> Window::GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& contex… in GetTopWindowWithContext() function in OHOS::Rosen::Window
H A Dwindow_impl.cpp105 sptr<Window> WindowImpl::GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& co… in GetTopWindowWithContext() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_manager_impl.cpp160 window = Window::GetTopWindowWithContext(context.lock()); in GetLastWindow()
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp295 window->GetTopWindowWithContext(context); in DoSomethingInterestingWithMyAPI()
799 window->GetTopWindowWithContext(context); in WindowImplFuzzTest()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h74 …static sptr<Window> GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& contex…
H A Dwindow_impl.h116 …static sptr<Window> GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& contex…
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test3.cpp1211 ASSERT_EQ(nullptr, sptr<Window>(window)->GetTopWindowWithContext(context));
1425 ASSERT_EQ(nullptr, window->GetTopWindowWithContext(context));
1428 ASSERT_EQ(WindowImpl::FindWindowById(topWinId), window->GetTopWindowWithContext(context));
H A Dwindow_scene_session_impl_test2.cpp538 if (windowSceneSession->GetTopWindowWithContext(context) == nullptr) {
539 ASSERT_EQ(nullptr, windowSceneSession->GetTopWindowWithContext(context));
545 windowSceneSession->GetTopWindowWithContext(context);
H A Dwindow_test.cpp2413 HWTEST_F(WindowTest, GetTopWindowWithContext, Function | SmallTest | Level2)
2418 auto ret = window->GetTopWindowWithContext(context);
2432 auto ret = window->GetTopWindowWithContext(context);
H A Dwindow_impl_test2.cpp656 ASSERT_EQ(nullptr, sptr<Window>(window)->GetTopWindowWithContext(context));
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h58 …static sptr<Window> GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& contex…
H A Dwindow.h127 …static sptr<Window> GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& contex…
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h586 …static sptr<Window> GetTopWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& contex…
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_manager_napi/
H A Djs_window_manager.cpp883 lists->window = Window::GetTopWindowWithContext(context->lock()); in GetTopWindowTask()