Home
last modified time | relevance | path

Searched refs:getDohServer (Results 1 – 3 of 3) sorted by relevance

/packages/modules/DnsResolver/
DPrivateDnsConfiguration.h132 base::Result<netdutils::IPSockAddr> getDohServer(unsigned netId) const
DPrivateDnsConfiguration.cpp549 base::Result<netdutils::IPSockAddr> PrivateDnsConfiguration::getDohServer(unsigned netId) const { in getDohServer() function in android::net::PrivateDnsConfiguration
Dres_send.cpp1404 auto dohServerAddr = privateDnsConfiguration.getDohServer(netId); in res_doh_send()