Home
last modified time | relevance | path

Searched refs:tmpPid (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp46 auto tmpPid = vmPid != 0 ? vmPid : tid; in UnwindStack() local
48 bool ret = unwinder_->UnwindRemote(tmpPid, in UnwindStack()
71 LockParser::ParseLockInfo(unwinder_, tmpPid, thread_->threadInfo_.nsTid); in UnwindStack()
/base/security/access_token/frameworks/inner_api/privacy/src/
H A Dprivacy_manager_client.cpp385 uint32_t tmpPid = (pid <= 0) ? 0 : static_cast<uint32_t>(pid); in GetUniqueId() local
386 return (static_cast<uint64_t>(tmpPid) << 32) | (static_cast<uint64_t>(tokenId) & 0xFFFFFFFF); // 32: bit in GetUniqueId()
/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp1859 uint32_t tmpPid = (pid <= 0) ? 0 : (uint32_t)pid; in GetUniqueId() local
1860 return ((uint64_t)tmpPid << 32) | ((uint64_t)tokenId & 0xFFFFFFFF); // 32: bit in GetUniqueId()

Completed in 7 milliseconds