Lines Matching defs:add
68 Permission permission, bool add) WARN_UNUSED_RESULT;
77 bool add) WARN_UNUSED_RESULT;
91 Permission permission, bool add) {
92 if (add) {
96 ALOGE("failed to add fallthrough to %s for VPN netId %u", physicalInterface.c_str(),
123 Permission permission, bool add) {
126 if (int ret = modifyFallthrough(entry.first, physicalInterface, permission, add)) {
439 ALOGE("cannot add users to non-virtual network with netId %u", netId);
551 const char* nexthop, bool add, bool legacy, uid_t uid) {
579 return add ? RouteController::addRoute(interface, destination, nexthop, tableType) :
583 int NetworkController::modifyFallthroughLocked(unsigned vpnNetId, bool add) {
599 add)) {