Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp1172 std::string intIface2 = StringPrintf("netdtest_%u", arc4random_uniform(10000)); in TEST_F() local
1188 addTetherCounterValues(IPTABLES_PATH, intIface2, extIface2, 1000, 333); in TEST_F()
1189 addTetherCounterValues(IP6TABLES_PATH, intIface2, extIface2, 3000, 30); in TEST_F()
1191 addTetherCounterValues(IPTABLES_PATH, extIface2, intIface2, 2000, 444); in TEST_F()
1192 addTetherCounterValues(IP6TABLES_PATH, extIface2, intIface2, 4000, 40); in TEST_F()
1208 delTetherCounterValues(path, intIface2, extIface2); in TEST_F()