Home
last modified time | relevance | path

Searched refs:on_connected (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/log/example/doc/
Dsources_net_connection.cpp44 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()
Dsources_net_connection_chan.cpp54 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()
Dsources_net_connection_dynamic_chan.cpp47 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/
Dgsocketclient-slow.c22 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/
Dhttpcli.cc185 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()