Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/daemon/
Dtask.rs117 daemon_app::command_dispatch( in daemon_file_task()
128 daemon_app::command_dispatch( in daemon_file_task()
145 hdcfile::command_dispatch( in daemon_file_task()
159 forward::command_dispatch( in daemon_file_task()
174 forward::command_dispatch( in daemon_file_task()
185 hdcfile::command_dispatch( in daemon_file_task()
201 daemon_unity::command_dispatch( in daemon_file_task()
Ddaemon_unity.rs233 pub async fn command_dispatch( in command_dispatch() function
Ddaemon_app.rs251 pub async fn command_dispatch( in command_dispatch() function
/developtools/hdc/hdc_rust/src/common/
Dtaskbase.rs21 fn command_dispatch( in command_dispatch() method
Dhdcfile.rs367 pub async fn command_dispatch( in command_dispatch() function
Dforward.rs1096 pub async fn command_dispatch( in command_dispatch() function
/developtools/hdc/hdc_rust/src/host/
Dhost_app.rs190 fn command_dispatch( in command_dispatch() method
Dtask.rs180 let _ = task_.command_dispatch(task_info.command, &cmd[..], cmd.len() as u16); in channel_file_task()
430 let _ = task_.command_dispatch(command, &cmd[..], cmd.len() as u16); in session_file_task()