Home
last modified time | relevance | path

Searched refs:async_accept (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket_acceptor.hpp1003 async_accept(basic_socket<Protocol1, SocketService>& peer, in ASIO_INITFN_RESULT_TYPE()
1011 return this->get_service().async_accept(this->get_implementation(), in ASIO_INITFN_RESULT_TYPE()
1115 async_accept(basic_socket<protocol_type, SocketService>& peer, in ASIO_INITFN_RESULT_TYPE()
1122 return this->get_service().async_accept(this->get_implementation(), peer, in ASIO_INITFN_RESULT_TYPE()
Dsocket_acceptor_service.hpp235 async_accept(implementation_type& impl, in ASIO_INITFN_RESULT_TYPE()
245 service_impl_.async_accept(impl, peer, peer_endpoint, init.handler); in ASIO_INITFN_RESULT_TYPE()
/external/parameter-framework/upstream/asio/stub/
Dasio.hpp71 void async_accept(const dummy_base &, const dummy_base &) const {}; in async_accept() function
/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp157 _acceptor.async_accept(_socket, peerHandler); in acceptRegister()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp394 void async_accept(implementation_type& impl, Socket& peer, in async_accept() function in asio::detail::reactive_socket_service