Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallController.cpp74 const char* FirewallController::LOCAL_STANDBY = "fw_standby"; member in android::net::FirewallController
102 res |= createChain(LOCAL_STANDBY, getFirewallType(STANDBY)); in setupIptablesHooks()
153 name = LOCAL_STANDBY; in enableChildChains()
249 chainNames = { LOCAL_STANDBY }; in setUidRule()
DFirewallController.h86 static const char* LOCAL_STANDBY; variable
DTrafficController.cpp713 } else if (!name.compare(FirewallController::LOCAL_STANDBY)) { in replaceUidOwnerMap()