Home
last modified time | relevance | path

Searched refs:GetMainWindowWithId (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_manager.cpp268 sptr<WindowSessionImpl> mainWindow = WindowSceneSessionImpl::GetMainWindowWithId( in AutoStartPipWindow()
H A Dwindow_scene_session_impl.cpp2803 sptr<WindowSessionImpl> WindowSceneSessionImpl::GetMainWindowWithId(uint32_t mainWinId) in GetMainWindowWithId() function in OHOS::Rosen::WindowSceneSessionImpl
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h77 static sptr<WindowSessionImpl> GetMainWindowWithId(uint32_t mainWinId);
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test3.cpp1901 * @tc.name: GetMainWindowWithId
1902 * @tc.desc: GetMainWindowWithId
1905 HWTEST_F(WindowSceneSessionImplTest3, GetMainWindowWithId, Function | SmallTest | Level2) in HWTEST_F()
1909 option->SetWindowName("GetMainWindowWithId"); in HWTEST_F()
1918 auto ret = windowSceneSessionImpl->GetMainWindowWithId(1); in HWTEST_F()
1921 ret = windowSceneSessionImpl->GetMainWindowWithId(1); in HWTEST_F()
1923 ret = windowSceneSessionImpl->GetMainWindowWithId(0); in HWTEST_F()

Completed in 18 milliseconds