Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp1171 std::string intIface1 = StringPrintf("netdtest_%u", arc4random_uniform(10000)); in TEST_F() local
1180 addTetherCounterValues(IPTABLES_PATH, intIface1, extIface1, 123, 111); in TEST_F()
1181 addTetherCounterValues(IP6TABLES_PATH, intIface1, extIface1, 456, 10); in TEST_F()
1182 addTetherCounterValues(IPTABLES_PATH, extIface1, intIface1, 321, 222); in TEST_F()
1183 addTetherCounterValues(IP6TABLES_PATH, extIface1, intIface1, 654, 20); in TEST_F()
1207 delTetherCounterValues(path, intIface1, extIface1); in TEST_F()