Home
last modified time | relevance | path

Searched refs:hostUid (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/cmds/statsd/tests/external/
Dpuller_util_test.cpp44 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/
Dpuller_util.cpp84 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/
DStatsLogProcessor.cpp131 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/
Dmetric_util.h145 int isolatedUid, int hostUid, bool is_create, uint64_t timestampNs);
/frameworks/base/cmds/statsd/tests/
Dstatsd_test_util.h176 int isolatedUid, int hostUid, bool is_create, uint64_t timestampNs);
Dstatsd_test_util.cpp442 int isolatedUid, int hostUid, bool is_create, uint64_t timestampNs) { in CreateIsolatedUidChangedEvent() argument
445 logEvent->write(hostUid); in CreateIsolatedUidChangedEvent()