Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.h31 class TestEventInjectorView; variable
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
/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp58 class TestEventInjectorView : public UIView, public RootView::OnKeyActListener { class