Searched refs:ForwardTaskMap (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/hdc_rust/src/common/ |
| D | forward.rs | 170 pub struct ForwardTaskMap {} struct 171 impl ForwardTaskMap { implementation 269 let task = ForwardTaskMap::get(session_id, channel_id).await; in check_command() 307 let task = ForwardTaskMap::get(session_id, channel_id).await; in detech_forward_type() 341 ForwardTaskMap::update(session_id, channel_id, task.clone()).await; in detech_forward_type() 345 ForwardTaskMap::update(session_id, channel_id, task.clone()).await; in detech_forward_type() 434 let task = ForwardTaskMap::get(session_id, channel_id).await; in deamon_read_socket_msg() 464 let task = ForwardTaskMap::get(session_id, channel_id).await; in free_context() 492 ForwardTaskMap::update(session_id, channel_id, task.clone()).await; in free_context() 496 let task = ForwardTaskMap::get(session_id, channel_id).await; in setup_tcp_point() [all …]
|
| /developtools/hdc/hdc_rust/src/daemon/ |
| D | task.rs | 24 use hdc::common::forward::{self, ForwardTaskMap, HdcForward}; 158 ForwardTaskMap::update(session_id, task_message.channel_id, task).await; in daemon_file_task()
|