Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/common/
Dforward.rs495 pub async fn setup_tcp_point(session_id: u32, channel_id: u32) -> bool { in setup_tcp_point() function
809 ForwardType::Tcp => setup_tcp_point(session_id, channel_id).await, in setup_point()