Home
last modified time | relevance | path

Searched refs:check_local_path (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/common/
H A Dhdcfile.rs136 async fn check_local_path(session_id: u32, channel_id: u32) -> bool {
139 "check_local_path get task is none session_id={session_id},channel_id={channel_id}"
220 let ret = check_local_path(session_id, channel_id).await;
375 match hdctransfer::check_local_path(&mut task.transfer, &local_path, &optional_name) {
378 crate::error!("check_local_path return false channel_id={:#?}", channel_id);
432 check_local_path(session_id, channel_id).await
H A Dhdctransfer.rs167 pub fn check_local_path( in check_local_path() functions
173 "check_local_path, local_path:{}, optional_name:{}", in check_local_path()
211 "check_local_path, combine 2 local_dir:{}, op:{}", in check_local_path()
221 "check_local_path, final transfer.local_path:{}", in check_local_path()

Completed in 2 milliseconds