Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DBandwidthControllerTest.cpp361 constexpr uint64_t kQuota = 123456; in TEST_F() local
364 EXPECT_EQ(0, mBw.setInterfaceSharedQuota(iface, kQuota)); in TEST_F()
368 EXPECT_EQ(0, mBw.setInterfaceSharedQuota(iface, kQuota)); in TEST_F()
395 constexpr uint64_t kQuota = 123456; in TEST_F() local
406 EXPECT_EQ(0, mBw.setInterfaceSharedQuota(iface, kQuota)); in TEST_F()
437 const int64_t kQuota = 123456; in TEST_F() local
445 EXPECT_EQ(0, setCostlyAlert("shared", kQuota, &alertBytes)); in TEST_F()
446 EXPECT_EQ(kQuota, alertBytes); in TEST_F()
450 expectUpdateQuota(kQuota); in TEST_F()
451 EXPECT_EQ(0, setCostlyAlert("shared", kQuota + 1, &alertBytes)); in TEST_F()
[all …]