Home
last modified time | relevance | path

Searched refs:async_resolve (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_resolver.hpp154 async_resolve(const query& q, in ASIO_INITFN_RESULT_TYPE()
162 return this->service.async_resolve(this->implementation, q, in ASIO_INITFN_RESULT_TYPE()
247 async_resolve(const endpoint_type& e, in ASIO_INITFN_RESULT_TYPE()
255 return this->service.async_resolve(this->implementation, e, in ASIO_INITFN_RESULT_TYPE()
Dresolver_service.hpp95 async_resolve(implementation_type& impl, const query_type& query, in ASIO_INITFN_RESULT_TYPE()
102 service_impl_.async_resolve(impl, query, init.handler); in ASIO_INITFN_RESULT_TYPE()
118 async_resolve(implementation_type& impl, const endpoint_type& endpoint, in ASIO_INITFN_RESULT_TYPE()
125 service_impl_.async_resolve(impl, endpoint, init.handler); in ASIO_INITFN_RESULT_TYPE()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolver_service.hpp69 void async_resolve(implementation_type& impl, in async_resolve() function in asio::detail::resolver_service
101 void async_resolve(implementation_type& impl, in async_resolve() function in asio::detail::resolver_service