Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp2324 TunInterface tun1, tun2; in TEST_F() local
2326 ASSERT_EQ(0, tun2.init()); in TEST_F()
2331 tun2.destroy(); in TEST_F()
2334 mNetd->tetherInterfaceRemove(tun2.name()); in TEST_F()
2341 EXPECT_EQ(0, tun2.addAddress(addr2.toString(), 32)); in TEST_F()
2384 status = mNetd->tetherInterfaceAdd(tun2.name()); in TEST_F()
2402 status = mNetd->tetherInterfaceRemove(tun2.name()); in TEST_F()