Lines Matching defs:ret
32 if (int ret = RouteController::addInterfaceToDefaultNetwork(interface.c_str(), permission)) { in addToDefault() local
36 if (int ret = delegate->addFallthrough(interface, permission)) { in addToDefault() local
44 if (int ret = RouteController::removeInterfaceFromDefaultNetwork(interface.c_str(), in removeFromDefault() local
49 if (int ret = delegate->removeFallthrough(interface, permission)) { in removeFromDefault() local
77 if (int ret = sd.destroySocketsLackingPermission(mNetId, permission, in destroySocketsLackingPermission() local
109 if (int ret = RouteController::modifyPhysicalNetworkPermission(mNetId, interface.c_str(), in setPermission() local
119 if (int ret = addToDefault(mNetId, interface, permission, mDelegate)) { in setPermission() local
122 if (int ret = removeFromDefault(mNetId, interface, mPermission, mDelegate)) { in setPermission() local
140 if (int ret = addToDefault(mNetId, interface, mPermission, mDelegate)) { in addAsDefault() local
153 if (int ret = removeFromDefault(mNetId, interface, mPermission, mDelegate)) { in removeAsDefault() local
167 int ret = RouteController::addUsersToPhysicalNetwork(mNetId, interface.c_str(), in addUsers() local
182 int ret = RouteController::removeUsersFromPhysicalNetwork(mNetId, interface.c_str(), in removeUsers() local
197 if (int ret = RouteController::addInterfaceToPhysicalNetwork(mNetId, interface.c_str(), in addInterface() local
203 if (int ret = addToDefault(mNetId, interface, mPermission, mDelegate)) { in addInterface() local
216 if (int ret = removeFromDefault(mNetId, interface, mPermission, mDelegate)) { in removeInterface() local
224 if (int ret = RouteController::removeInterfaceFromPhysicalNetwork(mNetId, interface.c_str(), in removeInterface() local