Searched refs:on_connected (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/log/example/doc/ |
D | sources_net_connection.cpp | 44 void on_connected(std::string const& remote_addr) in on_connected() function in network_connection 117 conn.on_connected("11.22.33.44"); in main()
|
D | sources_net_connection_chan.cpp | 54 void on_connected(std::string const& remote_addr) in on_connected() function in network_connection 136 conn.on_connected("11.22.33.44"); in main()
|
D | sources_net_connection_dynamic_chan.cpp | 47 void on_connected(std::string const& remote_addr) in on_connected() function in network_connection 134 conn.on_connected("11.22.33.44"); in main()
|
/third_party/glib/gio/tests/ |
D | gsocketclient-slow.c | 22 on_connected (GObject *source_object, in on_connected() function 58 g_socket_client_connect_to_host_async (client, "localhost", port, NULL, on_connected, loop); in test_happy_eyeballs()
|
/third_party/grpc/src/core/lib/http/ |
D | httpcli.cc | 185 static void on_connected(void* arg, grpc_error* error) { in on_connected() function 209 GRPC_CLOSURE_INIT(&req->connected, on_connected, req, in next_address()
|