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
169 if (int ret = RouteController::addInterfaceToPhysicalNetwork(mNetId, interface.c_str(), in addInterface() local
175 if (int ret = addToDefault(mNetId, interface, mPermission, mDelegate)) { in addInterface() local
188 if (int ret = removeFromDefault(mNetId, interface, mPermission, mDelegate)) { in removeInterface() local
196 if (int ret = RouteController::removeInterfaceFromPhysicalNetwork(mNetId, interface.c_str(), in removeInterface() local