Searched refs:modifyFallthrough (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | NetworkController.cpp | 67 int modifyFallthrough(unsigned vpnNetId, const std::string& physicalInterface, 76 int modifyFallthrough(const std::string& physicalInterface, Permission permission, 89 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough() function in NetworkController::DelegateImpl 114 return modifyFallthrough(physicalInterface, permission, true); in addFallthrough() 119 return modifyFallthrough(physicalInterface, permission, false); in removeFallthrough() 122 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough() function in NetworkController::DelegateImpl 126 if (int ret = modifyFallthrough(entry.first, physicalInterface, permission, add)) { in modifyFallthrough() 598 if (int ret = mDelegateImpl->modifyFallthrough(vpnNetId, physicalInterface, permission, in modifyFallthroughLocked()
|