Searched defs:handle_request (Results 1 – 8 of 8) sorted by relevance
/tools/netsim/rust/daemon/src/wireless/ |
D | mocked.rs | 35 fn handle_request(&self, _packet: &Bytes) {} in handle_request() method
|
D | wireless_adaptor.rs | 53 fn handle_request(&self, packet: &Bytes); in handle_request() method
|
D | ble_beacon.rs | 49 fn handle_request(&self, packet: &Bytes) { in handle_request() method
|
D | wifi.rs | 101 fn handle_request(&self, packet: &Bytes) { in handle_request() method
|
D | uwb.rs | 66 fn handle_request(&self, packet: &Bytes) { in handle_request() method
|
D | packet.rs | 144 pub fn handle_request(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u8) { in handle_request() function
|
D | bluetooth.rs | 92 fn handle_request(&self, packet: &Bytes) { in handle_request() method
|
/tools/netsim/rust/daemon/src/http_server/ |
D | http_router.rs | 46 pub fn handle_request(&self, request: &Request<Vec<u8>>, writer: ResponseWritable) { in handle_request() method
|