Home
last modified time | relevance | path

Searched refs:ProcessPointDownSession (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsystem_session_test.cpp207 HWTEST_F(SystemSessionTest, ProcessPointDownSession, Function | SmallTest | Level1)
213 auto ret = systemSession_->ProcessPointDownSession(posX, posY);
463 auto ret = sysSession->ProcessPointDownSession(0, 0);
474 ret = sysSession->ProcessPointDownSession(0, 0);
492 auto ret = sysSession->ProcessPointDownSession(0, 0);
496 ret = sysSession->ProcessPointDownSession(0, 0);
H A Dsub_session_lifecycle_test.cpp148 ASSERT_EQ(WSError::WS_OK, subSession_->ProcessPointDownSession(50, 100));
298 ASSERT_EQ(subSession_->ProcessPointDownSession(50, 100), WSError::WS_OK);
316 ASSERT_EQ(subSession_->ProcessPointDownSession(50, 100), WSError::WS_OK);
H A Dmain_session_test.cpp170 EXPECT_EQ(WSError::WS_OK, mainSession_->ProcessPointDownSession(100, 200));
172 EXPECT_EQ(WSError::WS_OK, mainSession_->ProcessPointDownSession(10, 20));
182 EXPECT_EQ(WSError::WS_OK, mainSession_->ProcessPointDownSession(10, 20));
H A Dscb_system_session_test.cpp240 HWTEST_F(SCBSystemSessionTest, ProcessPointDownSession, Function | SmallTest | Level3)
244 WSError ret = scbSystemSession_->ProcessPointDownSession(posX, posY);
H A Dscene_session_test2.cpp1256 HWTEST_F(SceneSessionTest2, ProcessPointDownSession, Function | SmallTest | Level2)
1274 EXPECT_EQ(WSError::WS_OK, scensession->ProcessPointDownSession(3, 4));
1277 EXPECT_EQ(WSError::WS_OK, scensession->ProcessPointDownSession(3, 4));
1281 EXPECT_EQ(WSError::WS_OK, scensession->ProcessPointDownSession(3, 4));
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsub_session.cpp122 WSError SubSession::ProcessPointDownSession(int32_t posX, int32_t posY) in ProcessPointDownSession() function in OHOS::Rosen::SubSession
136 return SceneSession::ProcessPointDownSession(posX, posY); in ProcessPointDownSession()
H A Dscb_system_session.cpp59 WSError SCBSystemSession::ProcessPointDownSession(int32_t posX, int32_t posY) in ProcessPointDownSession() function in OHOS::Rosen::SCBSystemSession
65 return SceneSession::ProcessPointDownSession(posX, posY); in ProcessPointDownSession()
H A Dmain_session.cpp89 WSError MainSession::ProcessPointDownSession(int32_t posX, int32_t posY) in ProcessPointDownSession() function in OHOS::Rosen::MainSession
99 return SceneSession::ProcessPointDownSession(posX, posY); in ProcessPointDownSession()
H A Dsystem_session.cpp175 WSError SystemSession::ProcessPointDownSession(int32_t posX, int32_t posY) in ProcessPointDownSession() function in OHOS::Rosen::SystemSession
193 return SceneSession::ProcessPointDownSession(posX, posY); in ProcessPointDownSession()
H A Dscene_session.cpp2186 WSError SceneSession::ProcessPointDownSession(int32_t posX, int32_t posY) in ProcessPointDownSession() function in OHOS::Rosen::SceneSession
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsub_session.h31 WSError ProcessPointDownSession(int32_t posX, int32_t posY) override;
H A Dsystem_session.h31 WSError ProcessPointDownSession(int32_t posX, int32_t posY) override;
H A Dscb_system_session.h28 WSError ProcessPointDownSession(int32_t posX, int32_t posY) override;
H A Dmain_session.h30 WSError ProcessPointDownSession(int32_t posX, int32_t posY) override;
H A Dscene_session.h250 WSError ProcessPointDownSession(int32_t posX, int32_t posY) override;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/zidl/
H A Dsession_proxy.h91 WSError ProcessPointDownSession(int32_t posX, int32_t posY) override;
H A Dsession_interface.h191 virtual WSError ProcessPointDownSession(int32_t posX, int32_t posY) { return WSError::WS_OK; } in ProcessPointDownSession() function
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp188 … sceneSession->ProcessPointDownSession(pointerItem.GetDisplayX(), pointerItem.GetDisplayY()); in OnInputEvent()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp907 WSError errCode = ProcessPointDownSession(posX, posY); in HandleProcessPointDownSession()
H A Dsession_proxy.cpp1633 WSError SessionProxy::ProcessPointDownSession(int32_t posX, int32_t posY) in ProcessPointDownSession() function in OHOS::Rosen::SessionProxy
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp3068 hostSession->ProcessPointDownSession(posX, posY); in NotifyTouchDialogTarget()
H A Dwindow_scene_session_impl.cpp778 … hostSession->ProcessPointDownSession(pointerItem.GetDisplayX(), pointerItem.GetDisplayY()); in HandlePointDownEvent()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp10127 parentSession->ProcessPointDownSession(posX, posY); in ProcessModalExtensionPointDown()