Home
last modified time | relevance | path

Searched refs:ProcessPointDown (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_touch_outside_test.cpp121 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(firstWindow->GetWindowId());
143 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(secondWindow->GetWindowId());
165 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(secondWindow->GetWindowId());
194 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(thirdWindow->GetWindowId());
/ohos5.0/foundation/window/window_manager/test/common/mock/
H A Dmock_window_adapter.h39 MOCK_METHOD2(ProcessPointDown, void(uint32_t windowId, bool isPointDown));
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_proxy.h45 void ProcessPointDown(uint32_t windowId, bool isPointDown) override;
H A Dwindow_manager_interface.h106 virtual void ProcessPointDown(uint32_t windowId, bool isPointDown) = 0;
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_stub_impl.h58 void ProcessPointDown(uint32_t windowId, bool isPointDown){}; in ProcessPointDown() function
H A Dwindow_manager_proxy_test.cpp356 HWTEST_F(WindowManagerProxyTest, ProcessPointDown, Function | SmallTest | Level2)
363 windowManagerProxy_->ProcessPointDown(windowId, isPointDown);
H A Dwindow_manager_service_test.cpp710 HWTEST_F(WindowManagerServiceTest, ProcessPointDown, Function | SmallTest | Level2)
715 wms->ProcessPointDown(windowId, isPointDown);
H A Dwindow_controller_test.cpp1213 WMError res = windowController_->ProcessPointDown(10, isPointDown);
1217 res = windowController_->ProcessPointDown(windowId, isPointDown);
1221 res = windowController_->ProcessPointDown(windowId, isPointDown);
1250 WMError res = windowController_->ProcessPointDown(windowId, isPointDown);
1254 res = windowController_->ProcessPointDown(windowId, isPointDown);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_test.cpp189 HWTEST_F(WindowAdapterTest, ProcessPointDown, Function | SmallTest | Level2)
195 windowAdapter.ProcessPointDown(windowId, isPointDown);
H A Dwindow_impl_test3.cpp202 EXPECT_CALL(m->Mock(), ProcessPointDown(_, _));
386 EXPECT_CALL(m->Mock(), ProcessPointDown(_, _));
H A Dwindow_impl_test2.cpp1302 EXPECT_CALL(m->Mock(), ProcessPointDown(_, _));
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h57 WMError ProcessPointDown(uint32_t windowId, bool isPointDown);
H A Dwindow_manager_service.h105 void ProcessPointDown(uint32_t windowId, bool isPointDown) override;
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter.h53 virtual void ProcessPointDown(uint32_t windowId, bool isPointDown = true);
/ohos5.0/foundation/window/window_manager/wmserver/src/zidl/
H A Dwindow_manager_stub.cpp124 ProcessPointDown(windowId, isPointDown); in OnRemoteRequest()
H A Dwindow_manager_proxy.cpp379 void WindowManagerProxy::ProcessPointDown(uint32_t windowId, bool isPointDown) in ProcessPointDown() function in OHOS::Rosen::WindowManagerProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter.cpp226 void WindowAdapter::ProcessPointDown(uint32_t windowId, bool isPointDown) in ProcessPointDown() function in OHOS::Rosen::WindowAdapter
232 wmsProxy->ProcessPointDown(windowId, isPointDown); in ProcessPointDown()
H A Dwindow_impl.cpp1718 … SingletonContainer::Get<WindowAdapter>().ProcessPointDown(property_->GetWindowId(), false); in Show()
3362 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(property_->GetWindowId()); in ConsumePointerEvent()
3742 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(property_->GetWindowId()); in NotifyTouchDialogTarget()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_interface.h188 void ProcessPointDown(uint32_t windowId, bool isPointDown) override {} in ProcessPointDown() function
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1245 void WindowManagerService::ProcessPointDown(uint32_t windowId, bool isPointDown) in ProcessPointDown() function in OHOS::Rosen::WindowManagerService
1248 windowController_->ProcessPointDown(windowId, isPointDown); in ProcessPointDown()
H A Dwindow_controller.cpp1149 WMError WindowController::ProcessPointDown(uint32_t windowId, bool isPointDown) in ProcessPointDown() function in OHOS::Rosen::WindowController