Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp1505 std::string alertRule = StringPrintf("quota %sAlert", ifname); in expectBandwidthInterfaceAlertRuleExists() local
1509 EXPECT_TRUE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), alertRule)); in expectBandwidthInterfaceAlertRuleExists()
1516 std::string alertRule = StringPrintf("quota %sAlert", ifname); in expectBandwidthInterfaceAlertRuleDoesNotExist() local
1519 EXPECT_FALSE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), alertRule)); in expectBandwidthInterfaceAlertRuleDoesNotExist()