Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller_unittest.cc127 channel1->SetConnectionCount(2); in CreateChannelsAndCompleteConnection_w()
128 channel2->SetConnectionCount(2); in CreateChannelsAndCompleteConnection_w()
133 channel1->SetConnectionCount(1); in CreateChannelsAndCompleteConnection_w()
134 channel2->SetConnectionCount(1); in CreateChannelsAndCompleteConnection_w()
436 channel1->SetConnectionCount(1); in TEST_F()
437 channel1->SetConnectionCount(0); in TEST_F()
454 channel1->SetConnectionCount(2); in TEST_F()
457 channel3->SetConnectionCount(1); in TEST_F()
458 channel3->SetConnectionCount(0); in TEST_F()
470 channel2->SetConnectionCount(2); in TEST_F()
[all …]
Dfaketransportcontroller.h169 void SetConnectionCount(size_t connection_count) { in SetConnectionCount() function