Home
last modified time | relevance | path

Searched refs:motionEvent (Results 1 - 5 of 5) sorted by relevance

/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_touch_guider.cpp764 std::list<MMI::PointerEvent> motionEvent = tgServer_.getHoverEnterAndMoveEvent(); in HoverEnterAndMoveRunner() local
766 if (!motionEvent.empty()) { in HoverEnterAndMoveRunner()
767 for (auto iter = motionEvent.begin(); iter != motionEvent.end(); ++iter) { in HoverEnterAndMoveRunner()
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_touch_guider.cpp764 std::list<MMI::PointerEvent> motionEvent = tgServer_.getHoverEnterAndMoveEvent(); in HoverEnterAndMoveRunner() local
766 if (!motionEvent.empty()) { in HoverEnterAndMoveRunner()
767 for (auto iter = motionEvent.begin(); iter != motionEvent.end(); ++iter) { in HoverEnterAndMoveRunner()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp1183 std::list<MMI::PointerEvent> motionEvent = tgServer_.getHoverEnterAndMoveEvent(); in HoverEnterAndMoveRunner() local
1185 if (!motionEvent.empty()) { in HoverEnterAndMoveRunner()
1186 for (auto iter = motionEvent.begin(); iter != motionEvent.end(); ++iter) { in HoverEnterAndMoveRunner()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp1183 std::list<MMI::PointerEvent> motionEvent = tgServer_.getHoverEnterAndMoveEvent(); in HoverEnterAndMoveRunner() local
1185 if (!motionEvent.empty()) { in HoverEnterAndMoveRunner()
1186 for (auto iter = motionEvent.begin(); iter != motionEvent.end(); ++iter) { in HoverEnterAndMoveRunner()
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp906 EventResample::MotionEvent motionEvent; in HWTEST_F() local
907 motionEvent.deviceId = 1; in HWTEST_F()
908 motionEvent.sourceType = 3; in HWTEST_F()
910 batch.samples.push_back(motionEvent); in HWTEST_F()

Completed in 7 milliseconds