Home
last modified time | relevance | path

Searched refs:grpc_set_tcp_client_impl (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_client.cc34 void grpc_set_tcp_client_impl(grpc_tcp_client_vtable* impl) { in grpc_set_tcp_client_impl() function
Dtcp_client.h50 void grpc_set_tcp_client_impl(grpc_tcp_client_vtable* impl);
Diomgr_posix.cc58 grpc_set_tcp_client_impl(&grpc_posix_tcp_client_vtable); in grpc_set_default_iomgr_platform()
Diomgr_posix_cfstream.cc66 grpc_set_tcp_client_impl(client_vtable); in grpc_set_default_iomgr_platform()
Diomgr_windows.cc78 grpc_set_tcp_client_impl(&grpc_windows_tcp_client_vtable); in grpc_set_default_iomgr_platform()
Dtcp_custom.cc52 grpc_set_tcp_client_impl(&custom_tcp_client_vtable); in grpc_custom_endpoint_init()
/external/grpc-grpc/test/cpp/end2end/
Dclient_lb_end2end_test.cc442 grpc_set_tcp_client_impl(&delayed_connect); in TEST_F()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc698 grpc_set_tcp_client_impl(&fuzz_tcp_client_vtable); in LLVMFuzzerTestOneInput()