/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server2/ |
D | connection.cpp | 34 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()
|
D | connection.hpp | 45 void handle_read(const boost::system::error_code& e,
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/ |
D | connection.cpp | 35 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()
|
D | connection.hpp | 45 void handle_read(const boost::system::error_code& e,
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/echo/ |
D | async_tcp_echo_server.cpp | 34 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/ |
D | connection.cpp | 36 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()
|
D | connection.hpp | 50 void handle_read(const boost::system::error_code& e,
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/local/ |
D | stream_server.cpp | 40 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()
|
D | connect_pair.cpp | 40 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/ |
D | server.cpp | 45 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()
|
D | client.cpp | 97 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/ |
D | server.cpp | 184 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/ |
D | process_per_connection.cpp | 111 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/ |
D | client.cpp | 51 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/ |
D | async_tcp_client.cpp | 195 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/ |
D | async_tcp_client.cpp | 194 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
|
D | server.cpp | 211 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/ |
D | third_party_lib.cpp | 120 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/ |
D | buffered_read_stream.cpp | 229 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()
|
D | buffered_write_stream.cpp | 236 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()
|
D | buffered_stream.cpp | 247 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/ |
D | bluetooth_gatt_server.py | 68 def handle_read(self): member in BluetoothGATTServer
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired.c | 120 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/ |
D | asyncore.py | 424 self.handle_read() 426 self.handle_read() 485 def handle_read(self): member in dispatcher
|
/external/grpc-grpc/test/core/end2end/ |
D | bad_server_response_test.cc | 133 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()
|