Lines Matching refs:mNetId

74        ALOGE("Error closing sockets for netId %d permission change", mNetId);  in destroySocketsLackingPermission()
77 if (int ret = sd.destroySocketsLackingPermission(mNetId, permission, in destroySocketsLackingPermission()
80 mNetId, permission, strerror(-ret)); in destroySocketsLackingPermission()
109 if (int ret = RouteController::modifyPhysicalNetworkPermission(mNetId, interface.c_str(), in setPermission()
112 interface.c_str(), mNetId, mPermission, permission); in setPermission()
119 if (int ret = addToDefault(mNetId, interface, permission, mDelegate)) { in setPermission()
122 if (int ret = removeFromDefault(mNetId, interface, mPermission, mDelegate)) { in setPermission()
140 if (int ret = addToDefault(mNetId, interface, mPermission, mDelegate)) { in addAsDefault()
153 if (int ret = removeFromDefault(mNetId, interface, mPermission, mDelegate)) { in removeAsDefault()
167 int ret = RouteController::addUsersToPhysicalNetwork(mNetId, interface.c_str(), in addUsers()
170 ALOGE("failed to add users on interface %s of netId %u", interface.c_str(), mNetId); in addUsers()
182 int ret = RouteController::removeUsersFromPhysicalNetwork(mNetId, interface.c_str(), in removeUsers()
185 ALOGE("failed to remove users on interface %s of netId %u", interface.c_str(), mNetId); in removeUsers()
197 if (int ret = RouteController::addInterfaceToPhysicalNetwork(mNetId, interface.c_str(), in addInterface()
199 ALOGE("failed to add interface %s to netId %u", interface.c_str(), mNetId); in addInterface()
203 if (int ret = addToDefault(mNetId, interface, mPermission, mDelegate)) { in addInterface()
216 if (int ret = removeFromDefault(mNetId, interface, mPermission, mDelegate)) { in removeInterface()
224 if (int ret = RouteController::removeInterfaceFromPhysicalNetwork(mNetId, interface.c_str(), in removeInterface()
226 ALOGE("failed to remove interface %s from netId %u", interface.c_str(), mNetId); in removeInterface()