Searched defs:hostUid (Results 1 – 4 of 4) sorted by relevance
84 const int hostUid = uidMap->getHostUidOrSelf(value.mValue.int_value); in mapAndMergeIsolatedUidsToHostUid() local96 const int hostUid = uidMap->getHostUidOrSelf(value.int_value); in mapAndMergeIsolatedUidsToHostUid() local
44 int hostUid = 20; variable
131 void updateUid(Value* value, int hostUid) { in updateUid()146 const int hostUid = mUidMap->getHostUidOrSelf(value.mValue.int_value); in mapIsolatedUidToHostUidIfNecessaryLocked() local158 const int hostUid = mUidMap->getHostUidOrSelf(value.int_value); in mapIsolatedUidToHostUidIfNecessaryLocked() local
442 int isolatedUid, int hostUid, bool is_create, uint64_t timestampNs) { in CreateIsolatedUidChangedEvent()