Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/dns/public/
H A Ddoh_provider_entry.h38 struct NET_EXPORT DohProviderEntry { struct
42 enum class LoggingLevel {
69 static DohProviderEntry ConstructForTesting( argument
H A Ddoh_provider_entry.cc334 DohProviderEntry::DohProviderEntry( in DohProviderEntry() function in net::DohProviderEntry
/aosp_15_r20/packages/modules/DnsResolver/
DPrivateDnsConfiguration.h244 struct DohProviderEntry { struct
245 std::string provider;
246 std::set<std::string> ips;
247 std::string host;
248 std::string httpsTemplate;
249 bool requireRootPermission;
251 base::Result<DohIdentity> getDohIdentity(const std::vector<std::string>& sortedValidIps, in getDohIdentity()