Searched refs:remote_dc_index (Results 1 – 1 of 1) sorted by relevance
175 size_t remote_dc_index) { in WaitForDataChannelsToOpen() argument178 ASSERT_TRUE_WAIT(remote_dc_list.size() > remote_dc_index, kMaxWait); in WaitForDataChannelsToOpen()180 remote_dc_list[remote_dc_index]->state(), kMaxWait); in WaitForDataChannelsToOpen()181 EXPECT_EQ(local_dc->id(), remote_dc_list[remote_dc_index]->id()); in WaitForDataChannelsToOpen()186 size_t remote_dc_index) { in CloseDataChannels() argument190 remote_dc_list[remote_dc_index]->state(), kMaxWait); in CloseDataChannels()