Home
last modified time | relevance | path

Searched refs:alice_node (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/test/network/
Dnetwork_emulation_pc_unittest.cc124 EmulatedNetworkNode* alice_node = emulation.CreateEmulatedNode( in TEST() local
132 emulation.CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in TEST()
216 EmulatedNetworkNode* alice_node = emulation.CreateEmulatedNode( in TEST() local
231 emulation.CreateRoute(alice_endpoint, {alice_node}, in TEST()
233 emulation.CreateRoute(alice_turn->GetClientEndpoint(), {alice_node}, in TEST()
Dnetwork_emulation_unittest.cc194 EmulatedNetworkNode* alice_node = network_manager.CreateEmulatedNode( in TEST() local
202 network_manager.CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in TEST()
348 EmulatedNetworkNode* alice_node = network_manager.CreateEmulatedNode( in TEST() local
356 network_manager.CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in TEST()
448 EmulatedNetworkNode* alice_node = network_manager.CreateEmulatedNode( in TEST() local
456 network_manager.CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in TEST()
/external/webrtc/api/test/
Dnetwork_emulation_manager.cc108 auto* alice_node = CreateEmulatedNode(config); in CreateEndpointPairWithTwoWayRoutes() local
114 CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in CreateEndpointPairWithTwoWayRoutes()
/external/webrtc/test/pc/e2e/
Dpeer_connection_e2e_smoke_test.cc59 EmulatedNetworkNode* alice_node = network_emulation_->CreateEmulatedNode( in CreateNetwork() local
69 network_emulation_->CreateRoute(alice_endpoint, {alice_node}, bob_endpoint); in CreateNetwork()
312 NetworkEmulationManager::SimulatedNetworkNode alice_node = in TEST_F() local
328 network_emulation()->CreateRoute(alice_endpoint, {alice_node.node}, in TEST_F()
367 fixture()->ExecuteAt(TimeDelta::Seconds(1), [alice_node](TimeDelta) { in TEST_F()
370 alice_node.simulation->SetConfig(config); in TEST_F()