Home
last modified time | relevance | path

Searched refs:CreateRoutes (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/test/scenario/
Dvideo_stream_unittest.cc34 s.CreateRoutes(s.CreateClient("caller", CallClientConfig()), in TEST()
82 s.CreateRoutes(s.CreateClient("caller", CallClientConfig()), in TEST()
121 s.CreateRoutes(s.CreateClient("caller", CallClientConfig()), in TEST()
140 s.CreateRoutes(s.CreateClient("caller", CallClientConfig()), in TEST()
159 s.CreateRoutes(s.CreateClient("caller", CallClientConfig()), in TEST()
178 s.CreateRoutes(s.CreateClient("caller", CallClientConfig()), in TEST()
208 auto* route = s.CreateRoutes( in TEST()
Dscenario_unittest.cc32 auto route = s.CreateRoutes(alice, {alice_net}, bob, {bob_net}); in TEST()
74 auto route = s.CreateRoutes(alice, {alice_net}, bob, {bob_net}); in SetupVideoCall()
162 auto route = s.CreateRoutes(alice, {alice_net}, bob, {bob_net}); in TEST()
Dscenario.h67 CallClientPair* CreateRoutes(CallClient* first,
72 CallClientPair* CreateRoutes(CallClient* first,
Dscenario.cc128 CallClientPair* Scenario::CreateRoutes( in CreateRoutes() function in webrtc::test::Scenario
133 return CreateRoutes(first, send_link, in CreateRoutes()
138 CallClientPair* Scenario::CreateRoutes( in CreateRoutes() function in webrtc::test::Scenario
Dstats_collection_unittest.cc30 s->CreateRoutes(caller, {s->CreateSimulationNode(network_config)}, callee, in CreateAnalyzedStream()
/external/webrtc/modules/congestion_controller/goog_cc/
Dgoog_cc_network_control_unittest.cc68 auto* route = s->CreateRoutes(client, send_link, in CreateVideoSendingClient()
401 s.CreateRoutes(client, {send_net->node()}, in TEST_F()
541 auto* route = s.CreateRoutes(client, send_net, callee, ret_net); in AverageBitrateAfterCrossInducedLoss()
605 auto* route = s.CreateRoutes(client, {send_net->node()}, in TEST_F()
635 auto* route = s.CreateRoutes( in TEST_F()
662 auto* route = s.CreateRoutes( in TEST_F()
696 auto* route = s.CreateRoutes( in TEST_F()
735 auto* route = s.CreateRoutes( in TEST_F()
758 auto* route = s.CreateRoutes( in TEST_F()
791 auto* route = s.CreateRoutes( in TEST_F()
[all …]
/external/webrtc/modules/congestion_controller/
Dreceive_side_congestion_controller_unittest.cc87 auto* route = s.CreateRoutes(client, {s.CreateSimulationNode(net_conf)}, in TEST()
107 auto* route = s.CreateRoutes( in TEST()
/external/webrtc/modules/congestion_controller/pcc/
Dpcc_network_controller_unittest.cc94 auto* route = s.CreateRoutes(client, {send_net->node()}, in TEST()
/external/webrtc/call/
Drtp_video_sender_unittest.cc534 auto* route = s.CreateRoutes(s.CreateClient("send", call_conf), {send_node}, in TEST()