Searched refs:grpc_tcp_server_create (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/test/core/iomgr/ |
D | tcp_server_uv_test.cc | 120 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()
|
D | tcp_server_posix_test.cc | 168 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/ |
D | tcp_server.cc | 25 grpc_error* grpc_tcp_server_create(grpc_closure* shutdown_complete, in grpc_tcp_server_create() function
|
D | tcp_server.h | 69 grpc_error* grpc_tcp_server_create(grpc_closure* shutdown_complete,
|
/external/grpc-grpc/test/core/util/ |
D | test_tcp_server.cc | 67 grpc_error* error = grpc_tcp_server_create(&server->shutdown_complete, in test_tcp_server_start()
|
/external/grpc-grpc/test/core/surface/ |
D | concurrent_connectivity_test.cc | 130 grpc_error* error = grpc_tcp_server_create(nullptr, nullptr, &s); in bad_server_thread()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/server/ |
D | chttp2_server.cc | 277 err = grpc_tcp_server_create(&state->tcp_server_shutdown_complete, args, in grpc_chttp2_server_add_port()
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | http_proxy_fixture.cc | 540 grpc_tcp_server_create(nullptr, proxy->channel_args, &proxy->server); in grpc_end2end_http_proxy_create()
|