Lines Matching refs:cout
90 std::cout << "Failed to create file" << std::endl;
94 std::cout << "File name check error" << std::endl;
107 std::cout << "Check device file name:" << fileName << std::endl;
115 std::cout << "File path is empty" << std::endl;
120 std::cout << "Failed to open folder:" << filePath << std::endl;
132 std::cout << "Remove file:" << rmFile << " failed" << std::endl;
137 std::cout << "File name:" << ptr << " type is error" << std::endl;
141 std::cout << "Close dir:" << filePath << " failed" << std::endl;
144 std::cout << "Remove dir:" << filePath <<" failed" << std::endl;
292 std::cout << "mapFun is empty" << std::endl;
319 std::cout << "Failed to open folder" << std::endl;
331 std::cout << "Close dir:" << filePath << " failed" << std::endl;
345 std::cout << "File name check error" << std::endl;
349 std::cout << "Failed to create file" << std::endl;
353 std::cout << processPath << " folder does not exist" << std::endl;
358 std::cout << "Useless flag file:" << processPath << std::endl;
363 std::cout << "Temp is empty" << std::endl;
368 std::cout << "Process name is wrong" << std::endl;
374 std::cout << "Remove file failed" << std::endl;
379 std::cout << "Close dir failed" << std::endl;
382 std::cout << "Remove file failed" << std::endl;
392 std::cout << __func__ << " not setting event type:" << item
464 std::cout << "Failed to set uinput phys" << std::endl;
474 std::cout << "Failed to ioctl" << std::endl;
492 std::cout << "Failed to open uinput: " << fd_ << std::endl;
497 std::cout << "Failed to copied device name: " << uinputDev_.name << std::endl;
502 std::cout << "Failed to set uinput abs resolution" << std::endl;
506 std::cout << "Failed to set uinput phys" << std::endl;
510 std::cout << "Failed to create uinput KeyValue" << std::endl;
514 std::cout << "Unable to write device info to target" << std::endl;
518 std::cout << "Try to create uinput device filed in fd: " << fd_ << std::endl;
537 std::cout << "Failed to open file: " << filePath << std::endl;
546 std::cout << "Failed to close file" << std::endl;
555 std::cout << "Get file size error" << std::endl;
564 std::cout << "FilePath is empty" << std::endl;
569 std::cout << "Path is error" << std::endl;
573 std::cout << "File path is error" << std::endl;
577 std::cout << "File not exist" << std::endl;
582 std::cout << "File size out of read range" << std::endl;
595 std::cout << "Please enter the device type correctly" << std::endl;
605 std::cout << "StartDeviceName is empty" << std::endl;
609 std::cout << "Failed to start device: " << startDeviceName <<std::endl;
617 std::cout << "Failed to create file" <<std::endl;
628 std::cout << "No start device" <<std::endl;
648 std::cout << "Device shutdown failed! The PID format is incorrect" <<std::endl;
656 std::cout << "Select option failed" << std::endl;
665 std::cout << "Device query failed" << std::endl;
672 std::cout << "Device start failed" << std::endl;
679 std::cout << "Device close failed" << std::endl;
686 std::cout << "Failed to ask for help" << std::endl;
692 std::cout << "The command line format is incorrect" << std::endl;
702 std::cout << "Please enter options or parameters" << std::endl;
723 std::cout << "More than one short option is not supported" << std::endl;
730 std::cout << "Nonstandard input parameters" << std::endl;
739 std::cout << "Invalid Input Param, Please Check the validity of the para" << std::endl;
744 std::cout << "No device information to query" << std::endl;
748 std::cout << "PID\tDEVICE" << std::endl;
752 std::cout << item.substr(0, pos) << "\t" << item.substr(pos + 1, item.size() - pos - 1) << std::endl;
761 std::cout << "Invalid Input Param, Please Check the validity of the para" << std::endl;
765 std::cout << "Failed to create device" << std::endl;
778 std::cout << "Invalid Input Param, Please Check the validity of the para" << std::endl;
782 std::cout << "Failed to closed device" << std::endl;
785 std::cout << "device closed successfully" << std::endl;
792 std::cout << "Invalid Input Param, Please Check the validity of the para" << std::endl;
861 std::cout << "Usage: vuinput <option> <command> <arg>..." << std::endl;
862 std::cout << "The option are: " << std::endl;
863 std::cout << "commands for list: " << std::endl;
864 std::cout << "-L --list list -display virtual devices and pid information" << std::endl;
865 std::cout << "commands for start: " << std::endl;
866 std::cout << "-S <device> & --start <device> & start <device> & -start a device" << std::endl;
867 std::cout << " -start supported <device>-" << std::endl;
868 std::cout << " mouse" << std::endl;
869 std::cout << " keyboard" << std::endl;
870 std::cout << " joystick" << std::endl;
871 std::cout << " trackball" << std::endl;
872 std::cout << " remotecontrol" << std::endl;
873 std::cout << " trackpad" << std::endl;
874 std::cout << " knob" << std::endl;
875 std::cout << " gamepad" << std::endl;
876 std::cout << " touchpad" << std::endl;
877 std::cout << " touchscreen" << std::endl;
878 std::cout << " pen" << std::endl;
879 std::cout << "-S all & --start all & start all & -start devices " << std::endl;
880 std::cout << "commands for close: " << std::endl;
881 std::cout << "-C <pid> --close <pid> close <pid> -close a pid " << std::endl;
882 std::cout << "-C all --close all close all -close pids " << std::endl;
883 std::cout << "-? --help help " << std::endl;