Searched refs:bob_node (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/audio/test/ |
D | pc_low_bandwidth_audio_test.cc | 59 auto* bob_node = emulation->CreateEmulatedNode(config); in CreateTwoNetworkLinks() local 65 emulation->CreateRoute(bob_endpoint, {bob_node}, alice_endpoint); in CreateTwoNetworkLinks()
|
/external/webrtc/test/network/ |
D | network_emulation_pc_unittest.cc | 106 EmulatedNetworkNode* bob_node = emulation.CreateEmulatedNode( in TEST() local 113 emulation.CreateRoute(bob_endpoint, {bob_node}, alice_endpoint); in TEST()
|
D | network_emulation_unittest.cc | 192 EmulatedNetworkNode* bob_node = network_manager.CreateEmulatedNode( in TEST() local 199 network_manager.CreateRoute(bob_endpoint, {bob_node}, alice_endpoint); in TEST() 315 EmulatedNetworkNode* bob_node = network_manager.CreateEmulatedNode( in TEST() local 322 network_manager.CreateRoute(bob_endpoint, {bob_node}, alice_endpoint); in TEST()
|
/external/webrtc/test/pc/e2e/ |
D | peer_connection_e2e_smoke_test.cc | 63 EmulatedNetworkNode* bob_node = in RunTest() local 72 network_emulation_manager->CreateRoute(bob_endpoint, {bob_node}, in RunTest()
|
/external/webrtc/video/ |
D | pc_full_stack_tests.cc | 66 auto* bob_node = CreateEmulatedNodeWithConfig(emulation, config); in CreateTwoNetworkLinks() local 72 emulation->CreateRoute(bob_endpoint, {bob_node}, alice_endpoint); in CreateTwoNetworkLinks()
|