Searched refs:callerTokenId_ (Results 1 - 10 of 10) sorted by relevance
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_record.cpp | 31 : pendingWantManager_(pendingWantManager), uid_(uid), callerTokenId_(callerTokenId), in PendingWantRecord() 106 callerToken_, -1, callerUid_, callerTokenId_); in ExecuteOperation() 112 allWantsInfos, senderInfo.startOptions, callerToken_, -1, callerUid_, callerTokenId_); in ExecuteOperation() 118 -1, callerUid_, callerTokenId_); in ExecuteOperation() 121 res = pendingWantManager->PendingWantPublishCommonEvent(want, senderInfo, callerUid_, callerTokenId_); in ExecuteOperation()
|
H A D | connection_record.cpp | 286 callerTokenId_ = IPCSkeleton::GetCallingTokenID(); // tokenId identifies the real caller in AttachCallerInfo() 312 return callerTokenId_; in GetCallerTokenId()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/ |
H A D | enroll_engine.cpp | 314 callerTokenId_ = IPCSkeleton::GetCallingTokenID(); in StartAudioSource() 315 IntellVoiceUtil::RecordPermissionPrivacy(OHOS_MICROPHONE_PERMISSION, callerTokenId_, in StartAudioSource() 327 IntellVoiceUtil::RecordPermissionPrivacy(OHOS_MICROPHONE_PERMISSION, callerTokenId_, in StopAudioSource()
|
H A D | enroll_engine.h | 55 uint32_t callerTokenId_ = 0; member in OHOS::IntellVoiceEngine::EnrollEngine
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | connection_record.h | 162 uint32_t callerTokenId_ = 0; // caller pid member in OHOS::AAFwk::ConnectionRecord
|
H A D | pending_want_record.h | 65 int32_t callerTokenId_ = 0; member in OHOS::AAFwk::PendingWantRecord
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/ |
H A D | wakeup_engine_impl.cpp | 539 callerTokenId_ = IPCSkeleton::GetCallingTokenID(); in HandleStartCapturer() 540 IntellVoiceUtil::RecordPermissionPrivacy(OHOS_MICROPHONE_PERMISSION, callerTokenId_, in HandleStartCapturer() 570 IntellVoiceUtil::RecordPermissionPrivacy(OHOS_MICROPHONE_PERMISSION, callerTokenId_, in HandleStopCapturer() 636 IntellVoiceUtil::RecordPermissionPrivacy(OHOS_MICROPHONE_PERMISSION, callerTokenId_, in HandleRelease()
|
H A D | wakeup_engine_impl.h | 95 uint32_t callerTokenId_ = 0; member in OHOS::IntellVoiceEngine::WakeupEngineImpl
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_record.h | 1109 int32_t callerTokenId_ = -1; member in OHOS::AppExecFwk::AppRunningRecord
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_record.cpp | 291 return callerTokenId_; in GetCallerTokenId() 296 callerTokenId_ = tokenId; in SetCallerTokenId()
|
Completed in 9 milliseconds