Home
last modified time | relevance | path

Searched refs:TestEventInjectorView (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.h31 class TestEventInjectorView;
79 TestEventInjectorView* clickTestView_ = nullptr;
80 TestEventInjectorView* dragTestView_ = nullptr;
81 TestEventInjectorView* longPressTestView_ = nullptr;
82 TestEventInjectorView* KeyEventTestView_ = nullptr;
90 const char* btnTitle, UILabelButton* btn, TestEventInjectorView*& testView);
H A Dui_test_event_injector.cpp52 class TestEventInjectorView : public UIView, public RootView::OnKeyActListener { class
54 TestEventInjectorView() : label_(nullptr) {} in TestEventInjectorView() function in OHOS::TestEventInjectorView
55 virtual ~TestEventInjectorView() in ~TestEventInjectorView()
285 TestEventInjectorView*& testView) in InnerTest()
295 testView = new TestEventInjectorView(); in InnerTest()
/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp58 class TestEventInjectorView : public UIView, public RootView::OnKeyActListener { class
90 static void SetUpTestview(TestEventInjectorView* testView, bool touchable, bool draggable);
98 static TestEventInjectorView* clickView_;
99 static TestEventInjectorView* dragView_;
100 static TestEventInjectorView* longPressView_;
101 static TestEventInjectorView* keyView_;
109 TestEventInjectorView* EventInjectorTest::clickView_ = nullptr;
110 TestEventInjectorView* EventInjectorTest::dragView_ = nullptr;
111 TestEventInjectorView* EventInjectorTest::longPressView_ = nullptr;
112 TestEventInjectorView* EventInjectorTes
[all...]

Completed in 3 milliseconds