Home
last modified time | relevance | path

Searched defs:do_connect (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/connect/
Dconnect.cc48 int do_connect([[maybe_unused]] unsigned int num_loops, [[maybe_unused]] const RawAddress& bd_addr, in do_connect() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/netfilter/
H A Dconnect_close.c40 static void do_connect(const struct sockaddr_in *dst) in do_connect() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/chat/
Dchat_client.cpp53 void do_connect(const tcp::resolver::results_type& endpoints) in do_connect() function in chat_client
/aosp_15_r20/external/liburing/test/
H A Dpoll-link.c173 static int test_poll_timeout(int do_connect, unsigned long timeout) in test_poll_timeout()
H A Daccept-link.c184 static int test_accept_timeout(int do_connect, unsigned long timeout) in test_accept_timeout()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dhci_socket.py302 def do_connect(self, args): member in HCIShell
/aosp_15_r20/trusty/user/app/storage/
Dipc.c86 static int do_connect(struct ipc_port_context* ctx, const uevent_t* ev) { in do_connect() function
/aosp_15_r20/external/curl/lib/
H A Dcfilters.h212 Curl_cft_connect *do_connect; /* establish connection */ member
H A Dcf-socket.c1240 static int do_connect(struct Curl_cfilter *cf, struct Curl_easy *data, in do_connect() function
/aosp_15_r20/external/python/bumble/apps/
Dconsole.py635 async def do_connect(self, params): member in ConsoleApp