Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp1571 long testAlertBytes = 373; in TEST_F() local
1576 binder::Status status = mNetd->bandwidthSetInterfaceQuota(sTun.name(), testAlertBytes); in TEST_F()
1577 status = mNetd->bandwidthSetInterfaceAlert(sTun.name(), testAlertBytes); in TEST_F()
1579 expectBandwidthInterfaceAlertRuleExists(sTun.name().c_str(), testAlertBytes); in TEST_F()
1595 int64_t testAlertBytes = 2097200; in TEST_F() local
1597 binder::Status status = mNetd->bandwidthSetGlobalAlert(testAlertBytes); in TEST_F()
1599 expectBandwidthGlobalAlertRuleExists(testAlertBytes); in TEST_F()
1601 testAlertBytes = 2098230; in TEST_F()
1602 status = mNetd->bandwidthSetGlobalAlert(testAlertBytes); in TEST_F()
1604 expectBandwidthGlobalAlertRuleExists(testAlertBytes); in TEST_F()