/aosp_15_r20/external/rust/android-crates-io/crates/h2/examples/ |
D | server.rs | 45 async fn handle_request( in handle_request() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/http/server/ |
D | request_handler.cpp | 27 void request_handler::handle_request(const request& req, reply& rep) in handle_request() function in http::server::request_handler
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server/ |
D | request_handler.cpp | 28 void request_handler::handle_request(const request& req, reply& rep) in handle_request() function in http::server::request_handler
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server2/ |
D | request_handler.cpp | 28 void request_handler::handle_request(const request& req, reply& rep) in handle_request() function in http::server2::request_handler
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/ |
D | request_handler.cpp | 28 void request_handler::handle_request(const request& req, reply& rep) in handle_request() function in http::server3::request_handler
|
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/ |
H A D | mocked.rs | 35 fn handle_request(&self, _packet: &Bytes) {} in handle_request() method
|
H A D | wireless_adaptor.rs | 53 fn handle_request(&self, packet: &Bytes); in handle_request() method
|
H A D | ble_beacon.rs | 49 fn handle_request(&self, packet: &Bytes) { in handle_request() method
|
H A D | packet.rs | 145 pub fn handle_request(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u8) { in handle_request() function
|
H A D | uwb.rs | 80 fn handle_request(&self, packet: &Bytes) { in handle_request() method
|
H A D | bluetooth.rs | 93 fn handle_request(&self, packet: &Bytes) { in handle_request() method
|
H A D | wifi.rs | 206 fn handle_request(&self, packet: &Bytes) { in handle_request() method
|
/aosp_15_r20/external/python/httplib2/python2/httplib2/test/ |
D | miniserver.py | 73 def handle_request(self): member in ShutdownServer
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | web_server.py | 121 async def handle_request( member in WebHandler
|
H A D | web_kernel.py | 211 async def handle_request(self, request) -> str: member in WebKernel
|
/aosp_15_r20/external/crosvm/vm_control/src/sys/ |
H A D | windows.rs | 32 pub fn handle_request<T: AsRef<Path> + std::fmt::Debug>( in handle_request() function
|
H A D | linux.rs | 38 pub fn handle_request<T: AsRef<Path> + std::fmt::Debug>( in handle_request() function
|
/aosp_15_r20/tools/netsim/rust/daemon/src/http_server/ |
H A D | http_router.rs | 46 pub fn handle_request(&self, request: &Request<Vec<u8>>, writer: ResponseWritable) { in handle_request() method
|
/aosp_15_r20/trusty/user/app/gatekeeper/ipc/ |
D | gatekeeper_ipc.cpp | 98 static gatekeeper_error_t handle_request(uint32_t cmd, in handle_request() function
|
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/ |
H A D | frontend_server.rs | 97 pub fn handle_request(&mut self) -> Result<u64> { in handle_request() method
|
H A D | lib.rs | 268 fn handle_request(h: &mut BackendServer<TestBackend>) -> Result<()> { in handle_request() function
|
/aosp_15_r20/external/rust/crates/quiche/examples/ |
D | http3-server.rs | 505 fn handle_request( in handle_request() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/examples/ |
D | http3-server.rs | 505 fn handle_request( in handle_request() function
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | SimpleXMLRPCServer.py | 680 def handle_request(self, request_text = None): member in CGIXMLRPCRequestHandler
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | att_server_bearer.rs | 149 fn handle_request(&self, packet: att::Att) { in handle_request() method
|