Searched refs:ACTION_DEL (Results 1 – 1 of 1) sorted by relevance
/system/netd/server/ |
D | RouteController.cpp | 80 const bool ACTION_DEL = false; variable 1180 if (int ret = modifyLocalNetwork(netId, interface, ACTION_DEL)) { in removeInterfaceFromLocalNetwork() 1203 if (int ret = modifyPhysicalNetwork(netId, interface, uidRangeMap, permission, ACTION_DEL, in removeInterfaceFromPhysicalNetwork() 1213 maybeModifyQdiscClsact(interface, ACTION_DEL); in removeInterfaceFromPhysicalNetwork() 1231 if (int ret = modifyVirtualNetwork(netId, interface, uidRangeMap, secure, ACTION_DEL, in removeInterfaceFromVirtualNetwork() 1253 return modifyPhysicalNetwork(netId, interface, emptyUidRangeMap, oldPermission, ACTION_DEL, in modifyPhysicalNetworkPermission() 1273 return modifyVirtualNetwork(netId, interface, uidRangeMap, secure, ACTION_DEL, in removeUsersFromVirtualNetwork() 1331 return modifyPhysicalNetwork(netId, interface, uidRangeMap, PERMISSION_NONE, ACTION_DEL, in removeUsersFromPhysicalNetwork() 1341 return modifyUnreachableNetwork(netId, uidRangeMap, ACTION_DEL); in removeUsersFromUnreachableNetwork()
|