Home
last modified time | relevance | path

Searched refs:UpdateRsTree (Results 1 - 19 of 19) sorted by relevance

/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h36 MOCK_METHOD2(UpdateRsTree, WMError(uint32_t windowId, bool isAdd));
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h126 WMError UpdateRsTree(uint32_t windowId, bool isAdd) in UpdateRsTree() function in OHOS::Rosen::WindowManagerStubImpl
H A Dwindow_manager_proxy_test.cpp187 * @tc.name: UpdateRsTree
191 HWTEST_F(WindowManagerProxyTest, UpdateRsTree, Function | SmallTest | Level2) in HWTEST_F()
195 WMError err = windowManagerProxy_->UpdateRsTree(windowId, isAdd); in HWTEST_F()
H A Dwindow_manager_service_test.cpp887 * @tc.name: UpdateRsTree
888 * @tc.desc: UpdateRsTree test
891 HWTEST_F(WindowManagerServiceTest, UpdateRsTree, Function | SmallTest | Level2) in HWTEST_F()
896 wms->UpdateRsTree(windowId, isAdd); in HWTEST_F()
H A Dwindow_root_test.cpp1743 * @tc.name: UpdateRsTree
1744 * @tc.desc: test WindowRoot UpdateRsTree
1747 HWTEST_F(WindowRootTest, UpdateRsTree, Function | SmallTest | Level2) in HWTEST_F()
1752 auto res = windowRoot_->UpdateRsTree(windowNode->GetWindowId(), true); in HWTEST_F()
1761 res = windowRoot_->UpdateRsTree(windowNode->GetWindowId(), true); in HWTEST_F()
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h67 WMError UpdateRsTree(uint32_t windowId, bool isAdd) override;
H A Dwindow_manager_interface.h129 virtual WMError UpdateRsTree(uint32_t windowId, bool isAdd) = 0;
/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h103 WMError UpdateRsTree(uint32_t windowId, bool isAdd);
H A Dwindow_manager_service.h140 WMError UpdateRsTree(uint32_t windowId, bool isAdd) override;
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h230 WMError UpdateRsTree(uint32_t windowId, bool isAdd) override { return WMError::WM_OK; }
/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h62 virtual WMError UpdateRsTree(uint32_t windowId, bool isAdd);
/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp535 WMError WindowAdapter::UpdateRsTree(uint32_t windowId, bool isAdd) in UpdateRsTree() function in OHOS::Rosen::WindowAdapter
541 return wmsProxy->UpdateRsTree(windowId, isAdd); in UpdateRsTree()
H A Dwindow_impl.cpp1598 WLOGI("id: %{public}u UpdateRsTree, isAdd:%{public}u", in UpdateSurfaceNodeAfterCustomAnimation()
1614 ret = SingletonContainer::Get<WindowAdapter>().UpdateRsTree(property_->GetWindowId(), isAdd); in UpdateSurfaceNodeAfterCustomAnimation()
1616 WLOGFE("UpdateRsTree failed with errCode:%{public}d", static_cast<int32_t>(ret)); in UpdateSurfaceNodeAfterCustomAnimation()
/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp367 WMError errCode = UpdateRsTree(windowId, isAdd); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp883 WMError WindowManagerProxy::UpdateRsTree(uint32_t windowId, bool isAdd) in UpdateRsTree() function in OHOS::Rosen::WindowManagerProxy
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1560 WMError WindowManagerService::UpdateRsTree(uint32_t windowId, bool isAdd) in UpdateRsTree() function in OHOS::Rosen::WindowManagerService
1563 return windowRoot_->UpdateRsTree(windowId, isAdd); in UpdateRsTree()
1565 return PostSyncTask(task, "UpdateRsTree"); in UpdateRsTree()
H A Dremote_animation.cpp807 winRoot->UpdateRsTree(node->GetWindowId(), false); in ExecuteFinalStateTask()
H A Dwindow_root.cpp1825 WMError WindowRoot::UpdateRsTree(uint32_t windowId, bool isAdd) in UpdateRsTree() function in OHOS::Rosen::WindowRoot
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test2.cpp1260 EXPECT_CALL(m->Mock(), UpdateRsTree(_, _)).WillOnce(Return(WMError::WM_DO_NOTHING)); in HWTEST_F()
1264 EXPECT_CALL(m->Mock(), UpdateRsTree(_, _)).WillOnce(Return(WMError::WM_OK)); in HWTEST_F()

Completed in 34 milliseconds