Searched refs:parseFirewallType (Results 1 – 2 of 2) sorted by relevance
136 static int parseFirewallType(const char* arg);
749 int NdcDispatcher::FirewallCmd::parseFirewallType(const char* arg) { in parseFirewallType() function in android::net::NdcDispatcher::FirewallCmd787 int res = !mNetd->firewallSetFirewallType(parseFirewallType(argv[2])).isOk(); in runCommand()