Home
last modified time | relevance | path

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

/third_party/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()
128 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op_with_start()
140 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op_with_port()
160 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_no_op_with_port_and_start()
230 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(NULL, NULL, &s)); in test_connect()
Dtcp_server_posix_test.cc166 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op()
173 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op_with_start()
186 GPR_ASSERT(GRPC_ERROR_NONE == grpc_tcp_server_create(nullptr, nullptr, &s)); in test_no_op_with_port()
206 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()
/third_party/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.h87 grpc_error* grpc_tcp_server_create(grpc_closure* shutdown_complete,
/third_party/grpc/test/core/util/
Dtest_tcp_server.cc67 grpc_error* error = grpc_tcp_server_create(&server->shutdown_complete, in test_tcp_server_start()
/third_party/grpc/src/core/ext/transport/chttp2/server/
Dchttp2_server.cc350 error = grpc_tcp_server_create(&listener->tcp_server_shutdown_complete_, in Create()
394 grpc_error* error = grpc_tcp_server_create( in CreateWithAcceptor()
/third_party/grpc/test/core/surface/
Dconcurrent_connectivity_test.cc141 grpc_error* error = grpc_tcp_server_create(nullptr, nullptr, &s); in bad_server_thread()
/third_party/grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc616 grpc_tcp_server_create(nullptr, proxy->channel_args, &proxy->server); in grpc_end2end_http_proxy_create()