Home
last modified time | relevance | path

Searched defs:async_connect (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_client_posix.cc61 struct async_connect { struct
79 absl::flat_hash_map<int64_t, async_connect*> pending_connections argument
H A Dtcp_client_windows.cc49 struct async_connect { struct
61 static void async_connect_unlock_and_cleanup(async_connect* ac, in async_connect_unlock_and_cleanup() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_client_posix.cc60 struct async_connect { struct
78 absl::flat_hash_map<int64_t, async_connect*> pending_connections argument
Dtcp_client_windows.cc49 struct async_connect { struct
61 static void async_connect_unlock_and_cleanup(async_connect* ac, in async_connect_unlock_and_cleanup() argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwinrt_ssocket_service.hpp223 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::winrt_ssocket_service
Dreactive_socket_service.hpp500 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service
Dwin_iocp_socket_service.hpp556 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::win_iocp_socket_service
Dnull_socket_service.hpp505 void async_connect(implementation_type&, const endpoint_type&, in async_connect() function in boost::asio::detail::null_socket_service
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/detail/
Dreactive_socket_service_ext.hpp433 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext
Dreactive_socket_service_ext_local.hpp433 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext_local
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service.hpp425 void async_connect(implementation_type& impl, in async_connect() function in asio::detail::reactive_socket_service
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/detail/
Dreactive_socket_service_ext_local.hpp500 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext_local
Dreactive_socket_service_ext.hpp502 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/detail/
Dreactive_socket_service_ext_local.hpp478 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext_local
Dreactive_socket_service_ext.hpp478 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/detail/
Dreactive_socket_service_ext_local.hpp478 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext_local
Dreactive_socket_service_ext.hpp478 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/detail/
Dreactive_socket_service_ext_local.hpp478 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext_local
Dreactive_socket_service_ext.hpp478 void async_connect(implementation_type& impl, in async_connect() function in boost::asio::detail::reactive_socket_service_ext
/aosp_15_r20/trusty/user/base/lib/tipc/test/main/
Dmain.c539 TEST(ipc, async_connect) { in TEST() argument
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_manager_unittest.cc2589 SequencedSocketData async_connect(MockConnect(ASYNC, OK), in TEST_F() local