Home
last modified time | relevance | path

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

/aosp12/system/netd/tests/
H A Dbpf_base_test.cpp135 Result<uint8_t> counterSetResult = uidCounterSetMap.readValue(uid); in TEST_F() local
136 ASSERT_RESULT_OK(counterSetResult); in TEST_F()
137 ASSERT_EQ(TEST_COUNTERSET, counterSetResult.value()); in TEST_F()
139 counterSetResult = uidCounterSetMap.readValue(uid); in TEST_F()
140 ASSERT_FALSE(counterSetResult.ok()); in TEST_F()
141 ASSERT_EQ(ENOENT, counterSetResult.error().code()); in TEST_F()
/aosp12/system/netd/server/
H A DTrafficControllerTest.cpp284 EXPECT_RESULT_OK(counterSetResult); in expectFakeStatsUnchanged()
285 EXPECT_EQ(TEST_COUNTERSET, counterSetResult.value()); in expectFakeStatsUnchanged()
422 Result<uint8_t> counterSetResult = mFakeUidCounterSetMap.readValue(uid); in TEST_F() local
423 ASSERT_RESULT_OK(counterSetResult); in TEST_F()
424 ASSERT_EQ(TEST_COUNTERSET, counterSetResult.value()); in TEST_F()
468 ASSERT_RESULT_OK(counterSetResult); in TEST_F()
469 ASSERT_EQ(TEST_COUNTERSET, counterSetResult.value()); in TEST_F()
518 ASSERT_RESULT_OK(counterSetResult); in TEST_F()
519 ASSERT_EQ(TEST_COUNTERSET, counterSetResult.value()); in TEST_F()
545 ASSERT_RESULT_OK(counterSetResult); in TEST_F()
[all …]