Home
last modified time | relevance | path

Searched refs:grpc_channel_create (Results 1 – 16 of 16) sorted by relevance

/third_party/grpc/src/core/ext/transport/cronet/client/secure/
Dcronet_channel_create.cc62 grpc_channel_create(target, new_args, GRPC_CLIENT_DIRECT_CHANNEL, ct); in grpc_cronet_secure_channel_create()
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create_posix.cc61 grpc_channel_create(target, final_args, GRPC_CLIENT_DIRECT_CHANNEL, in grpc_insecure_channel_create_from_fd()
Dchannel_create.cc69 grpc_channel* channel = grpc_channel_create( in CreateChannel()
/third_party/grpc/test/core/end2end/fixtures/
Dh2_sockpair.cc66 cs->f->client = grpc_channel_create("socketpair-target", args, in client_setup_transport()
Dh2_sockpair+trace.cc71 cs->f->client = grpc_channel_create("socketpair-target", args, in client_setup_transport()
Dh2_sockpair_1byte.cc66 cs->f->client = grpc_channel_create("socketpair-target", args, in client_setup_transport()
/third_party/grpc/src/core/lib/surface/
Dchannel.h33 grpc_channel* grpc_channel_create(const char* target,
Dlame_client.cc151 grpc_channel_create(target, nullptr, GRPC_CLIENT_LAME_CHANNEL, nullptr); in grpc_lame_client_channel_create()
Dchannel.cc223 grpc_channel* grpc_channel_create(const char* target, in grpc_channel_create() function
Dserver.cc607 grpc_channel* channel = grpc_channel_create( in SetupTransport()
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc147 grpc_channel* channel = grpc_channel_create( in CreateChannel()
/third_party/grpc/test/core/end2end/fuzzers/
Dclient_fuzzer.cc64 grpc_channel* channel = grpc_channel_create( in LLVMFuzzerTestOneInput()
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc98 grpc_channel* channel = grpc_channel_create( in EndpointPairFixture()
/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h201 grpc_channel* channel = grpc_channel_create( in EndpointPairFixture()
/third_party/grpc/test/core/bad_connection/
Dclose_fd_test.cc92 g_ctx.client = grpc_channel_create("socketpair-target", args, in client_setup_transport()
/third_party/grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc1301 grpc_channel_create("inproc", client_args, GRPC_CLIENT_DIRECT_CHANNEL, in grpc_inproc_channel_create()