Home
last modified time | relevance | path

Searched refs:grpc_server_shutdown_and_notify (Results 1 – 25 of 112) sorted by relevance

12345

/external/grpc-grpc/test/core/surface/
Dserver_test.cc96 grpc_server_shutdown_and_notify(server1, cq, nullptr); in test_bind_server_twice()
97 grpc_server_shutdown_and_notify(server2, cq, nullptr); in test_bind_server_twice()
125 grpc_server_shutdown_and_notify(server, cq, nullptr); in test_bind_server_to_addr()
Dserver_chttp2_test.cc61 grpc_server_shutdown_and_notify(server, cq, nullptr); in test_add_same_port_twice()
Dsequential_connectivity_test.cc95 grpc_server_shutdown_and_notify(server, server_cq, nullptr); in run_test()
/external/grpc-grpc/test/core/end2end/
Dmultiple_server_queues_test.cc54 grpc_server_shutdown_and_notify(server, cq2, nullptr); in main()
Dgoaway_server_test.cc262 grpc_server_shutdown_and_notify(server1, cq, tag(0xdead1)); in main()
329 grpc_server_shutdown_and_notify(server2, cq, tag(0xdead2)); in main()
/external/grpc-grpc/test/core/bad_ssl/
Dserver_common.cc73 grpc_server_shutdown_and_notify(server, shutdown_cq, nullptr); in bad_ssl_run()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_fixtures.h100 grpc_server_shutdown_and_notify(server_->c_server(), cq_->cq(), in ~FullstackFixture()
229 grpc_server_shutdown_and_notify(server_->c_server(), cq_->cq(), in ~EndpointPairFixture()
/external/grpc-grpc/test/core/end2end/tests/
Dno_op.cc61 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000)); in shutdown_server()
Dshutdown_finishes_tags.cc92 grpc_server_shutdown_and_notify(f.server, f.cq, tag(1000)); in test_early_server_shutdown_finishes_tags()
Dcancel_in_a_vacuum.cc66 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000)); in shutdown_server()
Dping.cc93 grpc_server_shutdown_and_notify(f.server, f.cq, tag(0xdead)); in test_ping()
Dempty_batch.cc63 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000)); in shutdown_server()
Dmax_connection_age.cc199 grpc_server_shutdown_and_notify(f.server, f.cq, tag(0xdead)); in test_max_age_forcibly_close()
334 grpc_server_shutdown_and_notify(f.server, f.cq, tag(0xdead)); in test_max_age_gracefully_close()
Dbad_ping.cc198 grpc_server_shutdown_and_notify(f.server, f.cq, tag(0xdead)); in test_bad_ping()
356 grpc_server_shutdown_and_notify(f.server, f.cq, tag(0xdead)); in test_pings_without_data()
Dconnectivity.cc141 grpc_server_shutdown_and_notify(f.server, f.cq, tag(0xdead)); in test_connectivity()
Dnegative_deadline.cc64 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000)); in shutdown_server()
Dbad_hostname.cc63 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000)); in shutdown_server()
Dcancel_with_status.cc67 grpc_server_shutdown_and_notify(f->server, f->cq, tag(1000)); in shutdown_server()
Dshutdown_finishes_calls.cc159 grpc_server_shutdown_and_notify(f.server, f.cq, tag(1000)); in test_early_server_shutdown_finishes_inflight_calls()
Dcancel_before_invoke.cc64 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000)); in shutdown_server()
Dauthority_not_supported.cc61 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000)); in shutdown_server()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc104 grpc_server_shutdown_and_notify(server, cq, tag(0xdead)); in LLVMFuzzerTestOneInput()
/external/grpc-grpc/
Dgrpc.def62 grpc_server_shutdown_and_notify
/external/grpc-grpc/test/core/handshake/
Dserver_ssl_common.cc113 grpc_server_shutdown_and_notify(server, cq, nullptr); in server_thread()
/external/grpc-grpc/src/php/ext/grpc/
Dserver.c40 grpc_server_shutdown_and_notify(p->wrapped, completion_queue, NULL);

12345