/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/touch_screen/ |
H A D | touch_screen_test.cpp | 83 ASSERT_EQ(nullptr, TOUCH_SCREEN->tsSetFeatureConfig_); in HWTEST_F() 84 TOUCH_SCREEN->InitTouchScreen(); in HWTEST_F() 85 ASSERT_NE(nullptr, TOUCH_SCREEN->tsSetFeatureConfig_); in HWTEST_F() 96 TOUCH_SCREEN->InitTouchScreen(); in HWTEST_F() 97 ASSERT_NE(nullptr, TOUCH_SCREEN->tsSetFeatureConfig_); in HWTEST_F() 102 ASSERT_EQ(TOUCH_SCREEN->tsSetFeatureConfig_(feature, config), 0); in HWTEST_F() 104 ASSERT_LT(TOUCH_SCREEN->tsSetFeatureConfig_(feature, config), 0); in HWTEST_F() 116 TOUCH_SCREEN->InitTouchScreen(); in HWTEST_F() 117 ASSERT_NE(nullptr, TOUCH_SCREEN->tsSetFeatureConfig_); in HWTEST_F() 122 ASSERT_EQ(TOUCH_SCREEN in HWTEST_F() [all...] |
/foundation/multimodalinput/input/frameworks/napi/input_event_client/include/ |
H A D | js_register_module.h | 47 TOUCH_SCREEN = 0, enumerator
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/touch_screen/ |
H A D | touch_screen.h | 38 #define TOUCH_SCREEN ::OHOS::DelayedSingleton<TouchScreen>::GetInstance()
macro
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/include/ |
H A D | js_touch_event.h | 49 TOUCH_SCREEN = 0, member in OHOS::MMI::final::SourceType
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_info.h | 162 InputEventType inputEventType_ = InputEventType::TOUCH_SCREEN;
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
H A D | js_touch_event.cpp | 79 DECLARE_NAPI_STATIC_PROPERTY("TOUCH_SCREEN", GetNapiInt32(env, static_cast<int32_t>(SourceType::TOUCH_SCREEN))), in Export()
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | pan_recognizer.h | 166 InputEventType inputEventType_ = InputEventType::TOUCH_SCREEN;
|
H A D | gesture_event.h | 371 InputEventType inputEventType_ = InputEventType::TOUCH_SCREEN;
|
H A D | gesture_info.h | 112 TOUCH_SCREEN = 0, member in OHOS::Ace::InputEventType
|
H A D | pan_recognizer.cpp | 65 inputEventType_ = InputEventType::TOUCH_SCREEN; in HandleTouchDownEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | gesture_recognizer.cpp | 103 InputEventType::TOUCH_SCREEN; in HandleEvent() 188 inputEventType_ = InputEventType::TOUCH_SCREEN; in HandleBridgeModeEvent()
|
H A D | gesture_recognizer.h | 464 InputEventType inputEventType_ = InputEventType::TOUCH_SCREEN;
|
H A D | sequenced_recognizer.cpp | 110 inputEventType_ = InputEventType::TOUCH_SCREEN; in HandleEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/post_event/ |
H A D | post_event_manager.cpp | 79 touchRestrict.inputEventType = InputEventType::TOUCH_SCREEN; in PostDownEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ |
H A D | test_ng.cpp | 187 dragInfo_.SetInputEventType(InputEventType::TOUCH_SCREEN); in DragStart()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | gesture_event_hub_test_ng.cpp | 1125 gestureEvent.SetInputEventType(InputEventType::TOUCH_SCREEN); in HWTEST_F() 1128 * @tc.steps: step3. call HandleOnDragStart with SourceType::MOUSE_BUTTON and InputEventType::TOUCH_SCREEN. in HWTEST_F() 1178 * @tc.steps: step3. call HandleOnDragStart with SourceType::MOUSE and InputEventType::TOUCH_SCREEN. in HWTEST_F() 1183 gestureEvent.SetInputEventType(InputEventType::TOUCH_SCREEN); in HWTEST_F() 1237 * @tc.steps: step3. call HandleOnDragStart with SourceType::NONE and InputEventType::TOUCH_SCREEN. in HWTEST_F() 1242 gestureEvent.SetInputEventType(InputEventType::TOUCH_SCREEN); in HWTEST_F() 1293 * @tc.steps: step3. call HandleOnDragStart with SourceType::MOUSE and InputEventType::TOUCH_SCREEN. in HWTEST_F() 1298 gestureEvent.SetInputEventType(InputEventType::TOUCH_SCREEN); in HWTEST_F() 1351 * @tc.steps: step3. call HandleOnDragStart with SourceType::NONE and InputEventType::TOUCH_SCREEN. in HWTEST_F() 1356 gestureEvent.SetInputEventType(InputEventType::TOUCH_SCREEN); in HWTEST_F() [all...] |
H A D | gesture_event_hub_test_ng_property_config.cpp | 238 * @tc.steps: step3. call HandleOnDragStart with SourceType::MOUSE and InputEventType::TOUCH_SCREEN. in HWTEST_F() 281 info.SetInputEventType(InputEventType::TOUCH_SCREEN); in HWTEST_F() 1924 info.SetInputEventType(InputEventType::TOUCH_SCREEN); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
H A D | slider_test_ng.cpp | 1581 info.inputEventType_ = InputEventType::TOUCH_SCREEN; in HWTEST_F() 1640 info.inputEventType_ = InputEventType::TOUCH_SCREEN; in HWTEST_F() 1693 info.inputEventType_ = InputEventType::TOUCH_SCREEN; in HWTEST_F() 1722 info.inputEventType_ = InputEventType::TOUCH_SCREEN; in HWTEST_F() 1924 info.inputEventType_ = InputEventType::TOUCH_SCREEN; in HWTEST_F() 2008 info.inputEventType_ = InputEventType::TOUCH_SCREEN; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 166 InputEventType inputEventType = InputEventType::TOUCH_SCREEN;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_inner_event_test_ng.cpp | 102 gesture.SetInputEventType(InputEventType::TOUCH_SCREEN); in DragScrollBarStart()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_scroller_test_ng.cpp | 470 gesture.SetInputEventType(InputEventType::TOUCH_SCREEN); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service.cpp | 86 TOUCH_SCREEN->InitTouchScreen(); in Init()
|
H A D | rs_render_service_connection.cpp | 1978 if (TOUCH_SCREEN->tsSetFeatureConfig_ == nullptr) { 1982 if (TOUCH_SCREEN->tsSetFeatureConfig_(feature, config) < 0) {
|
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_module.cpp | 451 if (sourceType == TOUCH_SCREEN || sourceType == PEN) { in HandleTouchPropertyInt32()
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | click_recognizer_test_ng.cpp | 761 EXPECT_EQ(clickRecognizer->inputEventType_, InputEventType::TOUCH_SCREEN); in HWTEST_F()
|