Home
last modified time | relevance | path

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

12345

/third_party/grpc/test/core/surface/
Dserver_test.cc99 grpc_server_shutdown_and_notify(server1, cq, nullptr); in test_bind_server_twice()
100 grpc_server_shutdown_and_notify(server2, cq, nullptr); in test_bind_server_twice()
127 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()
Dsequential_connectivity_test.cc126 grpc_server_shutdown_and_notify(server, server_cq, nullptr); in run_test()
/third_party/grpc/test/core/end2end/
Dmultiple_server_queues_test.cc54 grpc_server_shutdown_and_notify(server, cq2, nullptr); in main()
Dgoaway_server_test.cc288 grpc_server_shutdown_and_notify(server1, cq, tag(0xdead1)); in main()
354 grpc_server_shutdown_and_notify(server2, cq, tag(0xdead2)); in main()
/third_party/grpc/test/core/bad_ssl/
Dserver_common.cc73 grpc_server_shutdown_and_notify(server, shutdown_cq, nullptr); in bad_ssl_run()
/third_party/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()
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_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()
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()
Drequest_with_flags.cc62 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000)); in shutdown_server()
Dcancel_after_invoke.cc68 grpc_server_shutdown_and_notify(f->server, f->cq, tag(1000)); in shutdown_server()
/third_party/grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc100 grpc_server_shutdown_and_notify(server, cq, tag(0xdead)); in LLVMFuzzerTestOneInput()
/third_party/grpc/test/core/transport/chttp2/
Dtoo_many_pings_test.cc168 grpc_server_shutdown_and_notify(server, cq, nullptr); in TEST()
/third_party/grpc/
Dgrpc.def63 grpc_server_shutdown_and_notify
/third_party/grpc/src/php/ext/grpc/
Dserver.c45 grpc_server_shutdown_and_notify(p->wrapped, completion_queue, NULL);

12345