Searched refs:alice_endpoint (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/test/network/ |
D | network_emulation_unittest.cc | 194 EmulatedEndpoint* alice_endpoint = in TEST() local 198 network_manager.CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in TEST() 199 network_manager.CreateRoute(bob_endpoint, {bob_node}, alice_endpoint); in TEST() 202 network_manager.CreateEmulatedNetworkManagerInterface({alice_endpoint}); in TEST() 217 rtc::SocketAddress a1(alice_endpoint->GetPeerLocalAddress(), 0); in TEST() 254 ElementsAreArray({alice_endpoint->GetPeerLocalAddress()})); in TEST() 288 st.incoming_stats_per_source[alice_endpoint->GetPeerLocalAddress()] in TEST() 292 st.incoming_stats_per_source[alice_endpoint->GetPeerLocalAddress()] in TEST() 296 st.incoming_stats_per_source[alice_endpoint->GetPeerLocalAddress()] in TEST() 300 st.incoming_stats_per_source[alice_endpoint->GetPeerLocalAddress()] in TEST() [all …]
|
D | network_emulation_pc_unittest.cc | 108 EmulatedEndpoint* alice_endpoint = in TEST() local 112 emulation.CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in TEST() 113 emulation.CreateRoute(bob_endpoint, {bob_node}, alice_endpoint); in TEST() 116 emulation.CreateEmulatedNetworkManagerInterface({alice_endpoint}); in TEST()
|
/external/webrtc/audio/test/ |
D | pc_low_bandwidth_audio_test.cc | 61 auto* alice_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks() local 64 emulation->CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in CreateTwoNetworkLinks() 65 emulation->CreateRoute(bob_endpoint, {bob_node}, alice_endpoint); in CreateTwoNetworkLinks() 68 emulation->CreateEmulatedNetworkManagerInterface({alice_endpoint}), in CreateTwoNetworkLinks()
|
/external/webrtc/test/pc/e2e/ |
D | peer_connection_e2e_smoke_test.cc | 66 auto* alice_endpoint = in RunTest() local 70 network_emulation_manager->CreateRoute(alice_endpoint, {alice_node}, in RunTest() 73 alice_endpoint); in RunTest() 98 {alice_endpoint}); in RunTest()
|
/external/webrtc/video/ |
D | pc_full_stack_tests.cc | 68 auto* alice_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks() local 71 emulation->CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in CreateTwoNetworkLinks() 72 emulation->CreateRoute(bob_endpoint, {bob_node}, alice_endpoint); in CreateTwoNetworkLinks() 75 emulation->CreateEmulatedNetworkManagerInterface({alice_endpoint}), in CreateTwoNetworkLinks()
|