HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_STANDBY (Results 1 - 3 of 3) sorted by null

  /system/netd/server/
FirewallController.cpp 54 const char* FirewallController::LOCAL_STANDBY = "fw_standby";
86 res |= createChain(LOCAL_STANDBY, getFirewallType(STANDBY));
137 name = LOCAL_STANDBY;
233 chainNames = { LOCAL_STANDBY };
FirewallController.h 76 static const char* LOCAL_STANDBY;
TrafficController.cpp 519 } else if (!name.compare(FirewallController::LOCAL_STANDBY)) {

Completed in 605 milliseconds