Home
last modified time | relevance | path

Searched refs:grpc_call_unref (Results 1 – 25 of 126) sorted by relevance

123456

/external/grpc-grpc/test/core/end2end/tests/
Dmax_concurrent_streams.cc186 grpc_call_unref(c); in simple_request_body()
187 grpc_call_unref(s); in simple_request_body()
420 grpc_call_unref(c1); in test_max_concurrent_streams()
421 grpc_call_unref(s1); in test_max_concurrent_streams()
422 grpc_call_unref(c2); in test_max_concurrent_streams()
423 grpc_call_unref(s2); in test_max_concurrent_streams()
616 grpc_call_unref(c1); in test_max_concurrent_streams_with_timeout_on_first()
617 grpc_call_unref(s1); in test_max_concurrent_streams_with_timeout_on_first()
618 grpc_call_unref(c2); in test_max_concurrent_streams_with_timeout_on_first()
619 grpc_call_unref(s2); in test_max_concurrent_streams_with_timeout_on_first()
[all …]
Dretry_cancellation.cc226 grpc_call_unref(s); in test_retry_cancellation()
259 grpc_call_unref(c); in test_retry_cancellation()
260 grpc_call_unref(s); in test_retry_cancellation()
Dmax_connection_age.cc203 grpc_call_unref(s); in test_max_age_forcibly_close()
216 grpc_call_unref(c); in test_max_age_forcibly_close()
338 grpc_call_unref(s); in test_max_age_gracefully_close()
352 grpc_call_unref(c); in test_max_age_gracefully_close()
Dbad_ping.cc202 grpc_call_unref(s); in test_bad_ping()
215 grpc_call_unref(c); in test_bad_ping()
365 grpc_call_unref(s); in test_pings_without_data()
376 grpc_call_unref(c); in test_pings_without_data()
Dretry_too_many_attempts.cc223 grpc_call_unref(s); in test_retry_too_many_attempts()
281 grpc_call_unref(c); in test_retry_too_many_attempts()
282 grpc_call_unref(s); in test_retry_too_many_attempts()
Dretry_server_pushback_disabled.cc229 grpc_call_unref(s); in test_retry_server_pushback_disabled()
288 grpc_call_unref(c); in test_retry_server_pushback_disabled()
289 grpc_call_unref(s); in test_retry_server_pushback_disabled()
Dmax_message_length.cc278 grpc_call_unref(c); in test_max_message_length_on_request()
279 if (s != nullptr) grpc_call_unref(s); in test_max_message_length_on_request()
470 grpc_call_unref(c); in test_max_message_length_on_response()
471 if (s != nullptr) grpc_call_unref(s); in test_max_message_length_on_response()
Dretry_server_pushback_delay.cc231 grpc_call_unref(s); in test_retry_server_pushback_delay()
300 grpc_call_unref(c); in test_retry_server_pushback_delay()
301 grpc_call_unref(s); in test_retry_server_pushback_delay()
Dretry.cc230 grpc_call_unref(s); in test_retry()
307 grpc_call_unref(c); in test_retry()
308 grpc_call_unref(s); in test_retry()
Dshutdown_finishes_calls.cc181 grpc_call_unref(c); in test_early_server_shutdown_finishes_inflight_calls()
182 grpc_call_unref(s); in test_early_server_shutdown_finishes_inflight_calls()
Dfilter_call_init_fails.cc180 grpc_call_unref(c); in test_server_channel_filter()
269 grpc_call_unref(c); in test_client_channel_filter()
356 grpc_call_unref(c); in test_client_subchannel_filter()
382 grpc_call_unref(c); in test_client_subchannel_filter()
Dgraceful_server_shutdown.cc180 grpc_call_unref(s); in test_early_server_shutdown_finishes_inflight_calls()
192 grpc_call_unref(c); in test_early_server_shutdown_finishes_inflight_calls()
Dserver_finishes_request.cc184 grpc_call_unref(c); in simple_request_body()
185 grpc_call_unref(s); in simple_request_body()
Ddisappearing_server.cc176 grpc_call_unref(c); in do_request_and_shutdown_server()
177 grpc_call_unref(s); in do_request_and_shutdown_server()
Dkeepalive_timeout.cc211 grpc_call_unref(c); in test_keepalive_timeout()
212 grpc_call_unref(s); in test_keepalive_timeout()
Dregistered_call.cc188 grpc_call_unref(c); in simple_request_body()
189 grpc_call_unref(s); in simple_request_body()
Ddefault_host.cc212 grpc_call_unref(c); in test_invoke_simple_request()
213 grpc_call_unref(s); in test_invoke_simple_request()
Dhigh_initial_seqno.cc190 grpc_call_unref(c); in simple_request_body()
191 grpc_call_unref(s); in simple_request_body()
Dcall_host_override.cc217 grpc_call_unref(c); in test_invoke_simple_request()
218 grpc_call_unref(s); in test_invoke_simple_request()
Dretry_streaming_succeeds_before_replay_finished.cc295 grpc_call_unref(s); in test_retry_streaming_succeeds_before_replay_finished()
381 grpc_call_unref(c); in test_retry_streaming_succeeds_before_replay_finished()
382 grpc_call_unref(s); in test_retry_streaming_succeeds_before_replay_finished()
/external/grpc-grpc/test/core/end2end/
Dgoaway_server_test.cc344 grpc_call_unref(call1); in main()
345 grpc_call_unref(call2); in main()
346 grpc_call_unref(server_call1); in main()
347 grpc_call_unref(server_call2); in main()
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcallback_common.h105 g_core_codegen_interface->grpc_call_unref(call_); in Run()
157 g_core_codegen_interface->grpc_call_unref(call_); in Run()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc114 grpc_call_unref(grpc_channel_create_registered_call( in BM_CallCreateDestroy()
219 grpc_call_unref(call); in BM_LameChannelCallCreateCore()
302 grpc_call_unref(call); in BM_LameChannelCallCreateCoreSeparateBatch()
734 grpc_call_unref(grpc_channel_create_registered_call( in BM_IsolatedCall_NoOp()
779 grpc_call_unref(call); in BM_IsolatedCall_Unary()
820 grpc_call_unref(call); in BM_IsolatedCall_StreamingSend()
/external/grpc-grpc/src/cpp/common/
Dcore_codegen.cc111 void CoreCodegen::grpc_call_unref(grpc_call* call) { ::grpc_call_unref(call); } in grpc_call_unref() function in grpc::CoreCodegen
/external/grpc-grpc/test/core/fling/
Dclient.cc88 grpc_call_unref(call); in step_ping_pong_request()
223 grpc_call_unref(call); in main()

123456