Home
last modified time | relevance | path

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

/system/netd/server/
DNetworkController.cpp77 int modifyFallthrough(unsigned vpnNetId, const std::string& physicalInterface,
86 int modifyFallthrough(const std::string& physicalInterface, Permission permission,
99 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough() function in android::net::NetworkController::DelegateImpl
124 return modifyFallthrough(physicalInterface, permission, true); in addFallthrough()
129 return modifyFallthrough(physicalInterface, permission, false); in removeFallthrough()
132 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough() function in android::net::NetworkController::DelegateImpl
136 if (int ret = modifyFallthrough(entry.first, physicalInterface, permission, add)) { in modifyFallthrough()
833 if (int ret = mDelegateImpl->modifyFallthrough(vpnNetId, physicalInterface, permission, in modifyFallthroughLocked()