Home
last modified time | relevance | path

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

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