Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp98 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;
112 TestEventInjectorView* EventInjectorTest::keyView_ = nullptr;
160 clickView_ = new TestEventInjectorView(); in TestApp()
163 longPressView_ = new TestEventInjectorView(); in TestApp()
166 dragView_ = new TestEventInjectorView(); in TestApp()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.h31 class TestEventInjectorView; variable
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()