Home
last modified time | relevance | path

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

/system/netd/server/
DTrafficController.h120 int toggleUidOwnerMap(ChildChain chain, bool enable) EXCLUDES(mMutex);
DFirewallController.cpp163 return gCtls->trafficCtrl.toggleUidOwnerMap(chain, enable); in enableChildChains()
DTrafficController.cpp728 int TrafficController::toggleUidOwnerMap(ChildChain chain, bool enable) { in toggleUidOwnerMap() function in android::net::TrafficController