Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp1717 long testAlertBytes = 373; in TEST_F() local
1724 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() local
1745 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()