Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_task.h55 struct TaskInfo { struct
56 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
/developtools/smartperf_host/smartperf_device/device_command/services/task_mgr/include/
Dsp_task.h55 struct TaskInfo { struct
56 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
/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()
355 async fn send_to_daemon(task_info: TaskInfo, _cmd: HdcCommand, param_start_idx: usize, async_flag: … in send_to_daemon()