Searched refs:modifyFallthrough (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | NetworkController.cpp | 77 [[nodiscard]] int modifyFallthrough(unsigned vpnNetId, const std::string& physicalInterface, 86 [[nodiscard]] 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() 1012 if (int ret = mDelegateImpl->modifyFallthrough(vpnNetId, physicalInterface, permission, in modifyFallthroughLocked()
|