Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/tools/event_inject/test/
Dprocessing_keyboard_device_test.cpp46 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); variable
47 if (!startDevice) {
50 pclose(startDevice);
78 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); variable
79 if (!startDevice) {
82 pclose(startDevice);
Dprocessing_game_pad_device_test.cpp36 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in CheckGamePadJson() local
37 if (!startDevice) { in CheckGamePadJson()
40 pclose(startDevice); in CheckGamePadJson()
68 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); variable
69 if (!startDevice) {
72 pclose(startDevice);
Dprocessing_pen_device_test.cpp37 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in CheckJsonData() local
38 if (!startDevice) { in CheckJsonData()
41 pclose(startDevice); in CheckJsonData()
69 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); variable
70 if (!startDevice) {
73 pclose(startDevice);
Dprocessing_joystick_device_test.cpp37 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in CheckTransformJson() local
38 if (!startDevice) { in CheckTransformJson()
41 pclose(startDevice); in CheckTransformJson()
61 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in CheckJoyStickJson() local
62 if (!startDevice) { in CheckJoyStickJson()
65 pclose(startDevice); in CheckJoyStickJson()
Dprocessing_finger_device_test.cpp46 FILE* startDevice = popen(beginDeviceCmd.c_str(), "rw"); variable
47 if (!startDevice) {
50 pclose(startDevice);
Dprocessing_mouse_device_test.cpp46 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); variable
47 if (!startDevice) {
50 pclose(startDevice);
Dprocessing_pad_device_test.cpp45 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); variable
46 if (!startDevice) {
49 pclose(startDevice);
Dmanage_inject_device_test.cpp90 FILE* startDevice = popen(startDeviceMsg.c_str(), "rw"); variable
91 if (!startDevice) {
94 pclose(startDevice);
Dprocessing_touch_screen_device_test.cpp46 FILE* startDevice = popen(launchDeviceCmd.c_str(), "rw"); variable
47 if (!startDevice) {
50 pclose(startDevice);