Searched refs:hostUid (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/cmds/statsd/tests/external/ |
D | puller_util_test.cpp | 44 int hostUid = 20; variable 73 event->write(hostUid); in TEST() 81 .WillRepeatedly(Return(hostUid)); in TEST() 105 event->write(hostUid); in TEST() 113 event->write(hostUid); in TEST() 121 .WillRepeatedly(Return(hostUid)); in TEST() 139 event->write(hostUid); in TEST() 147 event->write(hostUid); in TEST() 155 .WillRepeatedly(Return(hostUid)); in TEST() 175 event->write(hostUid); in TEST() [all …]
|
/frameworks/base/cmds/statsd/src/external/ |
D | puller_util.cpp | 84 const int hostUid = uidMap->getHostUidOrSelf(value.mValue.int_value); in mapAndMergeIsolatedUidsToHostUid() local 85 value.mValue.setInt(hostUid); in mapAndMergeIsolatedUidsToHostUid() 96 const int hostUid = uidMap->getHostUidOrSelf(value.int_value); in mapAndMergeIsolatedUidsToHostUid() local 97 value.setInt(hostUid); in mapAndMergeIsolatedUidsToHostUid()
|
/frameworks/base/cmds/statsd/src/ |
D | StatsLogProcessor.cpp | 131 void updateUid(Value* value, int hostUid) { in updateUid() argument 133 if (uid != hostUid) { in updateUid() 134 value->setInt(hostUid); in updateUid() 146 const int hostUid = mUidMap->getHostUidOrSelf(value.mValue.int_value); in mapIsolatedUidToHostUidIfNecessaryLocked() local 147 updateUid(&value.mValue, hostUid); in mapIsolatedUidToHostUidIfNecessaryLocked() 158 const int hostUid = mUidMap->getHostUidOrSelf(value.int_value); in mapIsolatedUidToHostUidIfNecessaryLocked() local 159 updateUid(&value, hostUid); in mapIsolatedUidToHostUidIfNecessaryLocked()
|
/frameworks/base/cmds/statsd/benchmark/ |
D | metric_util.h | 145 int isolatedUid, int hostUid, bool is_create, uint64_t timestampNs);
|
/frameworks/base/cmds/statsd/tests/ |
D | statsd_test_util.h | 176 int isolatedUid, int hostUid, bool is_create, uint64_t timestampNs);
|
D | statsd_test_util.cpp | 442 int isolatedUid, int hostUid, bool is_create, uint64_t timestampNs) { in CreateIsolatedUidChangedEvent() argument 445 logEvent->write(hostUid); in CreateIsolatedUidChangedEvent()
|