Searched defs:remote_dc_list (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionendtoend_unittest.cc244 const DataChannelList& remote_dc_list,
248 EXPECT_TRUE_WAIT(remote_dc_list.size() > remote_dc_index, kMaxWait);
250 remote_dc_list[remote_dc_index]->state(),
252 EXPECT_EQ(local_dc->id(), remote_dc_list[remote_dc_index]->id());
256 const DataChannelList& remote_dc_list,
261 remote_dc_list[remote_dc_index]->state(),
243 WaitForDataChannelsToOpen(DataChannelInterface* local_dc, const DataChannelList& remote_dc_list, size_t remote_dc_index) argument
255 CloseDataChannels(DataChannelInterface* local_dc, const DataChannelList& remote_dc_list, size_t remote_dc_index) argument

Completed in 445 milliseconds