Lines Matching refs:hdc
19 use hdc::common::forward::{self, ForwardTaskMap, HdcForward};
22 /// use hdc::common::hdcfile::HdcFile;
23 use hdc::common::hdcfile::{self, FileTaskMap, HdcFile};
24 use hdc::config::{ConnectType, HdcCommand};
25 use hdc::host_transfer::host_usb;
26 use hdc::transfer;
27 use hdc::transfer::send_channel_data;
28 use hdc::utils;
30 use hdc::utils::hdc_log::*;
52 hdc::debug!(
59 hdc::trace!("dispatch to runmode task");
69 hdc::trace!("dispatch to shell task");
73 hdc::trace!("dispatch to tconn task");
77 hdc::trace!("dispatch to list task");
81 hdc::trace!("dispatch to wait");
85 hdc::trace!("dispatch to close task");
135 hdc::info!("get unknown command {:#?}", task_info.command);
162 hdc::warn!("channel_forward_task, other commands");
172 hdc::info!(
179 hdc::info!("channel_forward_remove remove result:{}", _result);
349 hdc::info!("other tasks, payload is {:#?}", payload);
358 hdc::info!("task_info params is {:?}", task_info);
466 hdc::debug!(
472 hdc::error!("dispatch task failed: {}", e.to_string());
476 hdc::warn!("unpack task failed: {}", e.to_string());
494 hdc::info!("generate new session {} channel {}", session_id, channel_id);
547 hdc::info!("No any connected target");
551 hdc::info!("Wait for connected target any");
561 hdc::info!("Wait for connected target is {}", task_info.connect_key);
566 hdc::info!("No {} connected target ", task_info.connect_key);
582 // hdc::info!(
588 hdc::error!("dispatch task failed: {}", e.to_string());
592 hdc::warn!("unpack task failed: {}", e.to_string());
613 hdc::error!("echo to client failed: {}", e.to_string());
719 hdc::info!("other tasks");
753 hdc::info!("other tasks");
774 hdc::info!("recv channel close {}", task_message.channel_id);
901 output.push("hdc");