Lines Matching refs:DnsTlsQueryMap
28 DnsTlsQueryMap::DnsTlsQueryMap() { in DnsTlsQueryMap() function in android::net::DnsTlsQueryMap
33 std::unique_ptr<DnsTlsQueryMap::QueryFuture> DnsTlsQueryMap::recordQuery( in recordQuery()
60 void DnsTlsQueryMap::expire(QueryPromise* p) { in expire()
65 void DnsTlsQueryMap::markTried(uint16_t newId) { in markTried()
73 void DnsTlsQueryMap::cleanup() { in cleanup()
86 int32_t DnsTlsQueryMap::getFreeId() { in getFreeId()
112 std::vector<DnsTlsQueryMap::Query> DnsTlsQueryMap::getAll() { in getAll()
114 std::vector<DnsTlsQueryMap::Query> queries; in getAll()
122 bool DnsTlsQueryMap::empty() { in empty()
127 void DnsTlsQueryMap::clear() { in clear()
135 void DnsTlsQueryMap::onResponse(std::vector<uint8_t> response) { in onResponse()