Home
last modified time | relevance | path

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

/system/netd/server/
DFirewallController.cpp73 const char* FirewallController::LOCAL_DOZABLE = "fw_dozable"; member in android::net::FirewallController
101 res |= createChain(LOCAL_DOZABLE, getFirewallType(DOZABLE)); in setupIptablesHooks()
150 name = LOCAL_DOZABLE; in enableChildChains()
246 chainNames = { LOCAL_DOZABLE }; in setUidRule()
DFirewallController.h85 static const char* LOCAL_DOZABLE; variable
DTrafficController.cpp711 if (!name.compare(FirewallController::LOCAL_DOZABLE)) { in replaceUidOwnerMap()