Searched refs:startDeviceCmd (Results 1 – 7 of 7) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/test/ |
D | processing_keyboard_device_test.cpp | 44 std::string startDeviceCmd = "vuinput start keyboard & "; variable 46 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); 76 std::string startDeviceCmd = "vuinput start keyboard & "; variable 78 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw");
|
D | processing_game_pad_device_test.cpp | 34 std::string startDeviceCmd = "vuinput start gamepad & "; in CheckGamePadJson() local 36 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in CheckGamePadJson() 66 std::string startDeviceCmd = "vuinput start gamepad & "; variable 68 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw");
|
D | processing_pen_device_test.cpp | 35 std::string startDeviceCmd = "vuinput start touchpad & "; in CheckJsonData() local 37 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in CheckJsonData() 67 std::string startDeviceCmd = "vuinput start touchpad & "; variable 69 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw");
|
D | processing_joystick_device_test.cpp | 35 std::string startDeviceCmd = "vuinput start joystick & "; in CheckTransformJson() local 37 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in CheckTransformJson() 59 std::string startDeviceCmd = "vuinput start joystick & "; in CheckJoyStickJson() local 61 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in CheckJoyStickJson()
|
D | processing_mouse_device_test.cpp | 44 std::string startDeviceCmd = "vuinput start mouse & "; variable 46 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw");
|
D | processing_pad_device_test.cpp | 43 std::string startDeviceCmd = "vuinput start touchpad & "; variable 45 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw");
|
D | get_device_object_test.cpp | 44 std::string startDeviceCmd = "vuinput open for all & "; variable 46 FILE* launchDevice = popen(startDeviceCmd.c_str(), "rw");
|