Home
last modified time | relevance | path

Searched refs:shutdown_client (Results 1 – 25 of 80) sorted by relevance

1234

/external/grpc-grpc/test/core/end2end/tests/
Dno_op.cc70 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
78 shutdown_client(f); in end_test()
Dshutdown_finishes_tags.cc59 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
66 shutdown_client(f); in end_test()
Dcancel_in_a_vacuum.cc75 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
83 shutdown_client(f); in end_test()
Dempty_batch.cc72 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
80 shutdown_client(f); in end_test()
Dnegative_deadline.cc73 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
81 shutdown_client(f); in end_test()
Dbad_hostname.cc72 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
80 shutdown_client(f); in end_test()
Dcancel_with_status.cc76 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
84 shutdown_client(f); in end_test()
Dcancel_before_invoke.cc73 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
81 shutdown_client(f); in end_test()
Dauthority_not_supported.cc70 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
78 shutdown_client(f); in end_test()
Dshutdown_finishes_calls.cc59 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
66 shutdown_client(f); in end_test()
Drequest_with_flags.cc71 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
79 shutdown_client(f); in end_test()
Dcancel_after_invoke.cc77 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
85 shutdown_client(f); in end_test()
Dgraceful_server_shutdown.cc65 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
73 shutdown_client(f); in end_test()
Ddisappearing_server.cc53 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
61 shutdown_client(f); in end_test()
Dserver_finishes_request.cc72 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
80 shutdown_client(f); in end_test()
Dhigh_initial_seqno.cc74 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
82 shutdown_client(f); in end_test()
Dkeepalive_timeout.cc76 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
84 shutdown_client(f); in end_test()
Ddefault_host.cc72 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
80 shutdown_client(f); in end_test()
Dregistered_call.cc73 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
81 shutdown_client(f); in end_test()
Dcall_host_override.cc81 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
89 shutdown_client(f); in end_test()
Dnetwork_status_change.cc73 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
81 shutdown_client(f); in end_test()
Dretry_disabled.cc80 static void shutdown_client(grpc_end2end_test_fixture* f) { in shutdown_client() function
88 shutdown_client(f); in end_test()
Dretry_throttled.cc80 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/
Dbad_client.cc79 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/
Dhttp_proxy_fixture.cc164 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()

1234