Home
last modified time | relevance | path

Searched refs:ProcessPointUp (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h40 MOCK_METHOD1(ProcessPointUp, void(uint32_t windowId));
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h46 void ProcessPointUp(uint32_t windowId) override;
H A Dwindow_manager_interface.h107 virtual void ProcessPointUp(uint32_t windowId) = 0;
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h59 void ProcessPointUp(uint32_t windowId){}; in ProcessPointUp() function
H A Dwindow_manager_proxy_test.cpp373 HWTEST_F(WindowManagerProxyTest, ProcessPointUp, Function | SmallTest | Level2)
379 windowManagerProxy_->ProcessPointUp(windowId);
H A Dwindow_manager_service_test.cpp1212 HWTEST_F(WindowManagerServiceTest, ProcessPointUp, Function | SmallTest | Level2)
1216 wms->ProcessPointUp(windowId);
H A Dwindow_controller_test.cpp1263 HWTEST_F(WindowControllerTest, ProcessPointUp, Function | SmallTest | Level3)
1281 WMError res = windowController_->ProcessPointUp(10);
1284 res = windowController_->ProcessPointUp(windowId);
1311 WMError res = windowController_->ProcessPointUp(windowId);
1338 WMError res = windowController_->ProcessPointUp(windowId);
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h59 WMError ProcessPointUp(uint32_t windowId);
H A Dwindow_manager_service.h106 void ProcessPointUp(uint32_t windowId) override;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h54 virtual void ProcessPointUp(uint32_t windowId);
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp129 ProcessPointUp(windowId); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp408 void WindowManagerProxy::ProcessPointUp(uint32_t windowId) in ProcessPointUp() function in OHOS::Rosen::WindowManagerProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp235 void WindowAdapter::ProcessPointUp(uint32_t windowId) in ProcessPointUp() function in OHOS::Rosen::WindowAdapter
241 wmsProxy->ProcessPointUp(windowId); in ProcessPointUp()
H A Dwindow_impl.cpp3140 SingletonContainer::Get<WindowAdapter>().ProcessPointUp(GetWindowId()); in EndMoveOrDragWindow()
3145 SingletonContainer::Get<WindowAdapter>().ProcessPointUp(GetWindowId()); in EndMoveOrDragWindow()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h189 void ProcessPointUp(uint32_t windowId) override {} in ProcessPointUp() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp196 windowAdapter.ProcessPointUp(windowId);
H A Dwindow_impl_test3.cpp471 EXPECT_CALL(m->Mock(), ProcessPointUp(_)).Times(2);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1253 void WindowManagerService::ProcessPointUp(uint32_t windowId) in ProcessPointUp() function in OHOS::Rosen::WindowManagerService
1258 windowController_->ProcessPointUp(windowId); in ProcessPointUp()
H A Dwindow_controller.cpp1186 WMError WindowController::ProcessPointUp(uint32_t windowId) in ProcessPointUp() function in OHOS::Rosen::WindowController