HomeSort by relevance Sort by last modified time
    Searched refs:CreateConnection (Results 1 - 25 of 27) sorted by null

1 2

  /external/libbrillo/brillo/http/
mock_transport.h 22 MOCK_METHOD6(CreateConnection,
http_transport_curl_unittest.cc 69 auto connection = transport_->CreateConnection("http://foo.bar/get",
87 auto connection = transport_->CreateConnection(
101 auto connection = transport_->CreateConnection(
117 auto connection = transport_->CreateConnection(
137 auto connection = transport_->CreateConnection(
155 auto connection = transport_->CreateConnection(
202 auto connection = transport_->CreateConnection(
303 auto connection = transport_->CreateConnection(
http_transport.h 51 virtual std::shared_ptr<Connection> CreateConnection(
http_transport_curl.h 43 std::shared_ptr<http::Connection> CreateConnection(
http_request_unittest.cc 122 EXPECT_CALL(*transport_, CreateConnection(
195 CreateConnection("http://foo.bar", request_type::kGet, _, "", "", _))
http_transport_fake.h 86 std::shared_ptr<http::Connection> CreateConnection(
115 // Fake error to be returned from CreateConnection method.
http_transport_fake.cc 35 std::shared_ptr<http::Connection> Transport::CreateConnection(
http_request.cc 274 connection_ = transport_->CreateConnection(
http_transport_curl.cc 117 std::shared_ptr<http::Connection> Transport::CreateConnection(
  /external/webrtc/webrtc/p2p/base/
turnport_unittest.cc 403 Connection* conn1 = udp_port_->CreateConnection(
413 Connection* conn2 = turn_port_->CreateConnection(
434 Connection* conn1 = udp_port_->CreateConnection(turn_port_->Candidates()[0],
436 Connection* conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0],
460 conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0],
471 Connection* conn1 = turn_port_->CreateConnection(
473 Connection* conn2 = udp_port_->CreateConnection(
697 turn_port_->CreateConnection(udp_port_->Candidates()[0],
716 // Test that CreateConnection will return null if port becomes disconnected.
722 Connection* conn1 = turn_port_->CreateConnection(udp_port_->Candidates()[0]
    [all...]
portinterface.h 71 virtual Connection* CreateConnection(
89 // into a real connection, call CreateConnection.
96 // NOTE: You MUST call CreateConnection BEFORE SendBindingResponse.
relayport.h 58 Connection* CreateConnection(const Candidate& address,
port_unittest.cc 162 virtual Connection* CreateConnection(const Candidate& remote_candidate,
237 void CreateConnection(const Candidate& remote_candidate) {
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));
    [all...]
tcpport.h 50 Connection* CreateConnection(const Candidate& address,
p2ptransportchannel.cc 466 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,
792 connection = port->CreateConnection(remote_candidate, origin);
    [all...]
p2ptransportchannel.h 205 bool CreateConnection(PortInterface* port,
stunport.h 84 virtual Connection* CreateConnection(const Candidate& address,
turnport.h 87 virtual Connection* CreateConnection(
stunport.cc 255 Connection* UDPPort::CreateConnection(const Candidate& address,
tcpport.cc 126 Connection* TCPPort::CreateConnection(const Candidate& address,
relayport.cc 278 Connection* RelayPort::CreateConnection(const Candidate& address,
  /external/mdnsresponder/mDNSWindows/DLL.NET/
dnssd_NET.h 926 * or CreateConnection().
959 * CreateConnection() (if the record being removed was registered via
    [all...]
dnssd_NET.cpp 898 * CreateConnection()
905 DNSService::CreateConnection
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
napenforcementclient.h 90 virtual HRESULT STDMETHODCALLTYPE CreateConnection(
135 HRESULT (STDMETHODCALLTYPE *CreateConnection)(
170 #define INapEnforcementClientBinding_CreateConnection(This,connection) (This)->lpVtbl->CreateConnection(This,connection)
194 return This->lpVtbl->CreateConnection(This,connection);
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSD.cpp 351 STDMETHODIMP CDNSSD::CreateConnection(IDNSSDService **service)

Completed in 816 milliseconds

1 2