Searched refs:DohIdentity (Results 1 – 2 of 2) sorted by relevance
208 struct DohIdentity { struct213 bool operator<(const DohIdentity& other) const { argument216 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,
651 base::Result<PrivateDnsConfiguration::DohIdentity> PrivateDnsConfiguration::makeDohIdentity( in makeDohIdentity()