Home
last modified time | relevance | path

Searched defs:handle_request (Results 1 – 8 of 8) sorted by relevance

/tools/netsim/rust/daemon/src/wireless/
Dmocked.rs35 fn handle_request(&self, _packet: &Bytes) {} in handle_request() method
Dwireless_adaptor.rs53 fn handle_request(&self, packet: &Bytes); in handle_request() method
Dble_beacon.rs49 fn handle_request(&self, packet: &Bytes) { in handle_request() method
Dwifi.rs101 fn handle_request(&self, packet: &Bytes) { in handle_request() method
Duwb.rs66 fn handle_request(&self, packet: &Bytes) { in handle_request() method
Dpacket.rs144 pub fn handle_request(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u8) { in handle_request() function
Dbluetooth.rs92 fn handle_request(&self, packet: &Bytes) { in handle_request() method
/tools/netsim/rust/daemon/src/http_server/
Dhttp_router.rs46 pub fn handle_request(&self, request: &Request<Vec<u8>>, writer: ResponseWritable) { in handle_request() method