Home
last modified time | relevance | path

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

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