Searched defs:connect_key (Results 1 – 10 of 10) sorted by relevance
| /developtools/hdc/test/scripts/testModule/ |
| D | stability_utils.py | 408 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/ |
| D | client.rs | 53 connect_key: String, field 96 let connect_key = auto_connect_key(parsed_cmd.connect_key, command); in new() localVariable
|
| D | task.rs | 46 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
|
| D | parser.rs | 163 pub connect_key: String, field
|
| D | server.rs | 337 let connect_key = unpack_channel_handshake(recv)?; in handshake_with_client() localVariable
|
| /developtools/hdc/hdc_rust/src/host_transfer/ |
| D | host_usb.rs | 143 pub connect_key: String, field 147 pub connect_key: String, field
|
| /developtools/hdc/hdc_rust/src/serializer/ |
| D | native_struct.rs | 23 pub connect_key: String, field
|
| D | pack_struct.rs | 27 pub connect_key: *const libc::c_char, field
|
| D | serialize.rs | 95 let connect_key = CString::new(self.connect_key.as_str()).unwrap(); in serialize() localVariable
|
| /developtools/hdc/hdc_rust/src/common/ |
| D | forward.rs | 68 pub connect_key: String, field 544 let connect_key = "unknow key".to_string(); in on_forward_success() localVariable
|