Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/h2/examples/
Dserver.rs45 async fn handle_request( in handle_request() function
/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
/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
/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
/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
/external/python/httplib2/python2/httplib2/test/
Dminiserver.py73 def handle_request(self): member in ShutdownServer
/external/pigweed/pw_console/py/pw_console/
Dweb_server.py121 async def handle_request( member in WebHandler
Dweb_kernel.py211 async def handle_request(self, request) -> str: member in WebKernel
/external/crosvm/vm_control/src/sys/
Dwindows.rs32 pub fn handle_request<T: AsRef<Path> + std::fmt::Debug>( in handle_request() function
Dlinux.rs38 pub fn handle_request<T: AsRef<Path> + std::fmt::Debug>( in handle_request() function
/external/crosvm/third_party/vmm_vhost/src/
Dfrontend_server.rs97 pub fn handle_request(&mut self) -> Result<u64> { in handle_request() method
Dlib.rs268 fn handle_request(h: &mut BackendServer<TestBackend>) -> Result<()> { in handle_request() function
/external/rust/android-crates-io/crates/quiche/examples/
Dhttp3-server.rs505 fn handle_request( in handle_request() function
/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dfrontend_req_handler.rs190 pub fn handle_request(&mut self) -> Result<u64> { in handle_request() method
Dbackend_req_handler.rs395 pub fn handle_request(&mut self) -> Result<()> { in handle_request() method
/external/python/cpython3/Lib/xmlrpc/
Dserver.py679 def handle_request(self, request_text=None): member in CGIXMLRPCRequestHandler
/external/crosvm/devices/src/virtio/
Dpmem.rs221 fn handle_request( in handle_request() function
/external/python/cpython3/Lib/
Dsocketserver.py276 def handle_request(self): member in BaseServer
/external/python/cpython3/Lib/test/
Dtest_urllib2_localnet.py160 def handle_request(self, request_handler): member in DigestAuthHandler
Dtest_logging.py2142 def handle_request(self, request): member in HTTPHandlerTest
/external/crosvm/src/crosvm/plugin/
Dvcpu.rs580 fn handle_request(&self, vcpu: &Vcpu) -> SysResult<Option<Vec<u8>>> { in handle_request() method
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs1316 fn handle_request<S: vmm_vhost::Backend>( in handle_request() function
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py229 def handle_request(self, conn): member in Server