Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp1665 std::string alertRule = StringPrintf("quota %sAlert", ifname); in expectBandwidthInterfaceAlertRuleExists() local
1669 EXPECT_TRUE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), alertRule)); in expectBandwidthInterfaceAlertRuleExists()
1676 std::string alertRule = StringPrintf("quota %sAlert", ifname); in expectBandwidthInterfaceAlertRuleDoesNotExist() local
1679 EXPECT_FALSE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), alertRule)); in expectBandwidthInterfaceAlertRuleDoesNotExist()