Home
last modified time | relevance | path

Searched refs:getUid (Results 1 – 13 of 13) sorted by relevance

/system/core/logd/
DLogStatistics.h155 UidEntry(LogBufferElement *e):EntryBaseDropped(e),uid(e->getUid()) { } in UidEntry()
177 uid(e->getUid()), in PidEntry()
187 const uid_t&getUid() const { return uid; } in getUid() function
204 uid_t u = e->getUid(); in add()
205 if (getUid() != u) { in add()
229 uid(e->getUid()), in TidEntry()
239 const uid_t&getUid() const { return uid; } in getUid() function
256 uid_t u = e->getUid(); in add()
257 if (getUid() != u) { in add()
275 uid(e->getUid()) { } in TagEntry()
[all …]
DLogBuffer.cpp246 LogBufferIteratorMap::iterator f = mLastWorstUid[id].find(e->getUid()); in erase()
290 LogBufferElementKey key(e->getUid(), e->getPid(), e->getTid()); in merge()
306 LogBufferElementKey key(e->getUid(), e->getPid(), e->getTid()); in add()
408 if (e->getUid() == caller_uid) { in prune()
518 if (e->getUid() == worst) { in prune()
536 if ((!gc && (e->getUid() == worst)) in prune()
537 || (mLastWorstUid[id].find(e->getUid()) in prune()
539 mLastWorstUid[id][e->getUid()] = it; in prune()
545 if (e->getUid() != worst) { in prune()
694 uid_t uid = reader->getUid(); in flushTo()
[all …]
DLogWhiteBlackList.h41 uid_t getUid() const { return mUid; } in getUid() function
44 int cmp(LogBufferElement *e) const { return cmp(e->getUid(), e->getPid()); } in cmp()
DLogStatistics.cpp79 uidTable[log_id].add(e->getUid(), e); in add()
104 uidTable[log_id].subtract(e->getUid(), e); in subtract()
126 uidTable[log_id].drop(e->getUid(), e); in drop()
167 if (entry.getUid() == uid) { in uidToName()
344 uid_t u = entry->getUid(); in format()
403 uid_t u = entry->getUid(); in format()
459 uid_t u = entry->getUid(); in format()
522 return pidTable.add(pid)->second.getUid(); in pidToUid()
DLogBufferElement.h82 uid_t getUid(void) const { return mUid; } in getUid() function
DCommandListener.cpp82 uid_t uid = cli->getUid(); in runCommand()
215 uid_t uid = cli->getUid(); in runCommand()
DLogCommand.cpp61 uid_t uid = cli->getUid(); in clientHasLogCredentials()
/system/netd/server/
DFwmarkServer.cpp78 Permission permission = mNetworkController->getPermissionForUser(client->getUid()); in processClient()
147 fwmark.netId = mNetworkController->getNetworkForConnect(client->getUid()); in processClient()
162 if (int ret = mNetworkController->checkUserNetworkAccess(client->getUid(), in processClient()
167 fwmark.protectedFromVpn = mNetworkController->canProtect(client->getUid()); in processClient()
173 if (!mNetworkController->canProtect(client->getUid())) { in processClient()
DDnsProxyListener.cpp229 uid_t uid = cli->getUid(); in runCommand()
291 uid_t uid = cli->getUid(); in runCommand()
401 uid_t uid = cli->getUid(); in runCommand()
/system/core/include/sysutils/
DSocketClient.h40 uid_t getUid() const { return mUid; } in getUid() function
/system/vold/
DCryptCommandListener.cpp115 if ((cli->getUid() != 0) && (cli->getUid() != AID_SYSTEM)) { in runCommand()
DCommandListener.cpp593 if ((cli->getUid() != 0) && (cli->getUid() != AID_SYSTEM)) { in runCommand()
/system/core/libsysutils/src/
DFrameworkListener.cpp202 LOG_EVENT_INT(78001, cli->getUid()); in dispatchCommand()