Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp1632 std::string quotaRule = StringPrintf("quota %s", ifname); in expectBandwidthInterfaceQuotaRuleExists() local
1642 EXPECT_TRUE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), quotaRule)); in expectBandwidthInterfaceQuotaRuleExists()
1649 std::string quotaRule = StringPrintf("quota %s", ifname); in expectBandwidthInterfaceQuotaRuleDoesNotExist() local
1659 EXPECT_FALSE(iptablesRuleExists(binary, BANDWIDTH_COSTLY_IF.c_str(), quotaRule)); in expectBandwidthInterfaceQuotaRuleDoesNotExist()