Searched refs:CreateConnectionWithCandidate (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/p2p/base/ |
D | p2p_transport_channel_unittest.cc | 3154 Connection* CreateConnectionWithCandidate(P2PTransportChannel* channel, in CreateConnectionWithCandidate() function in cricket::P2PTransportChannelPingTest 3967 CreateConnectionWithCandidate(&ch, &clock, "1.1.1.1", 1, 10, true); in TEST_F() 3970 CreateConnectionWithCandidate(&ch, &clock, "2.2.2.2", 2, 9, true); in TEST_F() 4016 CreateConnectionWithCandidate(&ch, &clock, "1.1.1.1", 1, 10, true); in TEST_F() 4019 CreateConnectionWithCandidate(&ch, &clock, "2.2.2.2", 2, 9, true); in TEST_F() 4056 CreateConnectionWithCandidate(&ch, &clock, "1.1.1.1", 1, 10, true); in TEST_F() 4059 CreateConnectionWithCandidate(&ch, &clock, "2.2.2.2", 2, 9, true); in TEST_F() 4102 CreateConnectionWithCandidate(&ch, &clock, "1.1.1.1", 1, 10, false); in TEST_F() 4121 CreateConnectionWithCandidate(&ch, &clock, "1.1.1.1", 1, 10, false); in TEST_F() 4124 CreateConnectionWithCandidate(&ch, &clock, "2.2.2.2", 2, 9, false); in TEST_F() [all …]
|