Home
last modified time | relevance | path

Searched refs:GetTopWindowId (Results 1 - 25 of 32) sorted by relevance

12

/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h33 MOCK_METHOD2(GetTopWindowId, WMError(uint32_t mainWinId, uint32_t& topWinId));
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h52 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) in GetTopWindowId() function in OHOS::Rosen::WindowManagerStubImpl
H A Dwindow_manager_proxy_test.cpp104 * @tc.name: GetTopWindowId
108 HWTEST_F(WindowManagerProxyTest, GetTopWindowId, Function | SmallTest | Level2) in HWTEST_F()
112 WMError err = windowManagerProxy_->GetTopWindowId(mainWinId, topWinId); in HWTEST_F()
H A Dwindow_root_test.cpp903 * @tc.name: GetTopWindowId
904 * @tc.desc: test WindowRoot GetTopWindowId
907 HWTEST_F(WindowRootTest, GetTopWindowId, Function | SmallTest | Level2) in HWTEST_F()
911 auto ret = windowRoot_->GetTopWindowId(mainWinId, topWinId); in HWTEST_F()
1632 auto ret = windowRoot_->GetTopWindowId(windowNode3->GetWindowId(), topWinId); in HWTEST_F()
1634 ret = windowRoot_->GetTopWindowId(windowNode1->GetWindowId(), topWinId); in HWTEST_F()
1636 ret = windowRoot_->GetTopWindowId(windowNode2->GetWindowId(), topWinId); in HWTEST_F()
H A Dwindow_manager_service_test.cpp742 * @tc.name: GetTopWindowId
743 * @tc.desc: GetTopWindowId test
746 HWTEST_F(WindowManagerServiceTest, GetTopWindowId, Function | SmallTest | Level2) in HWTEST_F()
750 WMError res = wms->GetTopWindowId(mainWinId, topWinId); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h42 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) override;
H A Dwindow_manager_interface.h103 virtual WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) = 0;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_proxy.h100 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) override;
H A Dscene_session_manager_interface.h190 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) override { return WMError::WM_OK; }
/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h69 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId);
H A Dwindow_controller.h53 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId);
H A Dwindow_manager_service.h106 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) override;
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_supplement_test.cpp528 ssm_->GetTopWindowId(1, uid); in HWTEST_F()
530 ssm_->GetTopWindowId(1, uid); in HWTEST_F()
H A Dscene_session_manager_proxy_test.cpp985 * @tc.name: GetTopWindowId
989 HWTEST_F(sceneSessionManagerProxyTest, GetTopWindowId, Function | SmallTest | Level2) in HWTEST_F()
997 ASSERT_EQ(WMError::WM_OK, sceneSessionManagerProxy_->GetTopWindowId(0, topWinId)); in HWTEST_F()
H A Dscene_session_manager_test2.cpp1821 * @tc.name: GetTopWindowId
1825 HWTEST_F(SceneSessionManagerTest2, GetTopWindowId, Function | SmallTest | Level3) in HWTEST_F()
1831 ret = ssm_->GetTopWindowId(persistentId, topWinId); in HWTEST_F()
1839 ret = ssm_->GetTopWindowId(persistentId, topWinId); in HWTEST_F()
H A Dscene_session_manager_test3.cpp1755 * @tc.name: GetTopWindowId
1759 HWTEST_F(SceneSessionManagerTest3, GetTopWindowId, Function | SmallTest | Level3) in HWTEST_F()
1791 ASSERT_NE(ssm_->GetTopWindowId(static_cast<uint32_t>(sceneSession1->GetPersistentId()), topWinId), in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h49 virtual WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId);
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_test.cpp233 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F()
243 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(DoAll( in HWTEST_F()
250 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(DoAll( in HWTEST_F()
2483 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(DoAll( in HWTEST_F()
2489 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(DoAll( in HWTEST_F()
2500 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(DoAll( in HWTEST_F()
H A Dwindow_impl_test3.cpp1403 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).WillRepeatedly(Return(WMError::WM_ERROR_DEVICE_NOT_SUPPORT)); in HWTEST_F()
1406 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).WillRepeatedly(DoAll( in HWTEST_F()
1415 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).WillRepeatedly(DoAll( in HWTEST_F()
H A Dwindow_scene_session_impl_test.cpp809 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F()
813 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(DoAll( in HWTEST_F()
820 EXPECT_CALL(m->Mock(), GetTopWindowId(_, _)).Times(1).WillOnce(DoAll( in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp462 WMError WindowAdapter::GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) in GetTopWindowId() function in OHOS::Rosen::WindowAdapter
468 return wmsProxy->GetTopWindowId(mainWinId, topWinId); in GetTopWindowId()
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp192 WMError errCode = GetTopWindowId(mainWinId, topWinId); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp590 __attribute__((no_sanitize("cfi"))) WMError WindowManagerProxy::GetTopWindowId( in GetTopWindowId() function in OHOS::Rosen::WindowManagerProxy
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1304 WMError WindowManagerService::GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) in GetTopWindowId() function in OHOS::Rosen::WindowManagerService
1307 return windowController_->GetTopWindowId(mainWinId, topWinId); in GetTopWindowId()
1309 return PostSyncTask(task, "GetTopWindowId"); in GetTopWindowId()
H A Dwindow_controller.cpp1361 WMError WindowController::GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) in GetTopWindowId() function in OHOS::Rosen::WindowController
1363 return windowRoot_->GetTopWindowId(mainWinId, topWinId); in GetTopWindowId()

Completed in 40 milliseconds

12