/external/grpc-grpc/test/core/end2end/tests/ |
D | no_op.cc | 70 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 78 shutdown_client(f); in end_test()
|
D | shutdown_finishes_tags.cc | 59 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 66 shutdown_client(f); in end_test()
|
D | cancel_in_a_vacuum.cc | 75 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 83 shutdown_client(f); in end_test()
|
D | empty_batch.cc | 72 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 80 shutdown_client(f); in end_test()
|
D | negative_deadline.cc | 73 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 81 shutdown_client(f); in end_test()
|
D | bad_hostname.cc | 72 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 80 shutdown_client(f); in end_test()
|
D | cancel_with_status.cc | 76 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 84 shutdown_client(f); in end_test()
|
D | cancel_before_invoke.cc | 73 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 81 shutdown_client(f); in end_test()
|
D | authority_not_supported.cc | 70 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 78 shutdown_client(f); in end_test()
|
D | shutdown_finishes_calls.cc | 59 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 66 shutdown_client(f); in end_test()
|
D | request_with_flags.cc | 71 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 79 shutdown_client(f); in end_test()
|
D | cancel_after_invoke.cc | 77 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 85 shutdown_client(f); in end_test()
|
D | graceful_server_shutdown.cc | 65 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 73 shutdown_client(f); in end_test()
|
D | disappearing_server.cc | 53 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 61 shutdown_client(f); in end_test()
|
D | server_finishes_request.cc | 72 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 80 shutdown_client(f); in end_test()
|
D | high_initial_seqno.cc | 74 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 82 shutdown_client(f); in end_test()
|
D | keepalive_timeout.cc | 76 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 84 shutdown_client(f); in end_test()
|
D | default_host.cc | 72 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 80 shutdown_client(f); in end_test()
|
D | registered_call.cc | 73 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 81 shutdown_client(f); in end_test()
|
D | call_host_override.cc | 81 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 89 shutdown_client(f); in end_test()
|
D | network_status_change.cc | 73 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 81 shutdown_client(f); in end_test()
|
D | retry_disabled.cc | 80 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 88 shutdown_client(f); in end_test()
|
D | retry_throttled.cc | 80 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function 88 shutdown_client(f); in end_test()
|
/external/grpc-grpc/test/core/bad_client/ |
D | bad_client.cc | 79 static void shutdown_client(grpc_endpoint** client_fd) { in shutdown_client() function 129 shutdown_client(&sfd->client); in grpc_run_client_side_validator() 170 shutdown_client(&sfd->client); in grpc_run_client_side_validator() 237 shutdown_client(&sfd.client); in grpc_run_bad_client_test()
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | http_proxy_fixture.cc | 164 bool shutdown_client = false; in proxy_connection_failed() local 167 shutdown_client = true; in proxy_connection_failed() 173 shutdown_client = true; in proxy_connection_failed() 182 if (shutdown_client && !conn->client_shutdown) { in proxy_connection_failed()
|