Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DFirewallController.cpp71 const char* FirewallController::LOCAL_POWERSAVE = "fw_powersave"; member in android::net::FirewallController
102 res |= createChain(LOCAL_POWERSAVE, getFirewallType(POWERSAVE)); in setupIptablesHooks()
159 name = LOCAL_POWERSAVE; in enableChildChains()
260 chainNames = {LOCAL_POWERSAVE}; in setUidRule()
H A DFirewallController.h88 static const char* LOCAL_POWERSAVE; variable
H A DTrafficController.cpp659 } else if (!name.compare(FirewallController::LOCAL_POWERSAVE)) { in replaceUidOwnerMap()