Searched refs:modifyFallthrough (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | NetworkController.cpp | 74 [[nodiscard]] int modifyFallthrough(unsigned vpnNetId, const std::string& physicalInterface, 83 [[nodiscard]] int modifyFallthrough(const std::string& physicalInterface, Permission permission, 96 int NetworkController::DelegateImpl::modifyFallthrough(unsigned vpnNetId, in modifyFallthrough() function in android::net::NetworkController::DelegateImpl 121 return modifyFallthrough(physicalInterface, permission, true); in addFallthrough() 126 return modifyFallthrough(physicalInterface, permission, false); in removeFallthrough() 129 int NetworkController::DelegateImpl::modifyFallthrough(const std::string& physicalInterface, in modifyFallthrough() function in android::net::NetworkController::DelegateImpl 133 if (int ret = modifyFallthrough(entry.first, physicalInterface, permission, add)) { in modifyFallthrough() 924 if (int ret = mDelegateImpl->modifyFallthrough(vpnNetId, physicalInterface, permission, in modifyFallthroughLocked()
|