Searched refs:GetMainWindowWithContext (Results 1 – 7 of 7) sorted by relevance
223 sptr<Window> Window::GetMainWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& conte… in GetMainWindowWithContext() function in OHOS::Rosen::Window226 return WindowSceneSessionImpl::GetMainWindowWithContext(context); in GetMainWindowWithContext()
2948 sptr<Window> WindowSceneSessionImpl::GetMainWindowWithContext(const std::shared_ptr<AbilityRuntime:… in GetMainWindowWithContext() function in OHOS::Rosen::WindowSceneSessionImpl
241 sptr<Window> mainWindow = Window::GetMainWindowWithContext(context->lock()); in NapiSendTask()
76 …static sptr<Window> GetMainWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& conte…
562 if (windowSceneSession->GetMainWindowWithContext(context) == nullptr) {563 ASSERT_EQ(nullptr, windowSceneSession->GetMainWindowWithContext(context));569 windowSceneSession->GetMainWindowWithContext(context);
2461 HWTEST_F(WindowTest, GetMainWindowWithContext, Function | SmallTest | Level2)2469 auto ret = window->GetMainWindowWithContext(context);
600 …static sptr<Window> GetMainWindowWithContext(const std::shared_ptr<AbilityRuntime::Context>& conte…