Home
last modified time | relevance | path

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

/external/webrtc/pc/
Dpeer_connection_end_to_end_unittest.cc175 size_t remote_dc_index) { in WaitForDataChannelsToOpen() argument
178 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() argument
190 remote_dc_list[remote_dc_index]->state(), kMaxWait); in CloseDataChannels()