Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallControllerTest.cpp49 std::string makeUidRules(IptablesTarget a, const char* b, bool c, in makeUidRules() function in android::net::FirewallControllerTest
51 return mFw.makeUidRules(a, b, c, d); in makeUidRules()
189 EXPECT_EQ(expected, makeUidRules(V6, "FW_allowchain", true, uids)); in TEST_F()
205 EXPECT_EQ(expected, makeUidRules(V4, "FW_denychain", false, uids)); in TEST_F()
DFirewallController.cpp300 std::string FirewallController::makeUidRules(IptablesTarget target, const char* name, in makeUidRules() function in android::net::FirewallController
359 std::string commands4 = makeUidRules(V4, name.c_str(), isAllowlist, uids); in replaceUidChain()
360 std::string commands6 = makeUidRules(V6, name.c_str(), isAllowlist, uids); in replaceUidChain()
DFirewallController.h97 std::string makeUidRules(IptablesTarget target, const char* name, bool isAllowlist,