Searched refs:callerTokenId_ (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_record.cpp | 29 : 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 D | connection_record.cpp | 285 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 D | pending_want_record.h | 64 int32_t callerTokenId_ = 0; variable
|
H A D | connection_record.h | 162 uint32_t callerTokenId_ = 0; // caller pid variable
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_record.h | 1025 int32_t callerTokenId_ = -1; variable
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_record.cpp | 285 return callerTokenId_; in GetCallerTokenId() 290 callerTokenId_ = tokenId; in SetCallerTokenId()
|