Searched refs:GRPC_CLIENT_CHANNEL (Results 1 – 13 of 13) sorted by relevance
/external/grpc-grpc/src/core/lib/surface/ |
D | channel_stack_type.cc | 26 case GRPC_CLIENT_CHANNEL: in grpc_channel_stack_type_is_client() 44 case GRPC_CLIENT_CHANNEL: in grpc_channel_stack_type_string()
|
D | channel_stack_type.h | 28 GRPC_CLIENT_CHANNEL, enumerator
|
/external/grpc-grpc/test/core/channel/ |
D | channel_stack_builder_test.cc | 124 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()
|
D | minimal_stack_is_minimal_test.cc | 83 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/ |
D | channel_filter_test.cc | 53 "myfilter", GRPC_CLIENT_CHANNEL, INT_MAX, nullptr); in TEST()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | client_channel_plugin.cc | 59 GRPC_CLIENT_CHANNEL, GRPC_CHANNEL_INIT_BUILTIN_PRIORITY, append_filter, in grpc_client_channel_init()
|
/external/grpc-grpc/src/cpp/ext/filters/census/ |
D | grpc_plugin.cc | 35 "opencensus_client", GRPC_CLIENT_CHANNEL, INT_MAX /* priority */, in RegisterOpenCensusPlugin()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/ |
D | channel_create.cc | 70 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/ |
D | secure_channel_create.cc | 183 grpc_channel_create(target, new_args, GRPC_CLIENT_CHANNEL, nullptr); in client_channel_factory_create_channel()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | filter_latency.cc | 329 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, in init_plugin()
|
D | filter_status_code.cc | 377 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, in init_plugin()
|
D | filter_call_init_fails.cc | 492 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, in init_plugin()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_call_create.cc | 708 channel_ = grpc_channel_create_with_builder(builder, GRPC_CLIENT_CHANNEL); in IsolatedCallFixture()
|