Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp2195 TunInterface tun1, tun2; in TEST_F() local
2197 ASSERT_EQ(0, tun2.init()); in TEST_F()
2202 tun2.destroy(); in TEST_F()
2205 mNetd->tetherInterfaceRemove(tun2.name()); in TEST_F()
2212 EXPECT_EQ(0, tun2.addAddress(addr2.toString(), 32)); in TEST_F()
2255 status = mNetd->tetherInterfaceAdd(tun2.name()); in TEST_F()
2273 status = mNetd->tetherInterfaceRemove(tun2.name()); in TEST_F()