Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/ext/transport/chttp2/client/
Dchttp2_connector.cc87 grpc_endpoint_shutdown(c->endpoint, GRPC_ERROR_REF(why)); in chttp2_connector_shutdown()
106 grpc_endpoint_shutdown(args->endpoint, GRPC_ERROR_REF(error)); in on_handshake_done()
186 grpc_endpoint_shutdown(c->endpoint, GRPC_ERROR_REF(error)); in connected()
/external/grpc-grpc/test/core/iomgr/
Dendpoint_tests.cc223 grpc_endpoint_shutdown( in read_and_write_test()
226 grpc_endpoint_shutdown( in read_and_write_test()
287 grpc_endpoint_shutdown(f.client_ep, in multiple_shutdown_test()
300 grpc_endpoint_shutdown(f.client_ep, in multiple_shutdown_test()
Dtcp_client_uv_test.cc60 grpc_endpoint_shutdown(g_connecting, GRPC_ERROR_CREATE_FROM_STATIC_STRING( in must_succeed()
Dtcp_client_posix_test.cc66 grpc_endpoint_shutdown(g_connecting, GRPC_ERROR_CREATE_FROM_STATIC_STRING( in must_succeed()
Dtcp_server_uv_test.cc101 grpc_endpoint_shutdown(tcp, in on_connect()
Dtcp_server_posix_test.cc149 grpc_endpoint_shutdown(tcp, in on_connect()
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
DCFStreamEndpointTests.mm198 grpc_endpoint_shutdown(ep_, GRPC_ERROR_NONE);
243 grpc_endpoint_shutdown(ep_, GRPC_ERROR_NONE);
295 grpc_endpoint_shutdown(ep_, GRPC_ERROR_NONE);
321 grpc_endpoint_shutdown(ep_, GRPC_ERROR_NONE);
DCFStreamClientTests.mm49 grpc_endpoint_shutdown(g_connecting, GRPC_ERROR_CREATE_FROM_STATIC_STRING("must_succeed called"));
/external/grpc-grpc/test/core/security/
Dsecure_endpoint_test.cc192 grpc_endpoint_shutdown( in test_leftover()
194 grpc_endpoint_shutdown( in test_leftover()
Dssl_server_fuzzer.cc105 grpc_endpoint_shutdown( in LLVMFuzzerTestOneInput()
/external/grpc-grpc/src/core/lib/iomgr/
Dendpoint.cc49 void grpc_endpoint_shutdown(grpc_endpoint* ep, grpc_error* why) { in grpc_endpoint_shutdown() function
Dendpoint.h83 void grpc_endpoint_shutdown(grpc_endpoint* ep, grpc_error* why);
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc110 grpc_endpoint_shutdown(handshaker->args->endpoint, GRPC_ERROR_REF(error)); in handshake_failed_locked()
243 grpc_endpoint_shutdown(handshaker->args->endpoint, GRPC_ERROR_REF(why)); in http_connect_handshaker_shutdown()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc121 grpc_endpoint_shutdown(args->endpoint, GRPC_ERROR_NONE); in on_handshake_done()
174 grpc_endpoint_shutdown(tcp, GRPC_ERROR_NONE); in on_accept()
/external/grpc-grpc/test/core/util/
Dreconnect_server.cc69 grpc_endpoint_shutdown(tcp, in on_connect()
Dtrickle_endpoint.cc106 grpc_endpoint_shutdown(te->wrapped, why); in te_shutdown()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc136 grpc_endpoint_shutdown(h->args->endpoint, GRPC_ERROR_REF(error)); in security_handshake_failed_locked()
384 grpc_endpoint_shutdown(h->args->endpoint, GRPC_ERROR_REF(why)); in security_handshaker_shutdown()
Dsecure_endpoint.cc350 grpc_endpoint_shutdown(ep->wrapped_ep, why); in endpoint_shutdown()
/external/grpc-grpc/test/core/transport/chttp2/
Dsettings_timeout_test.cc145 grpc_endpoint_shutdown(endpoint_, in ReadUntilError()
/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc183 grpc_endpoint_shutdown(conn->client_endpoint, GRPC_ERROR_REF(error)); in proxy_connection_failed()
188 grpc_endpoint_shutdown(conn->server_endpoint, GRPC_ERROR_REF(error)); in proxy_connection_failed()
/external/grpc-grpc/test/core/surface/
Dconcurrent_connectivity_test.cc113 grpc_endpoint_shutdown(tcp, in on_connect()
/external/grpc-grpc/test/core/bad_client/
Dbad_client.cc81 grpc_endpoint_shutdown( in shutdown_client()
/external/grpc-grpc/test/core/end2end/
Dbad_server_response_test.cc294 grpc_endpoint_shutdown(state.tcp, in run_test()
/external/grpc-grpc/src/core/lib/channel/
Dhandshaker.cc234 grpc_endpoint_shutdown(mgr->args.endpoint, GRPC_ERROR_REF(error)); in call_next_handshaker_locked()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc641 grpc_endpoint_shutdown(t->ep, GRPC_ERROR_REF(error)); in close_transport_locked()