Searched refs:startDeviceCmd (Results 1 - 7 of 7) sorted by relevance
/foundation/multimodalinput/input/tools/event_inject/test/ |
H A D | processing_keyboard_device_test.cpp | 44 std::string startDeviceCmd = "vuinput start keyboard & "; in HWTEST_F() local 46 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in HWTEST_F() 76 std::string startDeviceCmd = "vuinput start keyboard & "; in HWTEST_F() local 78 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in HWTEST_F()
|
H A 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()
|
H A 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 & "; in HWTEST_F() local 68 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in HWTEST_F()
|
H A 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 & "; in HWTEST_F() local 69 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in HWTEST_F()
|
H A D | processing_mouse_device_test.cpp | 44 std::string startDeviceCmd = "vuinput start mouse & "; in HWTEST_F() local 46 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in HWTEST_F()
|
H A D | processing_pad_device_test.cpp | 43 std::string startDeviceCmd = "vuinput start touchpad & "; in HWTEST_F() local 45 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw"); in HWTEST_F()
|
H A D | get_device_object_test.cpp | 44 std::string startDeviceCmd = "vuinput open for all & "; in HWTEST_F() local 46 FILE* launchDevice = popen(startDeviceCmd.c_str(), "rw"); in HWTEST_F()
|
Completed in 3 milliseconds