Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallController.h39 enum FirewallType { ALLOWLIST = INetd::FIREWALL_ALLOWLIST, DENYLIST = INetd::FIREWALL_DENYLIST }; enum
64 int setFirewallType(FirewallType);
108 FirewallType mFirewallType;
113 int createChain(const char*, FirewallType);
114 FirewallType getFirewallType(ChildChain);
DFirewallController.cpp106 int FirewallController::setFirewallType(FirewallType ftype) { in setFirewallType()
216 FirewallType FirewallController::getFirewallType(ChildChain chain) { in getFirewallType()
236 FirewallType firewallType = getFirewallType(chain); in setUidRule()
282 int FirewallController::createChain(const char* chain, FirewallType type) { in createChain()
DTrafficController.h90 int changeUidOwnerRule(ChildChain chain, const uid_t uid, FirewallRule rule, FirewallType type);
98 FirewallType type) EXCLUDES(mMutex);
DFirewallControllerTest.cpp54 int createChain(const char* a, FirewallType b) { in createChain()
DTrafficController.cpp498 FirewallType type) { in updateOwnerMapEntry()
571 FirewallType type) { in changeUidOwnerRule()
DNetdNativeService.cpp1192 auto type = static_cast<FirewallType>(firewallType); in firewallSetFirewallType()