Searched refs:getUid (Results 1 - 15 of 15) sorted by path

/system/core/include/sysutils/
H A DSocketClient.h40 uid_t getUid() const { return mUid; } function in class:SocketClient
/system/core/libsysutils/include/sysutils/
H A DSocketClient.h40 uid_t getUid() const { return mUid; } function in class:SocketClient
/system/core/logd/
H A DCommandListener.cpp82 uid_t uid = cli->getUid();
202 uid_t uid = cli->getUid();
286 uid_t uid = cli->getUid();
H A DFlushCommand.cpp107 return (client->getUid() == AID_SYSTEM) || (client->getGid() == AID_SYSTEM);
H A DLogBuffer.cpp149 if (elem->getUid() != last->getUid()) return DIFFERENT;
475 : element->getUid();
483 // element->getUid() may not be AID_SYSTEM for next-best-watermark.
503 : element->getUid();
580 LogBufferElementKey key(element->getUid(), element->getPid(),
597 LogBufferElementKey key(element->getUid(), element->getPid(),
727 (element->getUid() != caller_uid)) {
756 int worst = -1; // not valid for getUid() or getKey()
857 : element->getUid();
[all...]
H A DLogBufferElement.h70 uid_t getUid(void) const { function in class:LogBufferElement
H A DLogCommand.cpp144 return clientHasLogCredentials(cli->getUid(), cli->getGid(), cli->getPid());
H A DLogReader.cpp199 cli->getUid(), cli->getGid(), cli->getPid(), nonBlock ? 'n' : 'b', tail,
H A DLogStatistics.cpp136 uidTable[log_id].add(element->getUid(), element);
137 if (element->getUid() == AID_SYSTEM) {
179 uidTable[log_id].subtract(element->getUid(), element);
180 if (element->getUid() == AID_SYSTEM) {
217 uidTable[log_id].drop(element->getUid(), element);
218 if (element->getUid() == AID_SYSTEM) {
281 if (entry.getUid() == uid) {
336 uid_t uid = getUid();
445 uid_t uid = getUid();
470 uid_t uid = getUid();
[all...]
H A DLogStatistics.h95 if ((uid != AID_ROOT) && (uid != entry.getUid())) {
284 uid(element->getUid()),
291 inline const uid_t& getUid() const { function in struct:UidEntry
323 uid(element->getUid()),
342 const uid_t& getUid() const { function in struct:PidEntry
360 uid_t incomingUid = element->getUid();
361 if (getUid() != incomingUid) {
399 uid(element->getUid()),
422 const uid_t& getUid() const { function in struct:TidEntry
440 uid_t incomingUid = element->getUid();
475 const uid_t& getUid() const { function in struct:TagEntry
607 const uid_t& getUid() const { function in struct:TagNameEntry
[all...]
H A DLogWhiteBlackList.h42 uid_t getUid() const { function in class:Prune
50 return cmp(e->getUid(), e->getPid());
/system/netd/server/
H A DDnsProxyListener.cpp362 uid_t uid = cli->getUid();
419 uid_t uid = cli->getUid();
522 total_ip_addr_count, mClient->getUid());
558 uid_t uid = cli->getUid();
H A DFwmarkServer.cpp91 Permission permission = mNetworkController->getPermissionForUser(client->getUid());
160 fwmark.netId = mNetworkController->getNetworkForConnect(client->getUid());
194 (ret == 0) ? strtoul(portstr, NULL, 10) : 0, client->getUid());
206 if (int ret = mNetworkController->checkUserNetworkAccess(client->getUid(),
211 fwmark.protectedFromVpn = mNetworkController->canProtect(client->getUid());
217 if (!mNetworkController->canProtect(client->getUid())) {
/system/vold/
H A DCommandListener.cpp601 if ((cli->getUid() != 0) && (cli->getUid() != AID_SYSTEM)) {
H A DCryptCommandListener.cpp176 if ((cli->getUid() != 0) && (cli->getUid() != AID_SYSTEM)) {

Completed in 506 milliseconds