Searched defs:serverAddr (Results 1 – 6 of 6) sorted by relevance
55 public final LinkAddress serverAddr; field in DhcpServingParams110 private DhcpServingParams(@NonNull LinkAddress serverAddr, in DhcpServingParams()135 final LinkAddress serverAddr = new LinkAddress( in fromParcelableObject() local215 public Builder setServerAddr(@NonNull LinkAddress serverAddr) { in setServerAddr()
68 bool findValidationRecord(const std::string& serverAddr) const EXCLUDES(mMutex) { in findValidationRecord()
69 bool DnsMetricsListener::waitForPrivateDnsValidation(const std::string& serverAddr, in waitForPrivateDnsValidation()
362 Set<Inet4Address> dnsServers, Set<Inet4Address> excludedAddrs, LinkAddress serverAddr, in updateServingParams()396 final Inet4Address serverAddr = parseAddr("192.168.51.129"); in testChangePrefixOnDecline() local
126 bool WaitForPrivateDnsValidation(const std::string& serverAddr) { in WaitForPrivateDnsValidation()
225 bool WaitForPrivateDnsValidation(std::string serverAddr, bool validated) { in WaitForPrivateDnsValidation()229 bool hasUncaughtPrivateDnsValidation(const std::string& serverAddr) { in hasUncaughtPrivateDnsValidation()4497 for (const auto& serverAddr : parcel.tlsServers) { in TEST_F() local