Home
last modified time | relevance | path

Searched refs:IFACE (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DStaticIpConfigurationTest.java50 private static final String IFACE = "eth0"; field in StaticIpConfigurationTest
145 expected.setInterfaceName(IFACE); in testToLinkProperties()
148 assertEquals(expected, s.toLinkProperties(IFACE)); in testToLinkProperties()
154 assertEquals(expected, s.toLinkProperties(IFACE)); in testToLinkProperties()
159 assertEquals(expected, s.toLinkProperties(IFACE)); in testToLinkProperties()
168 assertEquals(expected, s.toLinkProperties(IFACE)); in testToLinkProperties()
172 assertEquals(expected, s.toLinkProperties(IFACE)); in testToLinkProperties()
178 assertEquals(expected, s.toLinkProperties(IFACE)); in testToLinkProperties()
182 assertEquals(expected, s.toLinkProperties(IFACE)); in testToLinkProperties()
187 assertEquals(expected, s.toLinkProperties(IFACE)); in testToLinkProperties()
[all …]
/aosp12/frameworks/libs/net/client-libs/tests/unit/src/com/android/net/module/util/
H A DNetdUtilsTest.java45 private static final String IFACE = "TEST_IFACE"; field in NetdUtilsTest
55 when(mNetd.interfaceGetCfg(eq(IFACE))).thenReturn(config); in setupFlagsForInterfaceConfiguration()
68 NetdUtils.setInterfaceUp(mNetd, IFACE); in verifyMethodsAndArgumentsOfSetInterface()
73 NetdUtils.setInterfaceDown(mNetd, IFACE); in verifyMethodsAndArgumentsOfSetInterface()
/aosp12/system/netd/server/
H A DTetherController.cpp837 static const std::string IFACE = "([^\\s]+)"; in addForwardChainStats() local
840 " RETURN all( -- | )" + IFACE + "\\s+" + IFACE + in addForwardChainStats()