Home
last modified time | relevance | path

Searched refs:handle_client (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/host/
Dserver.rs96 ylong_runtime::spawn(handle_client(stream)); in start_client_listen()
207 async fn handle_client(stream: TcpStream) -> io::Result<()> { in handle_client() function
/developtools/hdc/hdc_rust/src/common/
Djdwp.rs158 pub async fn handle_client(fd: i32, waiter: Arc<Waiter>, node_map: NodeMap) { in handle_client() method
226 ylong_runtime::spawn(Self::handle_client(client_fd, w, map)); in jdwp_listen()