Home
last modified time | relevance | path

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

/system/netd/server/
DTrafficControllerTest.cpp503 uint64_t cookie2 = 2; in TEST_F() local
510 populateFakeStats(cookie2, uid, tag2, &tagStatsMapKey2); in TEST_F()
513 Result<UidTagValue> cookieMapResult = mFakeCookieTagMap.readValue(cookie2); in TEST_F()
531 uint64_t cookie2 = 2; in TEST_F() local
538 populateFakeStats(cookie2, uid2, tag, &tagStatsMapKey2); in TEST_F()
543 ASSERT_FALSE(mFakeCookieTagMap.readValue(cookie2).ok()); in TEST_F()
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java1239 final int cookie2 = 0x1482; in client() local
1246 ExpectTrue(proxy.linkToDeath(recipient2, cookie2)); in client()