Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Devent_injector_unit_test.cpp85 class EventInjectorTest : public testing::Test { class
105 pthread_t EventInjectorTest::mainTaskThread_ = -1;
106 bool EventInjectorTest::isRepeat_ = true;
107 RootView* EventInjectorTest::rootView_ = nullptr;
108 GridLayout* EventInjectorTest::layout_ = nullptr;
113 Window* EventInjectorTest::window_ = nullptr;
115 void EventInjectorTest::SetUpTestCase(void) in SetUpTestCase()
124 void* EventInjectorTest::MainTask(void* args) in MainTask()
134 void EventInjectorTest::TestApp() in TestApp()
185 void EventInjectorTest::DeleteChildren(UIView* view) in DeleteChildren()
[all …]