Lines Matching refs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
41 boolean firewallReplaceUidChain(String chainName, boolean isWhitelist, in int[] uids);
46 * - When disabled, all packets to/from apps in the penalty box chain are rejected on costly
48 * - When enabled, only apps that are in the happy box chain and not in the penalty box chain
51 * traffic from system UIDs, place them in the penalty box chain.
79 * @throws ServiceSpecificException in case of failure, with an error code corresponding to the
82 void networkRejectNonSecureVpn(boolean add, in UidRange[] uidRanges);
87 void socketDestroy(in UidRange[] uidRanges, in int[] exemptUids);
106 * @throws ServiceSpecificException in case of failure, with an error code corresponding to the
109 void setResolverConfiguration(int netId, in @utf8InCpp String[] servers,
110 in @utf8InCpp String[] domains, in int[] params);
129 * @param params the resolver parameters configured, i.e. the contents of __res_params in order.
130 * @param stats the stats for each server in the order specified by RESOLVER_STATS_XXX
141 * in this order. For example, the timeout counter for server N is stored at position
143 * @throws ServiceSpecificException in case of failure, with an error code corresponding to the
165 * be a name in MessageDigest's format. Currently "SHA-256" is the only supported
171 * @throws ServiceSpecificException in case of failure, with an error code indicating the
174 void addPrivateDnsServer(in @utf8InCpp String server, int port,
175 in @utf8InCpp String fingerprintAlgorithm, in @utf8InCpp String[] fingerprints);
181 * @throws ServiceSpecificException in case of failure, with an error code indicating the
184 void removePrivateDnsServer(in @utf8InCpp String server);
188 * This is needed to for the DNS server to observe changes in the set
203 * @throws ServiceSpecificException in case of failure, with an error code corresponding to the
206 void interfaceAddAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString,
208 void interfaceDelAddress(in @utf8InCpp String ifName, in @utf8InCpp String addrString,
225 void setProcSysNet(int family, int which, in @utf8InCpp String ifname,
226 in @utf8InCpp String parameter, in @utf8InCpp String value);
253 in @utf8InCpp String localAddress,
254 in @utf8InCpp String remoteAddress,
275 * @param encapLocalPort the port number on the host to be used in encap packets
282 in @utf8InCpp String localAddress,
283 in @utf8InCpp String remoteAddress,
286 in @utf8InCpp String authAlgo, in byte[] authKey, in int authTruncBits,
287 in @utf8InCpp String cryptAlgo, in byte[] cryptKey, in int cryptTruncBits,
304 in @utf8InCpp String localAddress,
305 in @utf8InCpp String remoteAddress,
319 in FileDescriptor socket,
322 in @utf8InCpp String localAddress,
323 in @utf8InCpp String remoteAddress,
333 in FileDescriptor socket);
340 * @param prefix arbitrary string used to identify wakeup sources in onWakeupEvent
342 void wakeupAddInterface(in @utf8InCpp String ifName, in @utf8InCpp String prefix, int mark, int mask);
348 * @param prefix arbitrary string used to identify wakeup sources in onWakeupEvent
350 void wakeupDelInterface(in @utf8InCpp String ifName, in @utf8InCpp String prefix, int mark, int mask);
363 void setIPv6AddrGenMode(in @utf8InCpp String ifName, int mode);