Searched refs:CreateConnection (Results 1 - 22 of 22) sorted by relevance

/external/libbrillo/brillo/http/
H A Dmock_transport.h22 MOCK_METHOD6(CreateConnection,
H A Dhttp_transport_curl_unittest.cc69 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(
296 auto connection = transport_->CreateConnection(
H A Dhttp_transport.h51 virtual std::shared_ptr<Connection> CreateConnection(
H A Dhttp_transport_curl.h43 std::shared_ptr<http::Connection> CreateConnection(
H A Dhttp_request_unittest.cc122 EXPECT_CALL(*transport_, CreateConnection(
192 CreateConnection("http://foo.bar", request_type::kGet, _, "", "", _))
H A Dhttp_transport_fake.h86 std::shared_ptr<http::Connection> CreateConnection(
115 // Fake error to be returned from CreateConnection method.
H A Dhttp_transport_fake.cc35 std::shared_ptr<http::Connection> Transport::CreateConnection( function in class:brillo::Transport
H A Dhttp_request.cc274 connection_ = transport_->CreateConnection(
H A Dhttp_transport_curl.cc116 std::shared_ptr<http::Connection> Transport::CreateConnection( function in class:brillo::http::curl::Transport
/external/webrtc/webrtc/p2p/base/
H A Dturnport_unittest.cc403 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
[all...]
H A Dportinterface.h71 virtual Connection* CreateConnection(
89 // into a real connection, call CreateConnection.
96 // NOTE: You MUST call CreateConnection BEFORE SendBindingResponse.
H A Drelayport.h58 Connection* CreateConnection(const Candidate& address,
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...]
H A Dtcpport.h50 Connection* CreateConnection(const Candidate& address,
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 Dp2ptransportchannel.h205 bool CreateConnection(PortInterface* port,
H A Dstunport.h84 virtual Connection* CreateConnection(const Candidate& address,
H A Dturnport.h87 virtual Connection* CreateConnection(
H A Dstunport.cc255 Connection* UDPPort::CreateConnection(const Candidate& address, function in class:cricket::UDPPort
H A Dtcpport.cc126 Connection* TCPPort::CreateConnection(const Candidate& address, function in class:cricket::TCPPort
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

Completed in 799 milliseconds