/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/ |
H A D | LinkPropertiesTest.java | 86 source.setInterfaceName(NAME); in testEqualsSameOrder() 101 target.setInterfaceName(NAME); in testEqualsSameOrder() 125 target.setInterfaceName(NAME); in testEqualsSameOrder() 138 target.setInterfaceName(NAME); in testEqualsSameOrder() 150 target.setInterfaceName(NAME); in testEqualsSameOrder() 162 target.setInterfaceName(NAME); in testEqualsSameOrder() 183 source.setInterfaceName(NAME); in testEqualsDifferentOrder() 260 lp.setInterfaceName("rmnet0"); in testRouteInterfaces() 270 lp.setInterfaceName("wlan0"); in testRouteInterfaces() 287 lp2.setInterfaceName("p2p0"); in testRouteInterfaces() [all …]
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | LinkPropertiesTest.java | 139 lp.setInterfaceName(NAME); in makeTestObject() 234 source.setInterfaceName(NAME); in testEqualsSameOrder() 251 target.setInterfaceName(NAME); in testEqualsSameOrder() 277 target.setInterfaceName(NAME); in testEqualsSameOrder() 290 target.setInterfaceName(NAME); in testEqualsSameOrder() 303 target.setInterfaceName(NAME); in testEqualsSameOrder() 316 target.setInterfaceName(NAME); in testEqualsSameOrder() 328 target.setInterfaceName(NAME); in testEqualsSameOrder() 343 source.setInterfaceName(NAME); in testEqualsDifferentOrder() 436 lp.setInterfaceName("wlan0"); in testRouteInterfaces() [all …]
|
H A D | ConnectivityDiagnosticsManagerTest.java | 96 linkProperties.setInterfaceName(INTERFACE_NAME); in createSampleConnectivityReport() 210 linkProperties.setInterfaceName(INTERFACE_NAME); in createSampleDataStallReport()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DataCallResponseTest.java | 51 .setInterfaceName(FAKE_IFNAME) in testParcel() 82 .setInterfaceName(FAKE_IFNAME) in testEquals() 101 .setInterfaceName(FAKE_IFNAME) in testEquals() 123 .setInterfaceName(FAKE_IFNAME) in testEquals()
|
H A D | DcControllerTest.java | 134 .setInterfaceName(FAKE_IFNAME) in testDataDormant() 167 .setInterfaceName(FAKE_IFNAME) in testPhysicalLinkStateChanged_defaultApnTypeAndDormant_registrantNotifyResult() 212 .setInterfaceName(FAKE_IFNAME) in testPhysicalLinkStateChanged_imsApnTypeAndDormant_NoNotifyResult() 252 .setInterfaceName(FAKE_IFNAME) in testPhysicalLinkStateChanged_defaultApnTypeAndStateChanged_registrantNotifyResult()
|
H A D | DataConnectionTest.java | 314 .setInterfaceName("ifname") in setSuccessfulSetupDataResponse() 672 .setInterfaceName(FAKE_IFNAME) in testModemSuggestRetry() 690 .setInterfaceName(FAKE_IFNAME) in testModemSuggestRetry() 708 .setInterfaceName(FAKE_IFNAME) in testModemSuggestRetry() 730 .setInterfaceName(FAKE_IFNAME) in testModemNotSuggestRetry() 748 .setInterfaceName(FAKE_IFNAME) in testModemNotSuggestRetry() 766 .setInterfaceName(FAKE_IFNAME) in testModemNotSuggestRetry() 788 .setInterfaceName(FAKE_IFNAME) in testModemSuggestNoRetry() 1042 .setInterfaceName(FAKE_IFNAME) in testSetLinkProperties() 1098 .setInterfaceName(FAKE_IFNAME) in testSetLinkPropertiesEmptyAddress() [all …]
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | OffloadControllerTest.java | 283 lp.setInterfaceName(testIfName); in testSetUpstreamLinkPropertiesWorking() 351 stacked.setInterfaceName("stacked"); in testSetUpstreamLinkPropertiesWorking() 433 lp.setInterfaceName(ethernetIface); in testGetForwardedStats() 438 lp.setInterfaceName(mobileIface); in testGetForwardedStats() 443 lp.setInterfaceName(ethernetIface); in testGetForwardedStats() 535 lp.setInterfaceName(ethernetIface); in checkSetDataWarningAndLimit() 594 lp.setInterfaceName(mobileIface); in checkSetDataWarningAndLimit() 623 lp.setInterfaceName(ethernetIface); in checkSetDataWarningAndLimit() 640 lp.setInterfaceName(mobileIface); in checkSetDataWarningAndLimit() 746 upstreamLp.setInterfaceName(ifname); in testControlCallbackOnStoppedUnsupportedFetchesAllStats() [all …]
|
H A D | UpstreamNetworkMonitorTest.java | 465 wifiLp.setInterfaceName("wlan0"); in testLocalPrefixes() 493 cellLp.setInterfaceName("rmnet_data0"); in testLocalPrefixes() 515 dunLp.setInterfaceName("rmnet_data1"); in testLocalPrefixes()
|
H A D | IPv6TetheringCoordinatorTest.java | 87 linkProp.setInterfaceName(TEST_INTERFACE); in createDualStackUpstream()
|
/aosp12/packages/modules/Connectivity/services/tests/servicestests/src/com/android/server/ |
H A D | ConnectivityServiceTest.java | 156 mMobile.link.setInterfaceName(MOBILE_IFACE); in testMobileConnectedAddedRoutes() 178 mMobile.link.setInterfaceName(MOBILE_IFACE); in testMobileWifiHandoff() 191 mWifi.link.setInterfaceName(WIFI_IFACE); in testMobileWifiHandoff()
|
H A D | NetworkStatsServiceTest.java | 1008 prop.setInterfaceName(TEST_IFACE); in buildWifiState() 1017 prop.setInterfaceName(TEST_IFACE); in buildMobile3gState() 1025 prop.setInterfaceName(iface); in buildMobile4gState()
|
/aosp12/packages/modules/Connectivity/core/jni/ |
H A D | android_net_NetUtils.cpp | 72 jmethodID setInterfaceName; member 155 env->CallVoidMethod(dhcpResults, dhcpResultsFieldIds.setInterfaceName, ifname); in android_net_utils_runDhcpCommon() 316 dhcpResultsFieldIds.setInterfaceName = in register_android_net_NetworkUtils()
|
/aosp12/frameworks/base/core/java/com/android/server/net/ |
H A D | NetlinkTracker.java | 90 mLinkProperties.setInterfaceName(mInterfaceName); in NetlinkTracker() 205 mLinkProperties.setInterfaceName(mInterfaceName); in clearLinkProperties()
|
/aosp12/frameworks/libs/net/common/tests/unit/src/android/net/util/ |
H A D | LinkPropertiesUtilsTest.java | 73 lp.setInterfaceName(IF_NAME); in createTestObject() 106 target.setInterfaceName("lo"); in testLinkPropertiesIdenticalEqual() 110 target.setInterfaceName(IF_NAME); in testLinkPropertiesIdenticalEqual()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 255 lp.setInterfaceName(upstreamIface); in initTetheredStateMachine() 1060 lp.setInterfaceName(UPSTREAM_IFACE2); in addRemoveipv6ForwardingRules() 1100 lp.setInterfaceName(UPSTREAM_IFACE); in addRemoveipv6ForwardingRules() 1122 lp.setInterfaceName(UPSTREAM_IFACE); in addRemoveipv6ForwardingRules() 1215 linkProp.setInterfaceName(iface); in buildIpv6OnlyLinkProperties() 1400 lp.setInterfaceName(UPSTREAM_IFACE); in dadProxyUpdates() 1407 lp2.setInterfaceName(UPSTREAM_IFACE2); in dadProxyUpdates() 1437 lp.setInterfaceName(UPSTREAM_IFACE); in checkDadProxyEnabled() 1466 v6Only.setInterfaceName(IPSEC_IFACE); in testSkipVirtualNetworkInBpf()
|
/aosp12/packages/modules/NetworkStack/src/android/net/ip/ |
H A D | IpClientLinkObserver.java | 129 mLinkProperties.setInterfaceName(mInterfaceName); in IpClientLinkObserver() 280 mLinkProperties.setInterfaceName(mInterfaceName); in clearLinkProperties()
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/connectivity/ |
H A D | Nat464Xlat.java | 188 mLP.setInterfaceName(iface); in interfaceAdded()
|
/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | LinkProperties.java | 112 public void setInterfaceName(String iface) { in setInterfaceName() method in LinkProperties 847 netProp.setInterfaceName(iface);
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | DnsManagerTest.java | 167 lp.setInterfaceName(TEST_IFACENAME); in testTrackedValidationUpdates() 352 lp.setInterfaceName(TEST_IFACENAME); in testSendDnsConfiguration()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | ConnectivityServiceTest.java | 9441 lp.setInterfaceName("tun0"); in testFullyRoutedVpnResultsInInterfaceFilteringRules() 9469 lp.setInterfaceName("tun0"); in testLegacyVpnDoesNotResultInInterfaceFilteringRule() 9485 lp.setInterfaceName("tun0"); in testLocalIpv4OnlyVpnDoesNotResultInInterfaceFilteringRule() 9500 lp.setInterfaceName("tun0"); in testVpnHandoverChangesInterfaceFilteringRule() 9517 lp.setInterfaceName("tun1"); in testVpnHandoverChangesInterfaceFilteringRule() 9529 lp.setInterfaceName("tun1"); in testVpnHandoverChangesInterfaceFilteringRule() 9539 lp.setInterfaceName("tun1"); in testVpnHandoverChangesInterfaceFilteringRule() 9565 lp.setInterfaceName("tun0"); in testUidUpdateChangesInterfaceFilteringRule() 10553 lp.setInterfaceName(iface); in testRouteAddDeleteUpdate() 10671 lp.setInterfaceName("tun0"); [all …]
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | IPv6TetheringCoordinator.java | 233 v6only.setInterfaceName(lp.getInterfaceName()); in getIPv6OnlyLinkProperties()
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | StaticIpConfiguration.java | 228 lp.setInterfaceName(iface); in toLinkProperties()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/net/ |
H A D | NetworkStatsServiceTest.java | 961 stackedProp.setInterfaceName(stackedIface); 1743 prop.setInterfaceName(iface); 1758 prop.setInterfaceName(TEST_IFACE); 1774 prop.setInterfaceName(TEST_IFACE); 1789 prop.setInterfaceName(ifaceName);
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | TestNetworkService.java | 267 lp.setInterfaceName(iface); in registerTestNetworkAgent()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
H A D | Nat464Xlat.java | 419 stacked.setInterfaceName(mIface); in makeLinkProperties()
|