Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_private_dns_test.cpp176 bool WaitForDotValidation(std::string serverAddr, bool validated) { in WaitForDotValidation()
181 bool WaitForDotValidationSuccess(std::string serverAddr) { in WaitForDotValidationSuccess()
185 bool WaitForDotValidationFailure(std::string serverAddr) { in WaitForDotValidationFailure()
189 bool WaitForDohValidation(std::string serverAddr, bool validated) { in WaitForDohValidation()
194 bool WaitForDohValidationSuccess(std::string serverAddr) { in WaitForDohValidationSuccess()
198 bool WaitForDohValidationFailure(std::string serverAddr) { in WaitForDohValidationFailure()
202 bool WaitForPrivateDnsValidation(std::string serverAddr, bool validated, int protocol) { in WaitForPrivateDnsValidation()
210 bool hasUncaughtPrivateDnsValidation(const std::string& serverAddr) { in hasUncaughtPrivateDnsValidation()
Dresolv_gold_test.cpp126 bool WaitForPrivateDnsValidation(const std::string& serverAddr) { in WaitForPrivateDnsValidation()
/aosp_15_r20/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()
/aosp_15_r20/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
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DSipDelegateManagerTest.java165 InetSocketAddress serverAddr = new InetSocketAddress( in connect() local
471 InetSocketAddress serverAddr = new InetSocketAddress( in testSipDialogStateChangesOnMultipleDelegates() local
853 InetSocketAddress serverAddr = new InetSocketAddress( in testImsServiceDisconnected() local
1027 InetSocketAddress serverAddr = new InetSocketAddress( in testCreateMultipleDelegates() local
1090 InetSocketAddress serverAddr = new InetSocketAddress( in testCreateDelegateMessagingAppChangesToApp() local
2317 InetSocketAddress serverAddr = new InetSocketAddress( in generateNewTestConfig() local
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DFullThreadDevice.java238 public void udpSend(String message, InetAddress serverAddr, int serverPort) { in udpSend()
531 final String serverAddr = executeCommand("srp client server").get(0); in waitForSrpServer() local
/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/core/java/android/net/
H A DIkev2VpnProfile.java146 @Nullable String serverAddr, in Ikev2VpnProfile()
824 public Builder(@NonNull String serverAddr, @NonNull String identity) { in Builder()
/aosp_15_r20/device/google/cuttlefish/guest/hals/vehicle/
DVehicleService.cpp72 std::string serverAddr; in main() local
/aosp_15_r20/device/google/trout/hal/dumpstate/1.1/
Dserver_main.cpp62 std::string serverAddr; in main() local
/aosp_15_r20/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()
/aosp_15_r20/out/soong/.intermediates/packages/modules/NetworkStack/common/networkstackclient/networkstack-aidl-interfaces-V22-java-source/gen/android/net/dhcp/
DDhcpServingParamsParcel.java12 public int serverAddr = 0; field in DhcpServingParamsParcel
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/android/net/dhcp/
DDhcpServingParamsParcelExt.java49 public DhcpServingParamsParcelExt setServerAddr(@NonNull LinkAddress serverAddr) { in setServerAddr()
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java589 @NonNull final Inet4Address dnsServer, @NonNull LinkAddress serverAddr, in makeServingParams()
651 private boolean configureDhcp(boolean enable, final LinkAddress serverAddr, in configureDhcp()
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Connectivity/thread/demoapp/java/com/android/threadnetwork/demoapp/
DConnectivityToolsFragment.java294 SocketAddress serverAddr = new InetSocketAddress(serverIp, Integer.parseInt(serverPort)); in doSendUdpMessage() local
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dresolver.cpp126 sockaddr_in serverAddr; in Query() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/grpc/
H A DGRPCVehicleProxyServer.cpp41 GrpcVehicleProxyServer::GrpcVehicleProxyServer(std::string serverAddr, in GrpcVehicleProxyServer()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/grpc/
H A DGRPCVehicleProxyServer.cpp41 GrpcVehicleProxyServer::GrpcVehicleProxyServer(std::string serverAddr, in GrpcVehicleProxyServer()

1234567