Searched refs:startDevice (Results 1 – 9 of 9) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/test/ |
D | processing_keyboard_device_test.cpp | 46 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);
|
D | processing_game_pad_device_test.cpp | 36 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);
|
D | processing_pen_device_test.cpp | 37 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);
|
D | processing_joystick_device_test.cpp | 37 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()
|
D | processing_finger_device_test.cpp | 46 FILE* startDevice = popen(beginDeviceCmd.c_str(), "rw"); variable 47 if (!startDevice) { 50 pclose(startDevice);
|
D | processing_mouse_device_test.cpp | 46 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); variable 47 if (!startDevice) { 50 pclose(startDevice);
|
D | processing_pad_device_test.cpp | 45 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); variable 46 if (!startDevice) { 49 pclose(startDevice);
|
D | manage_inject_device_test.cpp | 90 FILE* startDevice = popen(startDeviceMsg.c_str(), "rw"); variable 91 if (!startDevice) { 94 pclose(startDevice);
|
D | processing_touch_screen_device_test.cpp | 46 FILE* startDevice = popen(launchDeviceCmd.c_str(), "rw"); variable 47 if (!startDevice) { 50 pclose(startDevice);
|