Searched refs:EmulatedEndpointConfig (Results 1 – 11 of 11) sorted by relevance
82 e1_ = emulation_.CreateEndpoint(EmulatedEndpointConfig()); in NetworkEmulationManagerThreeNodesRoutingTest()83 e2_ = emulation_.CreateEndpoint(EmulatedEndpointConfig()); in NetworkEmulationManagerThreeNodesRoutingTest()84 e3_ = emulation_.CreateEndpoint(EmulatedEndpointConfig()); in NetworkEmulationManagerThreeNodesRoutingTest()164 EmulatedEndpointConfig config; in TEST()165 config.generated_ip_family = EmulatedEndpointConfig::IpAddressFamily::kIpv4; in TEST()177 EmulatedEndpointConfig config; in TEST()178 config.generated_ip_family = EmulatedEndpointConfig::IpAddressFamily::kIpv6; in TEST()195 network_manager.CreateEndpoint(EmulatedEndpointConfig()); in TEST()197 network_manager.CreateEndpoint(EmulatedEndpointConfig()); in TEST()318 network_manager.CreateEndpoint(EmulatedEndpointConfig()); in TEST()[all …]
82 EmulatedEndpointConfig config) { in CreateEndpoint()86 case EmulatedEndpointConfig::IpAddressFamily::kIpv4: in CreateEndpoint()90 case EmulatedEndpointConfig::IpAddressFamily::kIpv6: in CreateEndpoint()150 EmulatedEndpoint* from = CreateEndpoint(EmulatedEndpointConfig()); in CreateRoute()151 EmulatedEndpoint* to = CreateEndpoint(EmulatedEndpointConfig()); in CreateRoute()174 EmulatedEndpoint* endpoint = CreateEndpoint(EmulatedEndpointConfig()); in CreateTrafficRoute()
109 emulation.CreateEndpoint(EmulatedEndpointConfig()); in TEST()111 emulation.CreateEndpoint(EmulatedEndpointConfig()); in TEST()
52 EmulatedEndpoint* CreateEndpoint(EmulatedEndpointConfig config) override;
45 struct EmulatedEndpointConfig { struct124 virtual EmulatedEndpoint* CreateEndpoint(EmulatedEndpointConfig config) = 0;
88 std::map<int, EmulatedEndpointConfig> endpoints = {89 {0, EmulatedEndpointConfig()}};
83 endpoint_(net->CreateEndpoint(EmulatedEndpointConfig())), in ScenarioIceConnectionImpl()
40 std::map<int, EmulatedEndpointConfig> endpoint_configs) { in CreateEndpoints()
61 auto* alice_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks()62 auto* bob_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks()
67 network_emulation_manager->CreateEndpoint(EmulatedEndpointConfig()); in RunTest()69 network_emulation_manager->CreateEndpoint(EmulatedEndpointConfig()); in RunTest()
68 auto* alice_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks()69 auto* bob_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks()