Home
last modified time | relevance | path

Searched refs:GRPC_CLIENT_CHANNEL (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dchannel_stack_type.cc26 case GRPC_CLIENT_CHANNEL: in grpc_channel_stack_type_is_client()
44 case GRPC_CLIENT_CHANNEL: in grpc_channel_stack_type_string()
Dchannel_stack_type.h28 GRPC_CLIENT_CHANNEL, enumerator
/external/grpc-grpc/test/core/channel/
Dchannel_stack_builder_test.cc124 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, in init_plugin()
127 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, in init_plugin()
Dminimal_stack_is_minimal_test.cc83 errors += CHECK_STACK(nullptr, &minimal_stack_args, GRPC_CLIENT_CHANNEL, in main()
103 errors += CHECK_STACK(nullptr, nullptr, GRPC_CLIENT_CHANNEL, "client-channel", in main()
/external/grpc-grpc/test/cpp/common/
Dchannel_filter_test.cc53 "myfilter", GRPC_CLIENT_CHANNEL, INT_MAX, nullptr); in TEST()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel_plugin.cc59 GRPC_CLIENT_CHANNEL, GRPC_CHANNEL_INIT_BUILTIN_PRIORITY, append_filter, in grpc_client_channel_init()
/external/grpc-grpc/src/cpp/ext/filters/census/
Dgrpc_plugin.cc35 "opencensus_client", GRPC_CLIENT_CHANNEL, INT_MAX /* priority */, in RegisterOpenCensusPlugin()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc70 grpc_channel_create(target, new_args, GRPC_CLIENT_CHANNEL, nullptr); in client_channel_factory_create_channel()
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc183 grpc_channel_create(target, new_args, GRPC_CLIENT_CHANNEL, nullptr); in client_channel_factory_create_channel()
/external/grpc-grpc/test/core/end2end/tests/
Dfilter_latency.cc329 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, in init_plugin()
Dfilter_status_code.cc377 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, in init_plugin()
Dfilter_call_init_fails.cc492 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, in init_plugin()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc708 channel_ = grpc_channel_create_with_builder(builder, GRPC_CLIENT_CHANNEL); in IsolatedCallFixture()