Searched refs:FirewallType (Results 1 - 4 of 4) sorted by relevance

/system/netd/server/
H A DFirewallController.h27 enum FirewallType { WHITELIST, BLACKLIST }; enum
44 int enableFirewall(FirewallType);
71 FirewallType mFirewallType;
74 int createChain(const char*, const char*, FirewallType);
75 FirewallType getFirewallType(ChildChain);
H A DFirewallController.cpp60 FirewallType firewallType = getFirewallType(DOZABLE);
69 int FirewallController::enableFirewall(FirewallType ftype) {
211 FirewallType FirewallController::getFirewallType(ChildChain chain) {
230 FirewallType firewallType = getFirewallType(chain);
271 const char* parentChain, FirewallType type) {
H A DCommandListener.h139 static FirewallType parseFirewallType(const char* arg);
H A DCommandListener.cpp1286 FirewallType CommandListener::FirewallCmd::parseFirewallType(const char* arg) {
1323 FirewallType firewallType = parseFirewallType(argv[2]);

Completed in 78 milliseconds