Home
last modified time | relevance | path

Searched defs:PendingConnectionData (Results 1 – 2 of 2) sorted by relevance

/external/openscreen/osp/impl/quic/
Dquic_client.h74 struct PendingConnectionData { struct
78 PendingConnectionData& operator=(PendingConnectionData&&) noexcept; argument
80 ServiceConnectionData data;
83 std::vector<std::pair<uint64_t, ConnectionRequestCallback*>> callbacks;
Dquic_client.cc167 QuicClient::PendingConnectionData::PendingConnectionData( in PendingConnectionData() function in openscreen::osp::QuicClient::PendingConnectionData