Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/daemon_lib/
Dshell.rs350 type Child_ = Arc<Mutex<Child>>; typedef
363 pub async fn get(session_id: u32, channel_id: u32) -> Option<Child_> { in get()
373 pub async fn put(session_id: u32, channel_id: u32, pty_child: Child_) { in put()