Lines Matching defs:new
41 /// complie failed ,associated function `new` is never used
42 pub fn new(_session_id: u32, _channel_id: u32) -> Self {
44 transfer: HdcTransferBase::new(_session_id, _channel_id),
59 .get_or_insert_with(|| Arc::new(Mutex::new(HashMap::new())))
69 Arc::new(Mutex::new(host_app_task)),
159 let mut compress = Compress::new();
205 task.transfer.local_tar_raw_path = String::new();
228 let mut file_manager = FileManager::new(local_path.clone());