Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallController.cpp70 const char* FirewallController::LOCAL_STANDBY = "fw_standby"; member in android::net::FirewallController
100 res |= createChain(LOCAL_STANDBY, getFirewallType(STANDBY)); in setupIptablesHooks()
152 name = LOCAL_STANDBY; in enableChildChains()
253 chainNames = {LOCAL_STANDBY}; in setUidRule()
DFirewallController.h87 static const char* LOCAL_STANDBY; variable
DTrafficController.cpp657 } else if (!name.compare(FirewallController::LOCAL_STANDBY)) { in replaceUidOwnerMap()