Searched refs:WaitForStateChange (Results 1 – 6 of 6) sorted by relevance
76 bool WaitForStateChange(grpc_connectivity_state last_observed, T deadline) { in WaitForStateChange() function86 if (!WaitForStateChange(state, deadline)) return false; in WaitForConnected()
71 WaitForStateChange(context.Context, State) bool methodSpec
624 if !cc.WaitForStateChange(ctx, s) {714 func (cc *ClientConn) WaitForStateChange(ctx context.Context, sourceState connectivity.State) bool { func
136 bool WaitForStateChange(grpc_connectivity_state source_state, gpr_timespec deadline);
1135 EXPECT_TRUE(channel_->WaitForStateChange(GRPC_CHANNEL_IDLE, in TEST_P()1158 channel->WaitForStateChange( in TEST_P()
316 if (!channel->WaitForStateChange(state, deadline)) return false; in WaitForChannelNotReady()