Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dhttp_transport_curl_unittest.cc69 auto connection = transport_->CreateConnection("http://foo.bar/get", in TEST_F()
87 auto connection = transport_->CreateConnection( in TEST_F()
101 auto connection = transport_->CreateConnection( in TEST_F()
117 auto connection = transport_->CreateConnection( in TEST_F()
137 auto connection = transport_->CreateConnection( in TEST_F()
155 auto connection = transport_->CreateConnection( in TEST_F()
202 auto connection = transport_->CreateConnection( in TEST_F()
296 auto connection = transport_->CreateConnection( in TEST_F()
Dmock_transport.h22 MOCK_METHOD6(CreateConnection,
Dhttp_request_unittest.cc122 EXPECT_CALL(*transport_, CreateConnection( in TEST_F()
192 CreateConnection("http://foo.bar", request_type::kGet, _, "", "", _)) in TEST_F()
Dhttp_transport.h51 virtual std::shared_ptr<Connection> CreateConnection(
Dhttp_transport_curl.h43 std::shared_ptr<http::Connection> CreateConnection(
Dhttp_transport_fake.h86 std::shared_ptr<http::Connection> CreateConnection(
Dhttp_transport_fake.cc35 std::shared_ptr<http::Connection> Transport::CreateConnection( in CreateConnection() function in brillo::Transport
Dhttp_request.cc274 connection_ = transport_->CreateConnection( in SendRequestIfNeeded()
Dhttp_transport_curl.cc116 std::shared_ptr<http::Connection> Transport::CreateConnection( in CreateConnection() function in brillo::http::curl::Transport
/external/webrtc/webrtc/p2p/base/
Dturnport_unittest.cc403 Connection* conn1 = udp_port_->CreateConnection( in TestTurnConnection()
413 Connection* conn2 = turn_port_->CreateConnection( in TestTurnConnection()
434 Connection* conn1 = udp_port_->CreateConnection(turn_port_->Candidates()[0], in TestDestroyTurnConnection()
436 Connection* conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0], in TestDestroyTurnConnection()
460 conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0], in TestDestroyTurnConnection()
471 Connection* conn1 = turn_port_->CreateConnection( in TestTurnSendData()
473 Connection* conn2 = udp_port_->CreateConnection( in TestTurnSendData()
697 turn_port_->CreateConnection(udp_port_->Candidates()[0], in TEST_F()
722 Connection* conn1 = turn_port_->CreateConnection(udp_port_->Candidates()[0], in TEST_F()
728 conn1 = turn_port_->CreateConnection(udp_port_->Candidates()[0], in TEST_F()
[all …]
Dport_unittest.cc162 virtual Connection* CreateConnection(const Candidate& remote_candidate, in CreateConnection() function in TestPort
237 void CreateConnection(const Candidate& remote_candidate) { in CreateConnection() function in TestChannel
238 conn_ = port_->CreateConnection(remote_candidate, Port::ORIGIN_MESSAGE); in CreateConnection()
260 conn_ = port_->CreateConnection(c, Port::ORIGIN_MESSAGE); in AcceptConnection()
595 ch1->CreateConnection(GetCandidate(ch2->port())); in StartConnectAndStopChannels()
650 ch1.CreateConnection(GetCandidate(port2)); in TestTcpReconnect()
800 ch1.CreateConnection(GetCandidate(port2)); in TestConnectivity()
830 ch2.CreateConnection(GetCandidate(port1)); in TestConnectivity()
1220 ch1.CreateConnection(c); in TEST_F()
1264 ch1.CreateConnection(GetCandidate(port2)); in TEST_F()
[all …]
Dp2ptransportchannel.cc466 CreateConnection(port, *iter, iter->origin_port()); in OnPortReady()
611 Connection* connection = port->CreateConnection( in OnUnknownAddress()
742 if (CreateConnection(*it, remote_candidate, origin_port)) { in CreateConnections()
750 if (CreateConnection(origin_port, remote_candidate, origin_port)) in CreateConnections()
762 bool P2PTransportChannel::CreateConnection(PortInterface* port, in CreateConnection() function in cricket::P2PTransportChannel
792 connection = port->CreateConnection(remote_candidate, origin); in CreateConnection()
Dportinterface.h71 virtual Connection* CreateConnection(
Drelayport.h58 Connection* CreateConnection(const Candidate& address,
Dtcpport.h50 Connection* CreateConnection(const Candidate& address,
Dstunport.h84 virtual Connection* CreateConnection(const Candidate& address,
Dp2ptransportchannel.h205 bool CreateConnection(PortInterface* port,
Dturnport.h87 virtual Connection* CreateConnection(
Dtcpport.cc126 Connection* TCPPort::CreateConnection(const Candidate& address, in CreateConnection() function in cricket::TCPPort
Dstunport.cc255 Connection* UDPPort::CreateConnection(const Candidate& address, in CreateConnection() function in cricket::UDPPort
Drelayport.cc278 Connection* RelayPort::CreateConnection(const Candidate& address, in CreateConnection() function in cricket::RelayPort
Dturnport.cc440 Connection* TurnPort::CreateConnection(const Candidate& address, in CreateConnection() function in cricket::TurnPort