Home
last modified time | relevance | path

Searched refs:connection_factory (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/osp/impl/quic/
Dquic_server.cc20 std::unique_ptr<QuicConnectionFactory> connection_factory, in QuicServer() argument
26 connection_factory_(std::move(connection_factory)), in QuicServer()
Dquic_client.cc20 std::unique_ptr<QuicConnectionFactory> connection_factory, in QuicClient() argument
25 connection_factory_(std::move(connection_factory)), in QuicClient()
Dquic_server.h38 std::unique_ptr<QuicConnectionFactory> connection_factory,
Dquic_client.h44 std::unique_ptr<QuicConnectionFactory> connection_factory,
/external/autotest/site_utils/
Ddump_to_cloudsql.py51 def __init__(self, connection_factory): argument
52 self.factory = connection_factory
/external/python/cpython3/Lib/urllib/
Drequest.py1866 def _open_generic_http(self, connection_factory, url, data): argument
1919 http_conn = connection_factory(host)