Home
last modified time | relevance | path

Searched defs:ConnectType (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/hdc_rust/src/host/
Dauth.rs37 connect_key: String, session_id: u32, channel_id: u32, conn_type: ConnectType, in start_handshake_with_daemon()
/developtools/hdc/hdc_rust/src/transfer/
Dbuffer.rs61 pub async fn put(session_id: u32, conn_type: ConnectType) { in put()
68 pub async fn get(session_id: u32) -> Option<ConnectType> { in get()
/developtools/hdc/hdc_rust/src/
Dconfig.rs46 pub enum ConnectType { enum