Searched refs:httpsTemplate (Results 1 – 2 of 2) sorted by relevance
/packages/modules/DnsResolver/ |
D | PrivateDnsConfiguration.h | 209 std::string httpsTemplate; member 233 std::string httpsTemplate; member 247 return DohIdentity{httpsTemplate, ip, host, Validation::in_process}; in getDohIdentity() 253 return DohIdentity{httpsTemplate, ip, host, Validation::in_process}; in getDohIdentity()
|
D | PrivateDnsConfiguration.cpp | 639 return doh_net_new(mDohDispatcher, netId, dohId.httpsTemplate.c_str(), dohId.host.c_str(), in setDoh()
|