/foundation/window/window_manager/test/common/mock/ |
H A D | mock_window_adapter.h | 33 MOCK_METHOD2(GetTopWindowId, WMError(uint32_t mainWinId, uint32_t& topWinId));
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_stub_impl.h | 52 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) in GetTopWindowId() function in OHOS::Rosen::WindowManagerStubImpl
|
H A D | window_manager_proxy_test.cpp | 104 * @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 D | window_root_test.cpp | 903 * @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 D | window_manager_service_test.cpp | 742 * @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 D | window_manager_proxy.h | 42 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) override;
|
H A D | window_manager_interface.h | 103 virtual WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) = 0;
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_proxy.h | 100 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) override;
|
H A D | scene_session_manager_interface.h | 190 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) override { return WMError::WM_OK; }
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_root.h | 69 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId);
|
H A D | window_controller.h | 53 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId);
|
H A D | window_manager_service.h | 106 WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) override;
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_supplement_test.cpp | 528 ssm_->GetTopWindowId(1, uid);
in HWTEST_F() 530 ssm_->GetTopWindowId(1, uid);
in HWTEST_F()
|
H A D | scene_session_manager_proxy_test.cpp | 985 * @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 D | scene_session_manager_test2.cpp | 1821 * @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 D | scene_session_manager_test3.cpp | 1755 * @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 D | window_adapter.h | 49 virtual WMError GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId);
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_test.cpp | 233 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 D | window_impl_test3.cpp | 1403 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 D | window_scene_session_impl_test.cpp | 809 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 D | window_adapter.cpp | 462 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 D | window_manager_stub.cpp | 192 WMError errCode = GetTopWindowId(mainWinId, topWinId); in OnRemoteRequest()
|
H A D | window_manager_proxy.cpp | 590 __attribute__((no_sanitize("cfi"))) WMError WindowManagerProxy::GetTopWindowId( in GetTopWindowId() function in OHOS::Rosen::WindowManagerProxy
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 1304 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 D | window_controller.cpp | 1361 WMError WindowController::GetTopWindowId(uint32_t mainWinId, uint32_t& topWinId) in GetTopWindowId() function in OHOS::Rosen::WindowController 1363 return windowRoot_->GetTopWindowId(mainWinId, topWinId); in GetTopWindowId()
|