Home
last modified time | relevance | path

Searched defs:connect_key (Results 1 – 10 of 10) sorted by relevance

/developtools/hdc/test/scripts/testModule/
Dstability_utils.py408 def process_shell_test(connect_key, config, thread_name): argument
462 def process_file_send_test(connect_key, config, thread_name): argument
522 def process_file_recv_test(connect_key, config, thread_name): argument
626 def process_fport_trans_file_test(connect_key, config, thread_name, task_index): argument
988 connect_key = "" variable in Session
992 def __init__(self, connect_key): argument
1110 def check_device_online(connect_key): argument
1160 def start_usb_session_test(connect_key): argument
1175 def start_local_tcp_session_test(connect_key, port_list): argument
/developtools/hdc/hdc_rust/src/host/
Dclient.rs53 connect_key: String, field
96 let connect_key = auto_connect_key(parsed_cmd.connect_key, command); in new() localVariable
Dtask.rs46 pub connect_key: String, field
213 let connect_key = ConnectMap::get_connect_key(item.session_id).await; in channel_forward_list() localVariable
448 let connect_key = task_info.params[1].trim_end_matches('\0').to_string(); in channel_connect_task() localVariable
Dparser.rs163 pub connect_key: String, field
Dserver.rs337 let connect_key = unpack_channel_handshake(recv)?; in handshake_with_client() localVariable
/developtools/hdc/hdc_rust/src/host_transfer/
Dhost_usb.rs143 pub connect_key: String, field
147 pub connect_key: String, field
/developtools/hdc/hdc_rust/src/serializer/
Dnative_struct.rs23 pub connect_key: String, field
Dpack_struct.rs27 pub connect_key: *const libc::c_char, field
Dserialize.rs95 let connect_key = CString::new(self.connect_key.as_str()).unwrap(); in serialize() localVariable
/developtools/hdc/hdc_rust/src/common/
Dforward.rs68 pub connect_key: String, field
544 let connect_key = "unknow key".to_string(); in on_forward_success() localVariable