OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_UID
(Results
1 - 5
of
5
) sorted by null
/system/netd/server/
NetdConstants.h
50
const uid_t
INVALID_UID
= static_cast<uid_t>(-1);
UidRanges.cpp
64
if (uidStart ==
INVALID_UID
|| uidEnd ==
INVALID_UID
) {
RouteController.cpp
253
// + If |uidStart| and |uidEnd| are not
INVALID_UID
, the rule matches packets from UIDs in that
279
if ((uidStart ==
INVALID_UID
) != (uidEnd ==
INVALID_UID
)) {
283
bool isUidRule = (uidStart !=
INVALID_UID
);
340
return modifyIpRule(action, priority, table, fwmark, mask, IIF_NONE, OIF_NONE,
INVALID_UID
,
341
INVALID_UID
);
467
INVALID_UID
,
INVALID_UID
);
561
if (uidStart ==
INVALID_UID
&& uidEnd ==
INVALID_UID
) {
[
all
...]
NetworkController.cpp
529
// If uid is
INVALID_UID
, this likely means that we were unable to retrieve the UID of the peer
531
if (uid ==
INVALID_UID
) {
/frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java
210
private static final int
INVALID_UID
= -1;
211
private int mUidResponsibleForReeval =
INVALID_UID
;
420
if (mUidResponsibleForReeval !=
INVALID_UID
) {
422
mUidResponsibleForReeval =
INVALID_UID
;
[
all
...]
Completed in 93 milliseconds