Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/host/
Dtask.rs44 pub struct TaskInfo { struct
51 pub async fn channel_task_dispatch(task_info: TaskInfo) -> io::Result<()> { in channel_task_dispatch() argument
142 async fn channel_forward_task(task_info: TaskInfo) -> io::Result<()> { in channel_forward_task()
168 async fn channel_forward_remove(task_info: TaskInfo, forward_or_reverse: bool) -> io::Result<()> { in channel_forward_remove() argument
205 async fn channel_forward_list(task_info: TaskInfo, forward_or_reverse: bool) -> io::Result<()> { in channel_forward_list() argument
241 async fn channel_jdwp_task(task_info: TaskInfo) -> io::Result<()> { in channel_jdwp_task()
257 async fn channel_hilog_task(task_info: TaskInfo) -> io::Result<()> { in channel_hilog_task()
277 async fn channel_bug_report_task(task_info: TaskInfo) -> io::Result<()> { in channel_bug_report_task()
292 async fn channel_file_task(task_info: TaskInfo) -> io::Result<()> { in channel_file_task()
353 async fn send_to_daemon(task_info: TaskInfo, _cmd: HdcCommand, param_start_idx: usize, async_flag: … in send_to_daemon() argument
[all …]
Dserver.rs272 if let Err(e) = task::channel_task_dispatch(task::TaskInfo { in handle_client()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_task.h50 struct TaskInfo { struct
87 TaskInfo curTaskInfo;
/developtools/profiler/host/smartperf/client/client_command/
Dsp_task.cpp43 static ExceptionMsg ParseToTask(std::string command, TaskInfo &taskInfo) in ParseToTask()