HomeSort by relevance Sort by last modified time
    Searched defs:createChain (Results 1 - 4 of 4) sorted by null

  /system/netd/server/
FirewallControllerTest.cpp 47 int createChain(const char* a, FirewallType b) {
48 return mFw.createChain(a, b);
89 createChain("fw_whitelist", WHITELIST);
107 createChain("fw_blacklist", BLACKLIST);
FirewallController.cpp 85 res |= createChain(LOCAL_DOZABLE, getFirewallType(DOZABLE));
86 res |= createChain(LOCAL_STANDBY, getFirewallType(STANDBY));
87 res |= createChain(LOCAL_POWERSAVE, getFirewallType(POWERSAVE));
259 int FirewallController::createChain(const char* chain, FirewallType type) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 74 milliseconds