Searched refs:async_connect (Results 1 – 5 of 5) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | connect.hpp | 518 async_connect(basic_socket<Protocol, SocketService>& s, 589 async_connect(basic_socket<Protocol, SocketService>& s, 699 async_connect(basic_socket<Protocol, SocketService>& s, Iterator begin, 808 async_connect(basic_socket<Protocol, SocketService>& s,
|
D | stream_socket_service.hpp | 186 async_connect(implementation_type& impl, in ASIO_INITFN_RESULT_TYPE() 194 service_impl_.async_connect(impl, peer_endpoint, init.handler); in ASIO_INITFN_RESULT_TYPE()
|
D | basic_socket.hpp | 730 async_connect(const endpoint_type& peer_endpoint, in ASIO_INITFN_RESULT_TYPE() 757 return this->get_service().async_connect(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
|
/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
D | connect.hpp | 221 socket_.async_connect(*iter_, in operator ()() 320 async_connect(basic_socket<Protocol, SocketService>& s, in ASIO_INITFN_RESULT_TYPE() 345 async_connect(basic_socket<Protocol, SocketService>& s, in ASIO_INITFN_RESULT_TYPE() 371 async_connect(basic_socket<Protocol, SocketService>& s, in ASIO_INITFN_RESULT_TYPE() 397 async_connect(basic_socket<Protocol, SocketService>& s, in ASIO_INITFN_RESULT_TYPE()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 425 void async_connect(implementation_type& impl, in async_connect() function in asio::detail::reactive_socket_service
|