Home
last modified time | relevance | path

Searched defs:u32 (Results 1 – 11 of 11) sorted by relevance

/tools/netsim/rust/netsim-cxx/src/
Dlib.rs80 fn handle_response(kind: u32, facade_id: u32, packet: &CxxVector<u8>, packet_type: u8); in handle_response()
87 kind: u32, in handle_packet_request()
88 facade_id: u32, in handle_packet_request()
90 packet_type: u32, in handle_packet_request()
96 kind: u32, in handle_packet_response()
97 facade_id: u32, in handle_packet_response()
99 packet_type: u32, in handle_packet_response()
112 fn handle_uwb_request(facade_id: u32, packet: &[u8]); in handle_uwb_request()
116 pub fn uwb_patch(_facade_id: u32, _proto_bytes: &[u8]); in uwb_patch()
124 pub fn uwb_reset(_facade_id: u32); in uwb_reset()
[all …]
/tools/netsim/rust/netsim-cxx/src/uwb/
Dfacade.rs15 pub fn handle_uwb_request(_facade_id: u32, _packet: &[u8]) { in handle_uwb_request()
19 pub fn uwb_reset(_facade_id: u32) { in uwb_reset()
22 pub fn uwb_remove(_facade_id: u32) { in uwb_remove()
26 pub fn uwb_patch(_facade_id: u32, _proto_bytes: &[u8]) { in uwb_patch()
36 pub fn uwb_add(_chip_id: u32) -> u32 { in uwb_add()
/tools/netsim/rust/netsim-cxx/src/captures/
Dhandlers.rs315 kind: u32, in handle_packet()
316 facade_id: u32, in handle_packet()
318 packet_type: u32, in handle_packet()
347 pub fn handle_packet_request(kind: u32, facade_id: u32, packet: &CxxVector<u8>, packet_type: u32) { in handle_packet_request()
352 pub fn handle_packet_response(kind: u32, facade_id: u32, packet: &CxxVector<u8>, packet_type: u32) { in handle_packet_response()
Dpcap_util.rs55 packet_type: u32, in append_record()
/tools/netsim/rust/netsim-cxx/src/transport/
Dmod.rs26 _kind: u32, in handle_response()
27 _facade_id: u32, in handle_response()
Dfd.rs75 fn key(kind: u32, facade_id: u32) -> String { in key()
79 pub fn handle_response(kind: u32, facade_id: u32, packet: &cxx::CxxVector<u8>, packet_type: u8) { in handle_response()
/tools/netsim/rust/frontend-client-cxx/src/
Dlib.rs19 fn handle_error(&self, error_code: u32, error_message: &str) { in handle_error()
29 fn handle_error(&self, error_code: u32, error_message: &str); in handle_error()
50 fn handle_error(&self, error_code: u32, error_message: &str); in handle_error()
/tools/netsim/rust/netsim-cli/src/
Dpcap_handler.rs34 fn handle_error(&self, error_code: u32, error_message: &str) { in handle_error()
/tools/netsim/rust/backend-proto/src/
Dstartup.rs102 fn compute_size(&self) -> u32 { in compute_size()
123 fn get_cached_size(&self) -> u32 { in get_cached_size()
301 fn compute_size(&self) -> u32 { in compute_size()
328 fn get_cached_size(&self) -> u32 { in get_cached_size()
520 fn compute_size(&self) -> u32 { in compute_size()
547 fn get_cached_size(&self) -> u32 { in get_cached_size()
845 fn compute_size(&self) -> u32 { in compute_size()
899 fn get_cached_size(&self) -> u32 { in get_cached_size()
Dpacket_streamer.rs252 fn compute_size(&self) -> u32 { in compute_size()
296 fn get_cached_size(&self) -> u32 { in get_cached_size()
601 fn compute_size(&self) -> u32 { in compute_size()
642 fn get_cached_size(&self) -> u32 { in get_cached_size()
Dhci_packet.rs117 fn compute_size(&self) -> u32 { in compute_size()
141 fn get_cached_size(&self) -> u32 { in get_cached_size()