Home
last modified time | relevance | path

Searched defs:connection_factory (Results 1 – 4 of 4) sorted by relevance

/external/autotest/site_utils/
Ddump_to_cloudsql.py51 def __init__(self, connection_factory): argument
/external/openscreen/osp/impl/quic/
Dquic_server.cc20 std::unique_ptr<QuicConnectionFactory> connection_factory, in QuicServer()
Dquic_client.cc20 std::unique_ptr<QuicConnectionFactory> connection_factory, in QuicClient()
/external/python/cpython3/Lib/urllib/
Drequest.py1866 def _open_generic_http(self, connection_factory, url, data): argument