Searched refs:async_resolve (Results 1 – 5 of 5) sorted by relevance
| /external/parameter-framework/asio-1.10.6/include/asio/ip/ |
| D | basic_resolver.hpp | 154 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()
|
| D | resolver_service.hpp | 95 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/ |
| D | resolver_service.hpp | 69 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
|
| /external/ot-br-posix/third_party/Simple-web-server/repo/ |
| D | client_https.hpp | 48 resolver.async_resolve(*query, [this] in connect()
|
| D | client_http.hpp | 403 resolver.async_resolve(*query, [this](const boost::system::error_code &ec, in connect()
|