Searched defs:getUid (Results 1 - 5 of 5) sorted by relevance

/system/core/logd/
H A DLogWhiteBlackList.h42 uid_t getUid() const { function in class:Prune
50 return cmp(e->getUid(), e->getPid());
H A DLogBufferElement.h70 uid_t getUid(void) const { function in class:LogBufferElement
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
606 const uid_t& getUid() const { function in struct:TagNameEntry
[all...]
/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

Completed in 96 milliseconds