Searched refs:WaitForConnected (Results 1 – 7 of 7) sorted by relevance
145 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()
567 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()
959 channel_->WaitForConnected(grpc_timeout_seconds_to_deadline(1)); in TEST_F()
2188 channel_->WaitForConnected(grpc_timeout_seconds_to_deadline(1)); in TEST_P()
97 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(100))); in TryConnectAndDestroy()
97 bool WaitForConnected(T deadline) { in WaitForConnected() function
199 GPR_ASSERT(channel->WaitForConnected(gpr_time_add( in main()