Home
last modified time | relevance | path

Searched refs:grpc_iomgr_create_endpoint_pair (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dendpoint_pair_uv.cc31 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair() function
Dendpoint_pair.h31 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name,
Dendpoint_pair_posix.cc52 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name, in grpc_iomgr_create_endpoint_pair() function
Dendpoint_pair_windows.cc73 grpc_endpoint_pair grpc_iomgr_create_endpoint_pair( in grpc_iomgr_create_endpoint_pair() function
/external/grpc-grpc/test/core/iomgr/
Dfd_conservation_posix_test.cc46 p = grpc_iomgr_create_endpoint_pair("test", nullptr); in main()
Dendpoint_pair_test.cc43 grpc_endpoint_pair p = grpc_iomgr_create_endpoint_pair("test", &args); in create_fixture_endpoint_pair()
/external/grpc-grpc/test/core/end2end/fixtures/
Dh2_sockpair.cc82 *sfd = grpc_iomgr_create_endpoint_pair("fixture", nullptr); in chttp2_create_fixture_socketpair()
Dh2_sockpair+trace.cc87 *sfd = grpc_iomgr_create_endpoint_pair("fixture", nullptr); in chttp2_create_fixture_socketpair()
Dh2_sockpair_1byte.cc93 *sfd = grpc_iomgr_create_endpoint_pair("fixture", &args); in chttp2_create_fixture_socketpair()
/external/grpc-grpc/test/core/security/
Dsecure_endpoint_test.cc62 tcp = grpc_iomgr_create_endpoint_pair("fixture", &args); in secure_endpoint_create_fixture_tcp_socketpair()
/external/grpc-grpc/test/core/bad_client/
Dbad_client.cc199 sfd = grpc_iomgr_create_endpoint_pair("fixture", nullptr); in grpc_run_bad_client_test()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h264 grpc_iomgr_create_endpoint_pair("test", nullptr),