Searched refs:g_connecting (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/core/iomgr/ |
D | tcp_client_uv_test.cc | 43 static grpc_endpoint* g_connecting = NULL; variable 58 GPR_ASSERT(g_connecting != NULL); in must_succeed() 60 grpc_endpoint_shutdown(g_connecting, GRPC_ERROR_CREATE_FROM_STATIC_STRING( in must_succeed() 62 grpc_endpoint_destroy(g_connecting); in must_succeed() 63 g_connecting = NULL; in must_succeed() 68 GPR_ASSERT(g_connecting == NULL); in must_fail() 111 grpc_tcp_client_connect(&done, &g_connecting, NULL, NULL, &resolved_addr, in test_succeeds() 153 grpc_tcp_client_connect(&done, &g_connecting, NULL, NULL, &resolved_addr, in test_fails()
|
D | tcp_client_posix_test.cc | 47 static grpc_endpoint* g_connecting = nullptr; variable 64 GPR_ASSERT(g_connecting != nullptr); in must_succeed() 66 grpc_endpoint_shutdown(g_connecting, GRPC_ERROR_CREATE_FROM_STATIC_STRING( in must_succeed() 68 grpc_endpoint_destroy(g_connecting); in must_succeed() 69 g_connecting = nullptr; in must_succeed() 74 GPR_ASSERT(g_connecting == nullptr); in must_fail() 110 grpc_tcp_client_connect(&done, &g_connecting, g_pollset_set, nullptr, in test_succeeds() 159 grpc_tcp_client_connect(&done, &g_connecting, g_pollset_set, nullptr, in test_fails()
|
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/ |
D | CFStreamClientTests.mm | 38 static grpc_endpoint* g_connecting = nullptr; 47 GPR_ASSERT(g_connecting != nullptr); 49 grpc_endpoint_shutdown(g_connecting, GRPC_ERROR_CREATE_FROM_STATIC_STRING("must_succeed called")); 50 grpc_endpoint_destroy(g_connecting); 51 g_connecting = nullptr; 56 GPR_ASSERT(g_connecting == nullptr); 106 grpc_tcp_client_connect(&done, &g_connecting, nullptr, nullptr, &resolved_addr, 161 grpc_tcp_client_connect(&done, &g_connecting, nullptr, nullptr, &resolved_addr,
|