/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_host_caller.cpp | 48 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 D | form_provider_caller.cpp | 37 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 D | camera_privacy.cpp | 55 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 D | request_info.h | 34 return callerToken_; in GetToken() 37 sptr<IRemoteObject> callerToken_; member in OHOS::AbilityRuntime::RequestInfo
|
/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | nfc_controller_death_recipient.cpp | 26 callerToken_ = callerToken; in NfcControllerDeathRecipient() 36 KITS::ErrorCode ret = nfcConctrolService_->UnRegisterAllCallBack(callerToken_); in OnRemoteDied()
|
/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_cmd_death_recipient.cpp | 26 : hceSession_(hceSession), callerToken_(callerToken) {} in HceCmdDeathRecipient() 34 KITS::ErrorCode ret = hceSession_->UnRegAllCallback(callerToken_); in OnRemoteDied()
|
H A D | hce_cmd_death_recipient.h | 33 Security::AccessToken::AccessTokenID callerToken_; member in OHOS::NFC::HceCmdDeathRecipient
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | pending_want_record.cpp | 32 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 D | call_record.cpp | 31 callerToken_(callToken) in CallRecord() 114 return callerToken_; in GetCallerToken() 188 auto abilityRecord = Token::GetAbilityRecordByToken(callerToken_); in Dump()
|
H A D | connection_record.cpp | 35 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 D | form_host_caller.h | 33 : formJsInfo_(formJsInfo), callerToken_(callerToken) {} in FormHostCaller() 77 sptr<IRemoteObject> callerToken_; member in OHOS::AppExecFwk::FormHostCaller
|
H A D | form_provider_caller.h | 33 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 D | camera_privacy.h | 55 : 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 D | foreground_death_recipient.cpp | 25 callerToken_ = callerToken;
in ForegroundDeathRecipient()
|
H A D | reader_mode_death_recipient.cpp | 25 callerToken_ = callerToken;
in ReaderModeDeathRecipient()
|
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/ |
H A D | request_info.cpp | 26 callerToken_ = token; in RequestInfo() 39 return callerToken_; in GetToken()
|
/foundation/communication/nfc/services/include/ |
H A D | nfc_polling_manager.h | 42 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 D | foreground_death_recipient.h | 33 Security::AccessToken::AccessTokenID callerToken_;
member in OHOS::NFC::ForegroundDeathRecipient
|
H A D | nfc_controller_death_recipient.h | 33 Security::AccessToken::AccessTokenID callerToken_;
member in OHOS::NFC::NfcControllerDeathRecipient
|
H A D | reader_mode_death_recipient.h | 33 Security::AccessToken::AccessTokenID callerToken_;
member in OHOS::NFC::ReaderModeDeathRecipient
|
/foundation/ability/ability_runtime/frameworks/js/napi/dialog_request_info/include/ |
H A D | request_info.h | 67 sptr<IRemoteObject> callerToken_; member in OHOS::AbilityRuntime::RequestInfo
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_service.cpp | 396 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 D | connection_record.h | 155 sptr<IRemoteObject> callerToken_ = nullptr; // from:caller token member in OHOS::AAFwk::ConnectionRecord
|
H A D | pending_want_record.h | 66 sptr<IRemoteObject> callerToken_ = {}; member in OHOS::AAFwk::PendingWantRecord
|
H A D | call_record.h | 92 sptr<IRemoteObject> callerToken_ = nullptr; // caller token member in OHOS::AAFwk::CallRecord
|