Home
last modified time | relevance | path

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

123456

/third_party/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 …]
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()
636 grpc_call_unref(c); in test_max_receive_message_length_on_compressed_request()
637 if (s != nullptr) grpc_call_unref(s); in test_max_receive_message_length_on_compressed_request()
792 grpc_call_unref(c); in test_max_receive_message_length_on_compressed_response()
793 if (s != nullptr) grpc_call_unref(s); in test_max_receive_message_length_on_compressed_response()
Dretry_cancellation.cc228 grpc_call_unref(s); in test_retry_cancellation()
261 grpc_call_unref(c); in test_retry_cancellation()
262 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()
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()
Dshutdown_finishes_calls.cc179 grpc_call_unref(c); in test_early_server_shutdown_finishes_inflight_calls()
180 grpc_call_unref(s); in test_early_server_shutdown_finishes_inflight_calls()
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()
Dkeepalive_timeout.cc215 grpc_call_unref(c); in test_keepalive_timeout()
216 grpc_call_unref(s); in test_keepalive_timeout()
424 grpc_call_unref(c); in test_read_delays_keepalive()
425 grpc_call_unref(s); in test_read_delays_keepalive()
Dserver_finishes_request.cc184 grpc_call_unref(c); in simple_request_body()
185 grpc_call_unref(s); in simple_request_body()
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()
Ddisappearing_server.cc184 grpc_call_unref(c); in do_request_and_shutdown_server()
185 grpc_call_unref(s); in do_request_and_shutdown_server()
Dregistered_call.cc188 grpc_call_unref(c); in simple_request_body()
189 grpc_call_unref(s); in simple_request_body()
Dhigh_initial_seqno.cc193 grpc_call_unref(c); in simple_request_body()
194 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()
Ddefault_host.cc212 grpc_call_unref(c); in test_invoke_simple_request()
213 grpc_call_unref(s); in test_invoke_simple_request()
/third_party/grpc/test/core/end2end/
Dgoaway_server_test.cc369 grpc_call_unref(call1); in main()
370 grpc_call_unref(call2); in main()
371 grpc_call_unref(server_call1); in main()
372 grpc_call_unref(server_call2); in main()
/third_party/grpc/test/core/transport/chttp2/
Dtoo_many_pings_test.cc118 grpc_call_unref(c); in PerformCall()
119 grpc_call_unref(s); in PerformCall()
/third_party/grpc/include/grpcpp/impl/codegen/
Dcallback_common.h130 g_core_codegen_interface->grpc_call_unref(call_); in Run()
181 g_core_codegen_interface->grpc_call_unref(call); in Clear()
/third_party/grpc/test/core/bad_connection/
Dclose_fd_test.cc344 grpc_call_unref(call); in _test_close_before_server_recv()
345 grpc_call_unref(server_call); in _test_close_before_server_recv()
542 grpc_call_unref(call); in _test_close_before_server_send()
543 grpc_call_unref(server_call); in _test_close_before_server_send()
671 grpc_call_unref(call); in _test_close_before_client_send()
725 grpc_call_unref(call); in _test_close_before_call_create()
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc111 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()
727 grpc_call_unref(grpc_channel_create_registered_call( in BM_IsolatedCall_NoOp()
772 grpc_call_unref(call); in BM_IsolatedCall_Unary()
813 grpc_call_unref(call); in BM_IsolatedCall_StreamingSend()
/third_party/grpc/src/cpp/common/
Dcore_codegen.cc122 void CoreCodegen::grpc_call_unref(grpc_call* call) { ::grpc_call_unref(call); } in grpc_call_unref() function in grpc::CoreCodegen

123456