Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
DPrivateDnsConfiguration.h229 struct DohProviderEntry { struct
230 std::string provider;
231 std::set<std::string> ips;
232 std::string host;
233 std::string httpsTemplate;
234 bool requireRootPermission;
236 base::Result<DohIdentity> getDohIdentity(const std::vector<std::string>& sortedValidIps, in getDohIdentity()