Searched defs:CreateConnection (Results 1 - 10 of 10) sorted by relevance

/external/libbrillo/brillo/http/
H A Dhttp_transport_fake.cc35 std::shared_ptr<http::Connection> Transport::CreateConnection( function in class:brillo::Transport
H A Dhttp_transport_curl.cc116 std::shared_ptr<http::Connection> Transport::CreateConnection( function in class:brillo::http::curl::Transport
/external/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSD.cpp351 STDMETHODIMP CDNSSD::CreateConnection(IDNSSDService **service) function in class:CDNSSD
/external/webrtc/webrtc/p2p/base/
H A Dtcpport.cc126 Connection* TCPPort::CreateConnection(const Candidate& address, function in class:cricket::TCPPort
H A Dstunport.cc255 Connection* UDPPort::CreateConnection(const Candidate& address, function in class:cricket::UDPPort
H A Dp2ptransportchannel.cc466 CreateConnection(port, *iter, iter->origin_port());
611 Connection* connection = port->CreateConnection(
742 if (CreateConnection(*it, remote_candidate, origin_port)) {
750 if (CreateConnection(origin_port, remote_candidate, origin_port))
762 bool P2PTransportChannel::CreateConnection(PortInterface* port, function in class:cricket::P2PTransportChannel
792 connection = port->CreateConnection(remote_candidate, origin);
H A Drelayport.cc278 Connection* RelayPort::CreateConnection(const Candidate& address, function in class:cricket::RelayPort
H A Dturnport.cc440 Connection* TurnPort::CreateConnection(const Candidate& address, function in class:cricket::TurnPort
H A Dport_unittest.cc162 virtual Connection* CreateConnection(const Candidate& remote_candidate, function in class:TestPort
237 void CreateConnection(const Candidate& remote_candidate) { function in class:TestChannel
238 conn_ = port_->CreateConnection(remote_candidate, Port::ORIGIN_MESSAGE);
260 conn_ = port_->CreateConnection(c, Port::ORIGIN_MESSAGE);
572 // should have its Connection created (either through CreateConnection() or
595 ch1->CreateConnection(GetCandidate(ch2->port()));
650 ch1.CreateConnection(GetCandidate(port2));
800 ch1.CreateConnection(GetCandidate(port2));
830 ch2.CreateConnection(GetCandidate(port1));
1220 ch1.CreateConnection(
[all...]
/external/mdnsresponder/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp898 * CreateConnection()
905 DNSService::CreateConnection function in class:DNSService

Completed in 3103 milliseconds