/external/grpc-grpc/test/core/end2end/tests/ |
D | max_concurrent_streams.cc | 103 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in simple_request_body() 247 c1 = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, in test_max_concurrent_streams() 251 c2 = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, in test_max_concurrent_streams() 489 c1 = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, in test_max_concurrent_streams_with_timeout_on_first() 493 c2 = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, in test_max_concurrent_streams_with_timeout_on_first() 685 c1 = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, in test_max_concurrent_streams_with_timeout_on_second() 689 c2 = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, in test_max_concurrent_streams_with_timeout_on_second()
|
D | filter_call_init_fails.cc | 120 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_server_channel_filter() 214 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_client_channel_filter() 303 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_client_subchannel_filter() 361 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_client_subchannel_filter()
|
D | cancel_in_a_vacuum.cc | 100 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_cancel_in_a_vacuum()
|
D | empty_batch.cc | 96 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in empty_batch_body()
|
D | max_connection_age.cc | 112 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_max_age_forcibly_close() 254 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_max_age_gracefully_close()
|
D | bad_ping.cc | 111 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_bad_ping() 270 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_pings_without_data()
|
D | negative_deadline.cc | 104 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in simple_request_body()
|
D | bad_hostname.cc | 103 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in simple_request_body()
|
D | max_message_length.cc | 183 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_max_message_length_on_request() 371 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_max_message_length_on_response()
|
D | cancel_with_status.cc | 107 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in simple_request_body()
|
D | shutdown_finishes_calls.cc | 95 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_early_server_shutdown_finishes_inflight_calls()
|
D | cancel_before_invoke.cc | 112 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_cancel_before_invoke()
|
D | authority_not_supported.cc | 115 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_with_authority_header()
|
D | call_creds.cc | 159 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in request_response_with_payload_and_call_creds() 395 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_request_with_server_rejecting_client_creds()
|
D | request_with_flags.cc | 111 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_invoke_request_with_flags()
|
D | cancel_after_invoke.cc | 116 c = grpc_channel_create_call(f.client, nullptr, GRPC_PROPAGATE_DEFAULTS, f.cq, in test_cancel_after_invoke()
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | propagation_bits.h | 43 #define GRPC_PROPAGATE_DEFAULTS \ macro
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_call_create.cc | 115 fixture.channel(), nullptr, GRPC_PROPAGATE_DEFAULTS, cq, method_hdl, in BM_CallCreateDestroy() 180 channel, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, rc, in BM_LameChannelCallCreateCore() 254 channel, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, rc, in BM_LameChannelCallCreateCoreSeparateBatch() 735 fixture.channel(), nullptr, GRPC_PROPAGATE_DEFAULTS, fixture.cq(), in BM_IsolatedCall_NoOp() 774 fixture.channel(), nullptr, GRPC_PROPAGATE_DEFAULTS, fixture.cq(), in BM_IsolatedCall_Unary() 806 fixture.channel(), nullptr, GRPC_PROPAGATE_DEFAULTS, fixture.cq(), in BM_IsolatedCall_StreamingSend()
|
/external/grpc-grpc/test/core/fling/ |
D | client.cc | 81 channel, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, in step_ping_pong_request() 99 channel, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, in init_ping_pong_stream()
|
/external/grpc-grpc/test/core/memory_usage/ |
D | client.cc | 77 channel, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, in init_ping_pong_request() 144 channel, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, call_type, &hostname, in send_snapshot_request()
|
/external/grpc-grpc/test/core/end2end/ |
D | no_server_test.cc | 51 chan, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, in run_test()
|
D | connection_refused_test.cc | 88 grpc_channel_create_call(chan, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, in run_test()
|
D | goaway_server_test.cc | 193 grpc_channel_create_call(chan, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, in main() 269 grpc_channel_create_call(chan, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, in main()
|
/external/grpc-grpc/test/core/bad_ssl/ |
D | bad_ssl_test.cc | 70 c = grpc_channel_create_call(channel, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, in run_test()
|
/external/grpc-grpc/test/core/surface/ |
D | lame_client_test.cc | 97 grpc_channel_create_call(chan, nullptr, GRPC_PROPAGATE_DEFAULTS, cq, in main()
|