Home
last modified time | relevance | path

Searched defs:serverAddr (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DQosSocketInfoTest.java56 InetSocketAddress serverAddr = new InetSocketAddress("127.0.0.1", 0); in testConstructWithSock() local
86 InetSocketAddress serverAddr = new InetSocketAddress("127.0.0.1", 0); in testConstructWithDatagramSock() local
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpServingParams.java58 public final LinkAddress serverAddr; field in DhcpServingParams
119 private DhcpServingParams(@NonNull LinkAddress serverAddr, in DhcpServingParams()
145 final LinkAddress serverAddr = new LinkAddress( in fromParcelableObject() local
227 public Builder setServerAddr(@NonNull LinkAddress serverAddr) { in setServerAddr()
/packages/modules/DnsResolver/tests/
Dresolv_private_dns_test.cpp175 bool WaitForDotValidation(std::string serverAddr, bool validated) { in WaitForDotValidation()
180 bool WaitForDotValidationSuccess(std::string serverAddr) { in WaitForDotValidationSuccess()
184 bool WaitForDotValidationFailure(std::string serverAddr) { in WaitForDotValidationFailure()
188 bool WaitForDohValidation(std::string serverAddr, bool validated) { in WaitForDohValidation()
193 bool WaitForDohValidationSuccess(std::string serverAddr) { in WaitForDohValidationSuccess()
197 bool WaitForDohValidationFailure(std::string serverAddr) { in WaitForDohValidationFailure()
201 bool WaitForPrivateDnsValidation(std::string serverAddr, bool validated, int protocol) { in WaitForPrivateDnsValidation()
209 bool hasUncaughtPrivateDnsValidation(const std::string& serverAddr) { in hasUncaughtPrivateDnsValidation()
Dresolv_gold_test.cpp126 bool WaitForPrivateDnsValidation(const std::string& serverAddr) { in WaitForPrivateDnsValidation()
Dresolv_integration_test.cpp282 bool WaitForPrivateDnsValidation(std::string serverAddr, bool validated) { in WaitForPrivateDnsValidation()
291 bool hasUncaughtPrivateDnsValidation(const std::string& serverAddr) { in hasUncaughtPrivateDnsValidation()
5672 for (const auto& serverAddr : parcel.tlsServers) { in TEST_F() local
/packages/modules/DnsResolver/tests/unsolicited_listener/
Dunsolicited_event_listener.h56 bool findValidationRecord(const std::string& serverAddr, int protocol) const EXCLUDES(mMutex) { in findValidationRecord()
Dunsolicited_event_listener.cpp70 bool UnsolicitedEventListener::waitForPrivateDnsValidation(const std::string& serverAddr, in waitForPrivateDnsValidation()
/packages/modules/DnsResolver/tests/dns_metrics_listener/
Ddns_metrics_listener.h85 bool findValidationRecord(const std::string& serverAddr) const EXCLUDES(mMutex) { in findValidationRecord()
Ddns_metrics_listener.cpp94 bool DnsMetricsListener::waitForPrivateDnsValidation(const std::string& serverAddr, in waitForPrivateDnsValidation()
/packages/modules/Connectivity/Tethering/src/android/net/dhcp/
DDhcpServingParamsParcelExt.java49 public DhcpServingParamsParcelExt setServerAddr(@NonNull LinkAddress serverAddr) { in setServerAddr()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpServerTest.java384 Set<Inet4Address> dnsServers, Set<Inet4Address> excludedAddrs, LinkAddress serverAddr, in updateServingParams()
418 final Inet4Address serverAddr = parseAddr("192.168.51.129"); in testChangePrefixOnDecline() local
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipDelegateBinderConnectionTest.java201 InetSocketAddress serverAddr = new InetSocketAddress( in testStateCallback() local
DMessageTransportWrapperTest.java100 InetSocketAddress serverAddr = new InetSocketAddress( in testImsConfigurationChanged() local
DDelegateStateTrackerTest.java100 InetSocketAddress serverAddr = new InetSocketAddress( in testDelegateCreated() local
DTransportSipMessageValidatorTest.java493 InetSocketAddress serverAddr = new InetSocketAddress( in getConfigBuilder() local
/packages/modules/Connectivity/thread/demoapp/java/com/android/threadnetwork/demoapp/
DConnectivityToolsFragment.java294 SocketAddress serverAddr = new InetSocketAddress(serverIp, Integer.parseInt(serverPort)); in doSendUdpMessage() local
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java584 @NonNull final Inet4Address dnsServer, @NonNull LinkAddress serverAddr, in makeServingParams()
646 private boolean configureDhcp(boolean enable, final LinkAddress serverAddr, in configureDhcp()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIkev2VpnTest.java510 String serverAddr = testIpv6 ? TEST_SERVER_ADDR_V6 : TEST_SERVER_ADDR_V4; in checkStartStopVpnProfileBuildsNetworks() local
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DFullThreadDevice.java236 public void udpSend(String message, Inet6Address serverAddr, int serverPort) { in udpSend()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java751 final LinkAddress serverAddr, final LinkAddress clientAddr, final boolean exempt, in createTetheringRequestParcel()
2641 final String serverAddr = "192.168.20.1"; in testMultipleStartTethering() local
2691 final String serverAddr = "192.168.0.123"; in testRequestStaticIp() local