Home
last modified time | relevance | path

Searched refs:callerToken_ (Results 1 - 25 of 53) sorted by relevance

123

/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_host_caller.cpp48 sptr<IFormProvider> providerToken = iface_cast<IFormProvider>(callerToken_); in RequestForm()
59 sptr<IFormProvider> providerToken = iface_cast<IFormProvider>(callerToken_); in MessageEvent()
69 return (callerToken == callerToken_); in IsSameToken()
75 callerToken_->AddDeathRecipient(deathRecipient); in AddDeathRecipient()
H A Dform_provider_caller.cpp37 return (callerToken == callerToken_); in IsSameToken()
105 sptr<IFormHost> callerToken = iface_cast<IFormHost>(callerToken_); in OnAcquire()
135 sptr<IFormHost> callerToken = iface_cast<IFormHost>(callerToken_); in UpdateForm()
146 callerToken_->AddDeathRecipient(deathRecipient); in AddDeathRecipient()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_privacy.cpp55 return PrivacyKit::IsAllowedUsingPermission(callerToken_, OHOS_PERMISSION_CAMERA); in IsAllowUsingCamera()
62 scopeInfo.tokenIDs = {callerToken_}; in RegisterPermissionCallback()
85 int32_t res = PrivacyKit::AddPermissionUsedRecord(callerToken_, OHOS_PERMISSION_CAMERA, successCout, failCount); in AddCameraPermissionUsedRecord()
95 int32_t res = PrivacyKit::StartUsingPermission(callerToken_, OHOS_PERMISSION_CAMERA, cameraUseCallbackPtr_, pid_); in StartUsingPermissionCallback()
104 int32_t res = PrivacyKit::StopUsingPermission(callerToken_, OHOS_PERMISSION_CAMERA, pid_); in StopUsingPermissionCallback()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Drequest_info.h34 return callerToken_; in GetToken()
37 sptr<IRemoteObject> callerToken_; member in OHOS::AbilityRuntime::RequestInfo
/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_death_recipient.cpp26 callerToken_ = callerToken; in NfcControllerDeathRecipient()
36 KITS::ErrorCode ret = nfcConctrolService_->UnRegisterAllCallBack(callerToken_); in OnRemoteDied()
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_cmd_death_recipient.cpp26 : hceSession_(hceSession), callerToken_(callerToken) {} in HceCmdDeathRecipient()
34 KITS::ErrorCode ret = hceSession_->UnRegAllCallback(callerToken_); in OnRemoteDied()
H A Dhce_cmd_death_recipient.h33 Security::AccessToken::AccessTokenID callerToken_; member in OHOS::NFC::HceCmdDeathRecipient
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp32 callerToken_(callerToken), key_(key) in PendingWantRecord()
106 callerToken_, -1, callerUid_, callerTokenId_); in ExecuteOperation()
112 allWantsInfos, senderInfo.startOptions, callerToken_, -1, callerUid_, callerTokenId_); in ExecuteOperation()
117 res = pendingWantManager->PendingWantStartAbility(want, nullptr, callerToken_, in ExecuteOperation()
124 res = pendingWantManager->PendingWantStartServiceExtension(want, callerToken_); in ExecuteOperation()
H A Dcall_record.cpp31 callerToken_(callToken) in CallRecord()
114 return callerToken_; in GetCallerToken()
188 auto abilityRecord = Token::GetAbilityRecordByToken(callerToken_); in Dump()
H A Dconnection_record.cpp35 callerToken_(callerToken), in ConnectionRecord()
66 return callerToken_; in GetToken()
287 auto targetRecord = Token::GetAbilityRecordByToken(callerToken_); in AttachCallerInfo()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_host_caller.h33 : formJsInfo_(formJsInfo), callerToken_(callerToken) {} in FormHostCaller()
77 sptr<IRemoteObject> callerToken_; member in OHOS::AppExecFwk::FormHostCaller
H A Dform_provider_caller.h33 explicit FormProviderCaller(const sptr<IRemoteObject> &callerToken) : callerToken_(callerToken) {} in FormProviderCaller()
103 sptr<IRemoteObject> callerToken_ = nullptr; member in OHOS::AppExecFwk::FormProviderCaller
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dcamera_privacy.h55 : pid_(pid), callerToken_(callingTokenId), cameraDevice_(device) {} in CameraPrivacy()
66 uint32_t callerToken_; member in OHOS::CameraStandard::CameraPrivacy
/foundation/communication/nfc/services/src/ipc/tags/
H A Dforeground_death_recipient.cpp25 callerToken_ = callerToken; in ForegroundDeathRecipient()
H A Dreader_mode_death_recipient.cpp25 callerToken_ = callerToken; in ReaderModeDeathRecipient()
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/
H A Drequest_info.cpp26 callerToken_ = token; in RequestInfo()
39 return callerToken_; in GetToken()
/foundation/communication/nfc/services/include/
H A Dnfc_polling_manager.h42 Security::AccessToken::AccessTokenID callerToken_ = 0; member in OHOS::NFC::NfcPollingManager::ForegroundRegistryData
51 Security::AccessToken::AccessTokenID callerToken_ = 0; member in OHOS::NFC::NfcPollingManager::ReaderModeRegistryData
H A Dforeground_death_recipient.h33 Security::AccessToken::AccessTokenID callerToken_; member in OHOS::NFC::ForegroundDeathRecipient
H A Dnfc_controller_death_recipient.h33 Security::AccessToken::AccessTokenID callerToken_; member in OHOS::NFC::NfcControllerDeathRecipient
H A Dreader_mode_death_recipient.h33 Security::AccessToken::AccessTokenID callerToken_; member in OHOS::NFC::ReaderModeDeathRecipient
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/include/
H A Drequest_info.h67 sptr<IRemoteObject> callerToken_; member in OHOS::AbilityRuntime::RequestInfo
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp396 if (record.type_.compare(type) == 0 && record.callerToken_ == callerToken) { in SetRegisterCallBack()
404 record.callerToken_ = callerToken; in SetRegisterCallBack()
420 if (it->type_.compare(type) == 0 && it->callerToken_ == callerToken) { in RemoveRegisterCallBack()
437 if (it->callerToken_ == callerToken) { in RemoveAllRegisterCallBack()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_record.h155 sptr<IRemoteObject> callerToken_ = nullptr; // from:caller token member in OHOS::AAFwk::ConnectionRecord
H A Dpending_want_record.h66 sptr<IRemoteObject> callerToken_ = {}; member in OHOS::AAFwk::PendingWantRecord
H A Dcall_record.h92 sptr<IRemoteObject> callerToken_ = nullptr; // caller token member in OHOS::AAFwk::CallRecord

Completed in 7 milliseconds

123