Searched defs:TaskInfo (Results 1 – 2 of 2) sorted by relevance
54 struct TaskInfo { struct55 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;
44 pub struct TaskInfo { struct51 pub async fn channel_task_dispatch(task_info: TaskInfo) -> io::Result<()> { in channel_task_dispatch() argument168 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()