Home
last modified time | relevance | path

Searched refs:handle_read (Results 1 – 25 of 37) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server2/
Dconnection.cpp34 boost::bind(&connection::handle_read, shared_from_this(), in start()
39 void connection::handle_read(const boost::system::error_code& e, in handle_read() function in http::server2::connection
65 boost::bind(&connection::handle_read, shared_from_this(), in handle_read()
Dconnection.hpp45 void handle_read(const boost::system::error_code& e,
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/
Dconnection.cpp35 boost::bind(&connection::handle_read, shared_from_this(), in start()
40 void connection::handle_read(const boost::system::error_code& e, in handle_read() function in http::server3::connection
66 boost::bind(&connection::handle_read, shared_from_this(), in handle_read()
Dconnection.hpp45 void handle_read(const boost::system::error_code& e,
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/echo/
Dasync_tcp_echo_server.cpp34 boost::bind(&session::handle_read, this, in start()
40 void handle_read(const boost::system::error_code& error, in handle_read() function in session
61 boost::bind(&session::handle_read, this, in handle_write()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server/
Dconnection.cpp36 boost::bind(&connection::handle_read, shared_from_this(), in start()
46 void connection::handle_read(const boost::system::error_code& e, in handle_read() function in http::server::connection
72 boost::bind(&connection::handle_read, shared_from_this(), in handle_read()
Dconnection.hpp50 void handle_read(const boost::system::error_code& e,
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/local/
Dstream_server.cpp40 boost::bind(&session::handle_read, in start()
46 void handle_read(const boost::system::error_code& error, in handle_read() function in session
64 boost::bind(&session::handle_read, in handle_write()
Dconnect_pair.cpp40 boost::bind(&uppercase_filter::handle_read, in start()
46 void handle_read(const boost::system::error_code& ec, std::size_t size) in handle_read() function in uppercase_filter
71 boost::bind(&uppercase_filter::handle_read, in handle_write()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/ssl/
Dserver.cpp45 boost::bind(&session::handle_read, this, in handle_handshake()
55 void handle_read(const boost::system::error_code& error, in handle_read() function in session
76 boost::bind(&session::handle_read, this, in handle_write()
Dclient.cpp97 boost::bind(&client::handle_read, this, in handle_write()
107 void handle_read(const boost::system::error_code& error, in handle_read() function in client
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/allocation/
Dserver.cpp184 boost::bind(&session::handle_read, in start()
190 void handle_read(const boost::system::error_code& error, in handle_read() function in session
210 boost::bind(&session::handle_read, in handle_write()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/fork/
Dprocess_per_connection.cpp111 boost::bind(&server::handle_read, this, in start_read()
115 void handle_read(const boost::system::error_code& ec, std::size_t length) in handle_read() function in server
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/serialization/
Dclient.cpp51 boost::bind(&client::handle_read, this, in handle_connect()
64 void handle_read(const boost::system::error_code& e) in handle_read() function in s11n_example::client
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/timeouts/
Dasync_tcp_client.cpp195 std::bind(&client::handle_read, this, _1, _2)); in start_read()
198 void handle_read(const boost::system::error_code& error, std::size_t n) in handle_read() function in client
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/timeouts/
Dasync_tcp_client.cpp194 boost::bind(&client::handle_read, this, in start_read()
198 void handle_read(const boost::system::error_code& ec, std::size_t n) in handle_read() function in client
Dserver.cpp211 boost::bind(&tcp_session::handle_read, shared_from_this(), in start_read()
215 void handle_read(const boost::system::error_code& ec, std::size_t n) in handle_read() function in tcp_session
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/nonblocking/
Dthird_party_lib.cpp120 boost::bind(&connection::handle_read, in start_operations()
136 void handle_read(boost::system::error_code ec) in handle_read() function in connection
/external/sdv/vsomeip/third_party/boost/asio/test/
Dbuffered_read_stream.cpp229 void handle_read(const boost::system::error_code& e, in handle_read() function
295 bindns::bind(handle_read, _1, _2, &bytes_read)); in test_async_operations()
319 bindns::bind(handle_read, _1, _2, &bytes_read)); in test_async_operations()
Dbuffered_write_stream.cpp236 void handle_read(const boost::system::error_code& e, in handle_read() function
306 bindns::bind(handle_read, _1, _2, &bytes_read)); in test_async_operations()
334 bindns::bind(handle_read, _1, _2, &bytes_read)); in test_async_operations()
Dbuffered_stream.cpp247 void handle_read(const boost::system::error_code& e, in handle_read() function
317 bindns::bind(handle_read, _1, _2, &bytes_read)); in test_async_operations()
345 bindns::bind(handle_read, _1, _2, &bytes_read)); in test_async_operations()
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_gatt_server.py68 def handle_read(self): member in BluetoothGATTServer
/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c120 static void handle_read(int sock, void *eloop_ctx, void *sock_ctx) in handle_read() function
183 if (eloop_register_read_sock(drv->common.sock, handle_read, in wired_init_sockets()
/external/python/cpython3/Lib/test/support/
Dasyncore.py424 self.handle_read()
426 self.handle_read()
485 def handle_read(self): member in dispatcher
/external/grpc-grpc/test/core/end2end/
Dbad_server_response_test.cc133 static void handle_read(void* /*arg*/, grpc_error_handle error) { in handle_read() function
169 GRPC_CLOSURE_INIT(&on_read, handle_read, nullptr, grpc_schedule_on_exec_ctx); in on_connect()

12