Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp29 : pendingWantManager_(pendingWantManager), uid_(uid), callerTokenId_(callerTokenId), in PendingWantRecord()
104 callerToken_, -1, callerUid_, callerTokenId_); in ExecuteOperation()
110 … allWantsInfos, senderInfo.startOptions, callerToken_, -1, callerUid_, callerTokenId_); in ExecuteOperation()
116 -1, callerUid_, callerTokenId_); in ExecuteOperation()
119 … = pendingWantManager->PendingWantPublishCommonEvent(want, senderInfo, callerUid_, callerTokenId_); in ExecuteOperation()
H A Dconnection_record.cpp285 callerTokenId_ = IPCSkeleton::GetCallingTokenID(); // tokenId identifies the real caller in AttachCallerInfo()
311 return callerTokenId_; in GetCallerTokenId()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_record.h64 int32_t callerTokenId_ = 0; variable
H A Dconnection_record.h162 uint32_t callerTokenId_ = 0; // caller pid variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h1025 int32_t callerTokenId_ = -1; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp285 return callerTokenId_; in GetCallerTokenId()
290 callerTokenId_ = tokenId; in SetCallerTokenId()