Home
last modified time | relevance | path

Searched refs:stop_task (Results 1 - 5 of 5) sorted by relevance

/developtools/hdc/hdc_rust/src/daemon_lib/
H A Dtask_manager.rs44 stop_task(session_id).await;
67 pub async fn stop_task(session_id: u32) {
68 hdcfile::stop_task(session_id).await;
69 shell::stop_task(session_id).await;
70 daemon_app::stop_task(session_id).await;
71 forward::stop_task(session_id).await;
H A Dshell.rs72 pub async fn stop_task(session_id: u32) {
73 PtyMap::stop_task(session_id).await;
74 ShellExecuteMap::stop_task(session_id).await;
421 pub async fn stop_task(session_id: u32) {
425 crate::info!("hdc shell stop_task, session_id:{}, task_size: {}", session_id, map.len());
517 pub async fn stop_task(session_id: u32) {
H A Ddaemon_app.rs97 async fn stop_task(session_id: u32) {
100 crate::info!("app stop_task, session_id:{}, task_size: {}", session_id, map.len());
430 pub async fn stop_task(session_id: u32) {
431 AppTaskMap::stop_task(session_id).await;
H A Dtask.rs91 jdwp::stop_task(session_id, channel_id).await;
/developtools/hdc/hdc_rust/src/common/
H A Dhdcfile.rs101 async fn stop_task(session_id: u32) {
635 pub async fn stop_task(session_id: u32) {
636 FileTaskMap::stop_task(session_id).await;

Completed in 4 milliseconds