Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_task.h54 struct TaskInfo { struct
55 std::string sessionId = "";
56 std::string packageName = "";
57 std::string pid = "";
58 std::vector<std::string> taskConfig = {};
59 long long freq = 0;
60 StuckNotification stuckInfo;
61 bool isPrint = false;
/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
168 async fn channel_forward_remove(task_info: TaskInfo, forward_or_reverse: bool) -> io::Result<()> { in channel_forward_remove()
205 async fn channel_forward_list(task_info: TaskInfo, forward_or_reverse: bool) -> io::Result<()> { in channel_forward_list()
359 async fn send_to_daemon(task_info: TaskInfo, _cmd: HdcCommand, param_start_idx: usize, async_flag: … in send_to_daemon()