Searched refs:cookieTagMap (Results 1 – 2 of 2) sorted by relevance
102 BpfMap<uint64_t, UidTagValue> cookieTagMap(COOKIE_TAG_MAP_PATH); in TEST_F() local103 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F()109 Result<UidTagValue> tagResult = cookieTagMap.readValue(cookie); in TEST_F()114 tagResult = cookieTagMap.readValue(cookie); in TEST_F()122 BpfMap<uint64_t, UidTagValue> cookieTagMap(COOKIE_TAG_MAP_PATH); in TEST_F() local123 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F()129 Result<UidTagValue> tagResult = cookieTagMap.readValue(cookie); in TEST_F()137 tagResult = cookieTagMap.readValue(cookie); in TEST_F()
71 int cleanStatsMapInternal(const base::unique_fd& cookieTagMap, const base::unique_fd& tagStatsMap);