Searched defs:TaskInfo (Results 1 – 3 of 3) sorted by relevance
55 struct TaskInfo { struct56 std::string sessionId = "1";57 std::string packageName = "";58 std::string pid = "";59 std::vector<std::string> taskConfig = {};60 long long freq = 998;61 StuckNotification stuckInfo;85 TaskInfo GetCurTaskInfo(); argument
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()355 async fn send_to_daemon(task_info: TaskInfo, _cmd: HdcCommand, param_start_idx: usize, async_flag: … in send_to_daemon()