Lines Matching defs:Result
57 pub async fn run_client_mode(parsed_cmd: ParsedCommand) -> io::Result<()> { in run_client_mode()
115 async fn execute_command(&mut self) -> io::Result<()> { in execute_command()
152 pub async fn handshake(&mut self) -> io::Result<()> { in handshake()
187 async fn unity_task(&mut self) -> io::Result<()> { in unity_task()
192 async fn wait_task(&mut self) -> io::Result<()> { in wait_task()
197 async fn unity_root_run_task(&mut self) -> io::Result<()> { in unity_root_run_task()
204 async fn jdwp_task(&mut self) -> io::Result<()> { in jdwp_task()
211 async fn shell_task(&mut self) -> io::Result<()> { in shell_task()
256 async fn shell_task(&mut self) -> io::Result<()> { in shell_task()
296 async fn forward_task(&mut self) -> io::Result<()> { in forward_task()
319 async fn general_task(&mut self) -> io::Result<()> { in general_task()
334 async fn bug_report_task(&mut self) -> io::Result<()> { in bug_report_task()
346 async fn file_send_task(&mut self) -> io::Result<()> { in file_send_task()
361 async fn loop_recv(&mut self) -> io::Result<()> { in loop_recv()
385 async fn loop_recv_waitfor(&mut self) -> io::Result<()> { in loop_recv_waitfor()
419 async fn app_install_task(&mut self) -> io::Result<()> { in app_install_task()
453 async fn app_uninstall_task(&mut self) -> io::Result<()> { in app_uninstall_task()
482 async fn check_server_task(&mut self) -> io::Result<()> { in check_server_task()
573 fn recover_terminal(termios: libc::termios) -> io::Result<()> { in recover_terminal()