Searched refs:modifyFallthrough (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | NetworkController.cpp | 73 [[nodiscard]] int modifyFallthrough(unsigned vpnNetId, const std::string& physicalInterface, 82 [[nodiscard]] int modifyFallthrough(const std::string& physicalInterface, Permission permission, 95 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough() function in android::net::NetworkController::DelegateImpl 120 return modifyFallthrough(physicalInterface, permission, true); in addFallthrough() 125 return modifyFallthrough(physicalInterface, permission, false); in removeFallthrough() 128 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough() function in android::net::NetworkController::DelegateImpl 132 if (int ret = modifyFallthrough(entry.first, physicalInterface, permission, add)) { in modifyFallthrough() 858 if (int ret = mDelegateImpl->modifyFallthrough(vpnNetId, physicalInterface, permission, in modifyFallthroughLocked()
|