Home
last modified time | relevance | path

Searched refs:DohIdentity (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/
DPrivateDnsConfiguration.h208 struct DohIdentity { struct
213 bool operator<(const DohIdentity& other) const { argument
216 bool operator==(const DohIdentity& other) const {
236 base::Result<DohIdentity> getDohIdentity(const std::vector<std::string>& sortedValidIps, in getDohIdentity()
247 return DohIdentity{httpsTemplate, ip, host, Validation::in_process}; in getDohIdentity()
253 return DohIdentity{httpsTemplate, ip, host, Validation::in_process}; in getDohIdentity()
260 std::map<unsigned, DohIdentity> mDohTracker GUARDED_BY(mPrivateDnsLock);
294 base::Result<DohIdentity> makeDohIdentity(const std::vector<std::string>& servers,
DPrivateDnsConfiguration.cpp651 base::Result<PrivateDnsConfiguration::DohIdentity> PrivateDnsConfiguration::makeDohIdentity( in makeDohIdentity()