/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_touch_outside_test.cpp | 121 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(firstWindow->GetWindowId());
in HWTEST_F() 143 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(secondWindow->GetWindowId());
in HWTEST_F() 165 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(secondWindow->GetWindowId());
in HWTEST_F() 194 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(thirdWindow->GetWindowId());
in HWTEST_F()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_window_adapter.h | 39 MOCK_METHOD2(ProcessPointDown, void(uint32_t windowId, bool isPointDown));
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_manager_stub_impl.h | 58 void ProcessPointDown(uint32_t windowId, bool isPointDown){}; in ProcessPointDown() function in OHOS::Rosen::WindowManagerStubImpl
|
H A D | window_manager_proxy_test.cpp | 352 * @tc.name: ProcessPointDown 356 HWTEST_F(WindowManagerProxyTest, ProcessPointDown, Function | SmallTest | Level2) in HWTEST_F() 363 windowManagerProxy_->ProcessPointDown(windowId, isPointDown); in HWTEST_F()
|
H A D | window_manager_service_test.cpp | 706 * @tc.name: ProcessPointDown 707 * @tc.desc: ProcessPointDown test 710 HWTEST_F(WindowManagerServiceTest, ProcessPointDown, Function | SmallTest | Level2) in HWTEST_F() 715 wms->ProcessPointDown(windowId, isPointDown); in HWTEST_F()
|
H A D | window_controller_test.cpp | 1192 * @tc.name: ProcessPointDown 1193 * @tc.desc: Window controller ProcessPointDown 1215 WMError res = windowController_->ProcessPointDown(10, isPointDown); in HWTEST_F() 1219 res = windowController_->ProcessPointDown(windowId, isPointDown); in HWTEST_F() 1223 res = windowController_->ProcessPointDown(windowId, isPointDown); in HWTEST_F() 1228 * @tc.name: ProcessPointDown 1229 * @tc.desc: Window controller ProcessPointDown 1252 WMError res = windowController_->ProcessPointDown(windowId, isPointDown); in HWTEST_F() 1256 res = windowController_->ProcessPointDown(windowId, isPointDown); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/zidl/ |
H A D | window_manager_proxy.h | 45 void ProcessPointDown(uint32_t windowId, bool isPointDown) override;
|
H A D | window_manager_interface.h | 106 virtual void ProcessPointDown(uint32_t windowId, bool isPointDown) = 0;
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_adapter_test.cpp | 201 * @tc.name: ProcessPointDown 202 * @tc.desc: WindowAdapter/ProcessPointDown 205 HWTEST_F(WindowAdapterTest, ProcessPointDown, Function | SmallTest | Level2) in HWTEST_F() 211 windowAdapter.ProcessPointDown(windowId, isPointDown); in HWTEST_F()
|
H A D | window_impl_test3.cpp | 202 EXPECT_CALL(m->Mock(), ProcessPointDown(_, _)); in HWTEST_F() 386 EXPECT_CALL(m->Mock(), ProcessPointDown(_, _)); in HWTEST_F()
|
H A D | window_impl_test2.cpp | 1303 EXPECT_CALL(m->Mock(), ProcessPointDown(_, _)); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/include/ |
H A D | window_controller.h | 57 WMError ProcessPointDown(uint32_t windowId, bool isPointDown);
|
H A D | window_manager_service.h | 104 void ProcessPointDown(uint32_t windowId, bool isPointDown) override;
|
/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_interface.h | 195 void ProcessPointDown(uint32_t windowId, bool isPointDown) override {}
|
/foundation/window/window_manager/wm/include/ |
H A D | window_adapter.h | 53 virtual void ProcessPointDown(uint32_t windowId, bool isPointDown = true);
|
/foundation/window/window_manager/wm/src/ |
H A D | window_adapter.cpp | 226 void WindowAdapter::ProcessPointDown(uint32_t windowId, bool isPointDown) in ProcessPointDown() function in OHOS::Rosen::WindowAdapter 232 wmsProxy->ProcessPointDown(windowId, isPointDown); in ProcessPointDown()
|
H A D | window_impl.cpp | 1681 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(property_->GetWindowId(), false); in Show() 3327 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(property_->GetWindowId()); in ConsumePointerEvent() 3700 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(property_->GetWindowId()); in NotifyTouchDialogTarget()
|
/foundation/window/window_manager/wmserver/src/zidl/ |
H A D | window_manager_stub.cpp | 174 ProcessPointDown(windowId, isPointDown); in OnRemoteRequest()
|
H A D | window_manager_proxy.cpp | 379 void WindowManagerProxy::ProcessPointDown(uint32_t windowId, bool isPointDown) in ProcessPointDown() function in OHOS::Rosen::WindowManagerProxy
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_service.cpp | 1248 void WindowManagerService::ProcessPointDown(uint32_t windowId, bool isPointDown) in ProcessPointDown() function in OHOS::Rosen::WindowManagerService 1251 windowController_->ProcessPointDown(windowId, isPointDown); in ProcessPointDown() 1253 PostAsyncTask(task, "ProcessPointDown"); in ProcessPointDown()
|
H A D | window_controller.cpp | 1149 WMError WindowController::ProcessPointDown(uint32_t windowId, bool isPointDown) in ProcessPointDown() function in OHOS::Rosen::WindowController 1180 WLOGI("ProcessPointDown end"); in ProcessPointDown()
|