/developtools/hdc/hdc_rust/src/daemon/ |
D | daemon_unity.rs | 43 async fn echo_device_mode_result(session_id: u32, channel_id: u32, result: bool, message: Vec<u8>) { in echo_device_mode_result() 56 async fn echo_reboot_result(session_id: u32, channel_id: u32, result: bool, message: Vec<u8>) { in echo_reboot_result() 70 message: Vec<u8>, in echo_root_run_mode_result() 99 async fn set_root_run(session_id: u32, channel_id: u32, _payload: &[u8]) { in set_root_run() 121 async fn reboot_device(session_id: u32, channel_id: u32, _payload: &[u8]) { in reboot_device() 154 async fn set_device_mode(session_id: u32, channel_id: u32, _payload: &[u8]) { in set_device_mode() 222 async fn do_jdwp_track(session_id: u32, channel_id: u32, payload: &[u8]) { in do_jdwp_track() 237 _payload: &[u8], in command_dispatch()
|
D | daemon_app.rs | 127 mode: u8, in put_app_finish() 128 exit_status: u8, in put_app_finish() 129 result: &mut [u8], in put_app_finish() 147 async fn app_uninstall(session_id: u32, channel_id: u32, _payload: &[u8]) { in app_uninstall() 167 result: Result<Vec<u8>, Error>, in handle_execute_result() 168 mode: u8, in handle_execute_result() 216 fn execute_cmd(cmd: &String) -> io::Result<Vec<u8>> { in execute_cmd() 255 _payload: &[u8], in command_dispatch()
|
D | shell.rs | 182 buf: &mut [u8], in pty_echo() 233 mut rx: mpsc::BoundedReceiver<Vec<u8>>, in subprocess_task()
|
/developtools/hdc/hdc_rust/src/serializer/ |
D | serialize.rs | 80 fn serialize(&self) -> Vec<u8>; in serialize() 87 fn serialize(&self) -> Vec<u8> { in serialize() 93 fn serialize(&self) -> Vec<u8> { in serialize() 143 fn serialize(&self) -> Vec<u8> { in serialize() 178 fn serialize(&self) -> Vec<u8> { in serialize() 250 fn serialize(&self) -> Vec<u8> { in serialize() 292 fn serialize(&self) -> Vec<u8> { in serialize() 327 fn serialize(&self) -> Vec<u8> { in serialize() 360 fn serialize(&self) -> Vec<u8> { in serialize() 391 fn serialize(&self) -> Vec<u8> { in serialize() [all …]
|
D | pack_assemble.rs | 27 fn calc_check_sum(data: &[u8]) -> u8 { in calc_check_sum() 56 pub fn concat_pack(task_message: TaskMessage) -> Vec<u8> { in concat_pack()
|
/developtools/hdc/hdc_rust/src/transfer/ |
D | usb.rs | 39 pub fn buf_to_vec(buf: PersistBuffer) -> Vec<u8> { in buf_to_vec() 53 fn CloseEndPointEx(bulkIn: i32, bulkOut: i32, ctrlEp: i32, closeCtrlEp: u8); in CloseEndPointEx() 118 fn read_frame(&self, _expected_size: usize) -> io::Result<Vec<u8>> { in read_frame() 160 pub fn build_header(session_id: u32, option: u8, length: usize) -> Vec<u8> { in build_header()
|
D | tcp.rs | 28 async fn read_frame(rd: &mut SplitReadHalf, expected_size: usize) -> io::Result<Vec<u8>> { in read_frame() 87 pub async fn recv_channel_message(rd: &mut SplitReadHalf) -> io::Result<Vec<u8>> { in recv_channel_message()
|
D | uart.rs | 42 fn SetSerialExt(fd: i32, speed: i32, bits: i32, event: u8, stop: i32) -> i32; in SetSerialExt() 45 fn CloseSerialPortExt(fd: i32) -> u8; in CloseSerialPortExt() 90 fn read_frame(&self, expected_size: usize) -> io::Result<Vec<u8>> { in read_frame() 161 pub fn build_header(session_id: u32, option: u16, length: usize, package_index: u32) -> Vec<u8> { in build_header()
|
D | uart_wrapper.rs | 224 async fn get_stop_flag(session_id: u32) -> Option<u8> { in get_stop_flag() 428 option: u8, in output_package() 430 data: Vec<u8>, in output_package() 499 pub async fn wrap_put(session_id: u32, data: TaskMessage, package_index: u32, option: u8) { in wrap_put()
|
D | base.rs | 62 fn read_frame(&self, expected_size: usize) -> io::Result<Vec<u8>>; in read_frame()
|
D | buffer.rs | 214 pub async fn send_channel_data(channel_id: u32, data: Vec<u8>) { in send_channel_data()
|
/developtools/hdc/hdc_rust/src/ |
D | utils.rs | 48 pub fn execute_cmd(cmd: String) -> Vec<u8> { in execute_cmd() 62 pub fn execute_shell_cmd(cmd: String) -> (bool, Vec<u8>) { in execute_shell_cmd()
|
/developtools/hdc/hdc_rust/src/common/ |
D | taskbase.rs | 24 _payload: &[u8], in command_dispatch()
|
D | forward.rs | 124 async fn write(id: u32, data: Vec<u8>) { in write() 823 buf_ptr: &[u8], in send_to_task() 965 _payload: &[u8], in slave_connect() 1033 content: Vec<u8>, in write_forward_bufer() 1053 _payload: &[u8], in forward_command_dispatch() 1100 _payload: &[u8], in command_dispatch()
|
D | hdcfile.rs | 330 async fn do_file_finish(session_id: u32, channel_id: u32, _payload: &[u8]) { in do_file_finish() 371 _payload: &[u8], in command_dispatch()
|
D | hdctransfer.rs | 385 pub async fn echo_client(session_id: u32, channel_id: u32, payload: Vec<u8>) { in echo_client()
|
/developtools/hdc/hdc_rust/src/host/ |
D | host_app.rs | 146 fn do_app_uninstall(&mut self, _payload: &Vec<u8>) { in do_app_uninstall() 193 _payload: &[u8], in command_dispatch()
|
D | client.rs | 148 async fn send(&mut self, buf: &[u8]) { in send() 154 async fn recv(&mut self) -> io::Result<Vec<u8>> { in recv()
|
/developtools/profiler/proto_encoder/test/unittest/ |
D | varint_encode_unittest.cpp | 265 uint8_t u8 = std::numeric_limits<uint8_t>::min(); variable
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | utilities.h | 54 using u8 = __u8; variable
|
/developtools/hiperf/include/ |
D | utilities.h | 52 using u8 = __u8; variable
|
/developtools/profiler/hiebpf/include/ |
D | vmlinux.h | 30 typedef __u8 u8; typedef
|