Home
last modified time | relevance | path

Searched refs:launchDevice (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/test/
H A Dget_device_object_test.cpp46 FILE* launchDevice = popen(startDeviceCmd.c_str(), "rw"); in HWTEST_F() local
47 if (!launchDevice) { in HWTEST_F()
50 pclose(launchDevice); in HWTEST_F()
H A Dprocessing_touch_screen_device_test.cpp78 FILE* launchDevice = popen(launchDeviceCmd.c_str(), "rw"); in HWTEST_F() local
79 if (!launchDevice) { in HWTEST_F()
82 pclose(launchDevice); in HWTEST_F()

Completed in 2 milliseconds