Home
last modified time | relevance | path

Searched refs:CreateEndpoint (Results 1 – 13 of 13) sorted by relevance

/external/openscreen/discovery/dnssd/impl/
Dpublisher_impl.cc26 DnsSdInstanceEndpoint CreateEndpoint( in CreateEndpoint() function
46 return CreateEndpoint(std::move(instance), InstanceKey(name), network_config); in UpdateDomain()
49 DnsSdInstanceEndpoint CreateEndpoint( in CreateEndpoint() function
53 return CreateEndpoint(std::move(instance), std::move(key), network_config); in CreateEndpoint()
112 pending_instances_.emplace(CreateEndpoint(instance, *network_config_), in Register()
136 pending_instances_.emplace(CreateEndpoint(instance, *network_config_), in UpdateRegistration()
285 CreateEndpoint(requested_instance, *network_config_); in OnDomainFound()
Ddns_data_graph.cc16 ErrorOr<DnsSdInstanceEndpoint> CreateEndpoint( in CreateEndpoint() function
508 CreateEndpoint(srv_and_txt->name(), a, aaaa, srv.value(), txt.value(), in CreateEndpoints()
/external/webrtc/test/network/
Dnetwork_emulation_unittest.cc82 e1_ = emulation_.CreateEndpoint(EmulatedEndpointConfig()); in NetworkEmulationManagerThreeNodesRoutingTest()
83 e2_ = emulation_.CreateEndpoint(EmulatedEndpointConfig()); in NetworkEmulationManagerThreeNodesRoutingTest()
84 e3_ = emulation_.CreateEndpoint(EmulatedEndpointConfig()); in NetworkEmulationManagerThreeNodesRoutingTest()
167 EmulatedEndpoint* endpoint = network_manager.CreateEndpoint(config); in TEST()
180 EmulatedEndpoint* endpoint = network_manager.CreateEndpoint(config); in TEST()
195 network_manager.CreateEndpoint(EmulatedEndpointConfig()); in TEST()
197 network_manager.CreateEndpoint(EmulatedEndpointConfig()); in TEST()
318 network_manager.CreateEndpoint(EmulatedEndpointConfig()); in TEST()
320 network_manager.CreateEndpoint(EmulatedEndpointConfig()); in TEST()
Dnetwork_emulation_manager.cc81 EmulatedEndpoint* NetworkEmulationManagerImpl::CreateEndpoint( in CreateEndpoint() function in webrtc::test::NetworkEmulationManagerImpl
150 EmulatedEndpoint* from = CreateEndpoint(EmulatedEndpointConfig()); in CreateRoute()
151 EmulatedEndpoint* to = CreateEndpoint(EmulatedEndpointConfig()); in CreateRoute()
174 EmulatedEndpoint* endpoint = CreateEndpoint(EmulatedEndpointConfig()); in CreateTrafficRoute()
Dnetwork_emulation_pc_unittest.cc109 emulation.CreateEndpoint(EmulatedEndpointConfig()); in TEST()
111 emulation.CreateEndpoint(EmulatedEndpointConfig()); in TEST()
Dnetwork_emulation_manager.h52 EmulatedEndpoint* CreateEndpoint(EmulatedEndpointConfig config) override;
/external/webrtc/audio/test/
Dpc_low_bandwidth_audio_test.cc61 auto* alice_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks()
62 auto* bob_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks()
/external/webrtc/api/test/
Dnetwork_emulation_manager.h124 virtual EmulatedEndpoint* CreateEndpoint(EmulatedEndpointConfig config) = 0;
/external/webrtc/test/pc/e2e/
Dpeer_connection_e2e_smoke_test.cc67 network_emulation_manager->CreateEndpoint(EmulatedEndpointConfig()); in RunTest()
69 network_emulation_manager->CreateEndpoint(EmulatedEndpointConfig()); in RunTest()
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc335 EndpointSpec CreateEndpoint(const OpDef& op_def, const ApiDef& api_def, in CreateEndpoint() function
386 op.endpoints_.push_back(CreateEndpoint(op_def, api_def, endpoint_def)); in Create()
/external/webrtc/test/peer_scenario/
Dscenario_connection.cc83 endpoint_(net->CreateEndpoint(EmulatedEndpointConfig())), in ScenarioIceConnectionImpl()
Dpeer_scenario_client.cc43 endpoints[kv.first] = net->CreateEndpoint(kv.second); in CreateEndpoints()
/external/webrtc/video/
Dpc_full_stack_tests.cc68 auto* alice_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks()
69 auto* bob_endpoint = emulation->CreateEndpoint(EmulatedEndpointConfig()); in CreateTwoNetworkLinks()