Home
last modified time | relevance | path

Searched refs:GetCallerTokenId (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp70 auto token = appRecord->GetCallerTokenId() == -1 ? in SendCreateAtomicServiceProcessEvent()
71 static_cast<int>(IPCSkeleton::GetCallingTokenID()) : appRecord->GetCallerTokenId(); in SendCreateAtomicServiceProcessEvent()
102 auto token = appRecord->GetCallerTokenId() == -1 ? in SendProcessStartEvent()
103 static_cast<int>(IPCSkeleton::GetCallingTokenID()) : appRecord->GetCallerTokenId(); in SendProcessStartEvent()
175 auto token = appRecord->GetCallerTokenId() == -1 ? in UpdateCallerInfo()
176 static_cast<int32_t>(IPCSkeleton::GetCallingTokenID()) : appRecord->GetCallerTokenId(); in UpdateCallerInfo()
H A Dapp_running_record.cpp289 int32_t AppRunningRecord::GetCallerTokenId() const in GetCallerTokenId() function in OHOS::AppExecFwk::AppRunningRecord
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_record.h144 uint32_t GetCallerTokenId() const;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_record.cpp310 uint32_t ConnectionRecord::GetCallerTokenId() const in GetCallerTokenId() function in OHOS::AAFwk::ConnectionRecord
H A Dability_connect_manager.cpp704 if (connectRecord->GetCallerTokenId() != IPCSkeleton::GetCallingTokenID() && in DisconnectAbilityLocked()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h177 int32_t GetCallerTokenId() const;

Completed in 14 milliseconds