Home
last modified time | relevance | path

Searched defs:ServerIdentity (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/
DPrivateDnsConfiguration.h80 struct ServerIdentity { struct
84 explicit ServerIdentity(const IPrivateDnsServer& server) in ServerIdentity() function
86 ServerIdentity(const netdutils::IPSockAddr& addr, const std::string& host) in ServerIdentity() argument
DPrivateDnsConfigurationTest.cpp32 using ServerIdentity = PrivateDnsConfiguration::ServerIdentity; typedef in android::net::PrivateDnsConfigurationTest