Searched refs:WaitForConnected (Results 1 – 7 of 7) sorted by relevance
410 ASSERT_FALSE(channel->WaitForConnected( in TEST_F()415 ASSERT_TRUE(channel->WaitForConnected( in TEST_F()444 channel->WaitForConnected( in TEST_F()465 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(10))); in TEST_F()472 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(10))); in TEST_F()477 channel->WaitForConnected(grpc_timeout_milliseconds_to_deadline(10))); in TEST_F()
703 channel_->WaitForConnected(grpc_timeout_seconds_to_deadline(1)); in TEST_F()
59 channel->WaitForConnected(gpr_time_add( in GRPCClientTestBase()
83 bool WaitForConnected(T deadline) { in WaitForConnected() function
199 GPR_ASSERT(channel->WaitForConnected(gpr_time_add( in main()
504 GPR_ASSERT(channel_->WaitForConnected(gpr_time_add( in WaitForReady()
737 if (!channel_->WaitForConnected( in Connect()