Searched refs:cookieTagMap (Results 1 – 2 of 2) sorted by relevance
103 BpfMap<uint64_t, UidTag> cookieTagMap(mapRetrieve(COOKIE_TAG_MAP_PATH, 0)); in TEST_F() local104 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F()110 StatusOr<UidTag> tagResult = cookieTagMap.readValue(cookie); in TEST_F()115 tagResult = cookieTagMap.readValue(cookie); in TEST_F()123 BpfMap<uint64_t, UidTag> cookieTagMap(mapRetrieve(COOKIE_TAG_MAP_PATH, 0)); in TEST_F() local124 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F()130 StatusOr<UidTag> tagResult = cookieTagMap.readValue(cookie); in TEST_F()138 tagResult = cookieTagMap.readValue(cookie); in TEST_F()
70 int cleanStatsMapInternal(const base::unique_fd& cookieTagMap, const base::unique_fd& tagStatsMap);