Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/rust/android-crates-io/crates/h2/examples/
Dserver.rs45 async fn handle_request( in handle_request() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/http/server/
Drequest_handler.cpp27 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/
Drequest_handler.cpp28 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/
Drequest_handler.cpp28 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/
Drequest_handler.cpp28 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 Dmocked.rs35 fn handle_request(&self, _packet: &Bytes) {} in handle_request() method
H A Dwireless_adaptor.rs53 fn handle_request(&self, packet: &Bytes); in handle_request() method
H A Dble_beacon.rs49 fn handle_request(&self, packet: &Bytes) { in handle_request() method
H A Dpacket.rs145 pub fn handle_request(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u8) { in handle_request() function
H A Duwb.rs80 fn handle_request(&self, packet: &Bytes) { in handle_request() method
H A Dbluetooth.rs93 fn handle_request(&self, packet: &Bytes) { in handle_request() method
H A Dwifi.rs206 fn handle_request(&self, packet: &Bytes) { in handle_request() method
/aosp_15_r20/external/python/httplib2/python2/httplib2/test/
Dminiserver.py73 def handle_request(self): member in ShutdownServer
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/
H A Dweb_server.py121 async def handle_request( member in WebHandler
H A Dweb_kernel.py211 async def handle_request(self, request) -> str: member in WebKernel
/aosp_15_r20/external/crosvm/vm_control/src/sys/
H A Dwindows.rs32 pub fn handle_request<T: AsRef<Path> + std::fmt::Debug>( in handle_request() function
H A Dlinux.rs38 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 Dhttp_router.rs46 pub fn handle_request(&self, request: &Request<Vec<u8>>, writer: ResponseWritable) { in handle_request() method
/aosp_15_r20/trusty/user/app/gatekeeper/ipc/
Dgatekeeper_ipc.cpp98 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 Dfrontend_server.rs97 pub fn handle_request(&mut self) -> Result<u64> { in handle_request() method
H A Dlib.rs268 fn handle_request(h: &mut BackendServer<TestBackend>) -> Result<()> { in handle_request() function
/aosp_15_r20/external/rust/crates/quiche/examples/
Dhttp3-server.rs505 fn handle_request( in handle_request() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/examples/
Dhttp3-server.rs505 fn handle_request( in handle_request() function
/aosp_15_r20/external/python/cpython2/Lib/
DSimpleXMLRPCServer.py680 def handle_request(self, request_text = None): member in CGIXMLRPCRequestHandler
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs149 fn handle_request(&self, packet: att::Att) { in handle_request() method

123