Searched refs:testAlertBytes (Results 1 – 1 of 1) sorted by relevance
1717 long testAlertBytes = 373; in TEST_F() local1724 binder::Status status = mNetd->bandwidthSetInterfaceQuota(sTun.name(), testAlertBytes); in TEST_F()1725 status = mNetd->bandwidthSetInterfaceAlert(sTun.name(), testAlertBytes); in TEST_F()1727 expectBandwidthInterfaceAlertRuleExists(sTun.name().c_str(), testAlertBytes); in TEST_F()1743 int64_t testAlertBytes = 2097200; in TEST_F() local1745 binder::Status status = mNetd->bandwidthSetGlobalAlert(testAlertBytes); in TEST_F()1747 expectBandwidthGlobalAlertRuleExists(testAlertBytes); in TEST_F()1749 testAlertBytes = 2098230; in TEST_F()1750 status = mNetd->bandwidthSetGlobalAlert(testAlertBytes); in TEST_F()1752 expectBandwidthGlobalAlertRuleExists(testAlertBytes); in TEST_F()