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
135 void updateUid(Value* value, int hostUid) { in updateUid()150 const int hostUid = mUidMap->getHostUidOrSelf(value.mValue.int_value); in mapIsolatedUidToHostUidIfNecessaryLocked() local162 const int hostUid = mUidMap->getHostUidOrSelf(value.int_value); in mapIsolatedUidToHostUidIfNecessaryLocked() local
43 int hostUid = 20; variable
442 int isolatedUid, int hostUid, bool is_create, uint64_t timestampNs) { in CreateIsolatedUidChangedEvent()