Lines Matching refs:fake_network
273 auto fake_network = NewFakeNetwork(); in CreatePeerConnectionWithMdns() local
274 fake_network->set_mdns_responder( in CreatePeerConnectionWithMdns()
276 fake_network->AddInterface(NextLocalAddress()); in CreatePeerConnectionWithMdns()
279 new cricket::BasicPortAllocator(fake_network)); in CreatePeerConnectionWithMdns()
296 auto* fake_network = NewFakeNetwork(); in CreatePeerConnectionWithPrivateLocalAddresses() local
297 fake_network->AddInterface(NextLocalAddress()); in CreatePeerConnectionWithPrivateLocalAddresses()
298 fake_network->AddInterface(kPrivateLocalAddress); in CreatePeerConnectionWithPrivateLocalAddresses()
301 std::make_unique<cricket::BasicPortAllocator>(fake_network); in CreatePeerConnectionWithPrivateLocalAddresses()
309 auto* fake_network = NewFakeNetwork(); in CreatePeerConnectionWithPrivateIpv6LocalAddresses() local
310 fake_network->AddInterface(NextLocalAddress()); in CreatePeerConnectionWithPrivateIpv6LocalAddresses()
311 fake_network->AddInterface(kPrivateIpv6LocalAddress); in CreatePeerConnectionWithPrivateIpv6LocalAddresses()
314 std::make_unique<cricket::BasicPortAllocator>(fake_network); in CreatePeerConnectionWithPrivateIpv6LocalAddresses()
349 auto fake_network = NewFakeNetwork(); in CreatePeerConnection() local
350 fake_network->AddInterface(NextLocalAddress()); in CreatePeerConnection()
352 std::make_unique<cricket::BasicPortAllocator>(fake_network); in CreatePeerConnection()