Home
last modified time | relevance | path

Searched refs:WaitForConnected (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dtime_change_test.cc145 EXPECT_TRUE(channel->WaitForConnected( in SetUpTestCase()
189 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(5000))); in TEST_F()
216 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(5000))); in TEST_F()
244 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(5000))); in TEST_F()
276 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(5000))); in TEST_F()
309 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(5000))); in TEST_F()
Dclient_lb_end2end_test.cc567 ASSERT_FALSE(channel->WaitForConnected( in TEST_F()
572 ASSERT_TRUE(channel->WaitForConnected( in TEST_F()
602 channel->WaitForConnected( in TEST_F()
624 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(10))); in TEST_F()
631 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(10))); in TEST_F()
638 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(20))); in TEST_F()
660 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(10))); in TEST_F()
672 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(10))); in TEST_F()
684 EXPECT_TRUE(channel->WaitForConnected( in TEST_F()
Dgrpclb_end2end_test.cc959 channel_->WaitForConnected(grpc_timeout_seconds_to_deadline(1)); in TEST_F()
Dxds_end2end_test.cc2188 channel_->WaitForConnected(grpc_timeout_seconds_to_deadline(1)); in TEST_P()
/third_party/grpc/test/cpp/client/
Ddestroy_grpclb_channel_with_active_connect_stress_test.cc97 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(100))); in TryConnectAndDestroy()
/third_party/grpc/include/grpcpp/impl/codegen/
Dchannel_interface.h97 bool WaitForConnected(T deadline) { in WaitForConnected() function
/third_party/grpc/test/cpp/interop/
Dhttp2_client.cc199 GPR_ASSERT(channel->WaitForConnected(gpr_time_add( in main()