Home
last modified time | relevance | path

Searched refs:startDeviceCmd (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/test/
H A Dprocessing_keyboard_device_test.cpp44 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");
H A Dprocessing_game_pad_device_test.cpp34 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");
H A Dprocessing_pen_device_test.cpp35 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");
H A Dprocessing_joystick_device_test.cpp35 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 Dprocessing_mouse_device_test.cpp44 std::string startDeviceCmd = "vuinput start mouse & "; variable
46 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw");
H A Dprocessing_pad_device_test.cpp43 std::string startDeviceCmd = "vuinput start touchpad & "; variable
45 FILE* startDevice = popen(startDeviceCmd.c_str(), "rw");
H A Dget_device_object_test.cpp44 std::string startDeviceCmd = "vuinput open for all & "; variable
46 FILE* launchDevice = popen(startDeviceCmd.c_str(), "rw");