Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/common/
Dtaskbase.rs23 _command: HdcCommand, in command_dispatch()
Dhdctransfer.rs274 _command_data: HdcCommand, in spawn_handler()
414 _command_data: HdcCommand, in read_and_send_data()
596 pub async fn transfer_begin(transfer: &HdcTransferBase, _command_data: HdcCommand) { in transfer_begin()
623 pub async fn transfer_file_finish(channel_id: u32, _session_id: u32, comamnd_finish: HdcCommand) { in transfer_file_finish()
Dforward.rs1241 command: HdcCommand, in send_to_task()
1517 command: HdcCommand, in forward_command_dispatch()
1585 command: HdcCommand, in command_dispatch()
Dhdcfile.rs556 _command: HdcCommand, in command_dispatch()
/developtools/hdc/hdc_rust/src/daemon_lib/
Dshell.rs169 ret_command: HdcCommand, in subprocess_task()
318 ret_command: HdcCommand, in new()
570 …_reader: &mut AsyncBufReader<ChildStderr>, shell_task_id: &ShellTaskID, ret_command: HdcCommand) { in read_buf_from_stdout_stderr()
601 ret_command: HdcCommand, in task_for_shell_execute()
743 ret_command: HdcCommand, in new()
Ddaemon_unity.rs242 _command: HdcCommand, in command_dispatch()
Ddaemon_app.rs384 _command: HdcCommand, in command_dispatch()
/developtools/smartperf_host/smartperf_host/ide/src/hdc/hdcclient/
DHdcCommand.ts16 export enum HdcCommand { enum
/developtools/hdc/hdc_rust/src/
Dconfig.rs75 pub enum HdcCommand { enum
161 impl TryFrom<u32> for HdcCommand { implementation
/developtools/hdc/hdc_rust/src/host/
Dhost_app.rs350 session_id: u32, channel_id: u32, command: HdcCommand, payload: &[u8], in command_dispatch()
Dtask.rs355 async fn send_to_daemon(task_info: TaskInfo, _cmd: HdcCommand, param_start_idx: usize, async_flag: … in send_to_daemon()
/developtools/hdc/src/common/
Ddefine_enum.h135 enum HdcCommand { enum