Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallController.cpp75 if (ftype == WHITELIST) { in enableFirewall()
91 mFirewallType = WHITELIST; in disableFirewall()
214 return WHITELIST; in getFirewallType()
231 if (firewallType == WHITELIST) { in setUidRule()
278 if (type == WHITELIST) { in createChain()
DFirewallController.h27 enum FirewallType { WHITELIST, BLACKLIST }; enumerator
DCommandListener.cpp1288 return WHITELIST; in parseFirewallType()