Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
DPrivateDnsConfiguration.h209 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()
DPrivateDnsConfiguration.cpp639 return doh_net_new(mDohDispatcher, netId, dohId.httpsTemplate.c_str(), dohId.host.c_str(), in setDoh()