Home
last modified time | relevance | path

Searched defs:req_handler (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/connection/sys/linux/
H A Dlistener.rs57 let req_handler = BackendServer::new(connection, handler); in run_with_handler() localVariable
H A Dstream.rs78 let req_handler = BackendServer::new(Connection::try_from(stream)?, handler); in stream_run_with_handler() localVariable
/aosp_15_r20/external/perfetto/src/base/http/
H A Dhttp_server.cc51 HttpServer::HttpServer(TaskRunner* task_runner, HttpRequestHandler* req_handler) in HttpServer()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dhandler.rs1206 let mut req_handler = BackendServer::new(server_connection, handler); in test_vhost_user_lifecycle_parameterized() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Dbearer_test.cc1110 auto req_handler = [&req_id, &req_count](auto id, const auto& packet) { in TEST_F() local