Home
last modified time | relevance | path

Searched refs:grpc_tcp_server_create (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/core/iomgr/
Dtcp_server_uv_test.cc120 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op()
127 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op_with_start()
138 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op_with_port()
157 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op_with_port_and_start()
226 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_connect()
Dtcp_server_posix_test.cc168 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op()
175 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op_with_start()
187 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op_with_port()
207 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op_with_port_and_start()
303 grpc_tcp_server_create(nullptr, channel_args, &s)); in test_connect()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_server.cc25 grpc_error* grpc_tcp_server_create(grpc_closure* shutdown_complete, in grpc_tcp_server_create() function
Dtcp_server.h69 grpc_error* grpc_tcp_server_create(grpc_closure* shutdown_complete,
/external/grpc-grpc/test/core/util/
Dtest_tcp_server.cc67 grpc_error* error = grpc_tcp_server_create(&server->shutdown_complete, in test_tcp_server_start()
/external/grpc-grpc/test/core/surface/
Dconcurrent_connectivity_test.cc130 grpc_error* error = grpc_tcp_server_create(nullptr, nullptr, &s); in bad_server_thread()
/external/grpc-grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc277 err = grpc_tcp_server_create(&state->tcp_server_shutdown_complete, args, in grpc_chttp2_server_add_port()
/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc540 grpc_tcp_server_create(nullptr, proxy->channel_args, &proxy->server); in grpc_end2end_http_proxy_create()