/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/ |
H A D | cloud_sync_manager_impl.cpp | 54 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in RegisterCallback() 75 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in UnRegisterCallback() 87 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in StartSync() 99 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in GetSyncTime() 126 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in StartSync() 143 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in TriggerSync() 154 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in StopSync() 165 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in ResetCursor() 177 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in ChangeAppSwitch() 192 SetDeathRecipient(CloudSyncServiceProx in NotifyDataChange() 331 void CloudSyncManagerImpl::SetDeathRecipient(const sptr<IRemoteObject> &remoteObject) SetDeathRecipient() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImpl [all...] |
H A D | cloud_sync_asset_manager_impl.cpp | 42 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in UploadAsset() 58 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in DownloadFile() 76 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in DownloadFiles() 114 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in DownloadFile() 131 SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in DeleteAsset() 137 void CloudSyncAssetManagerImpl::SetDeathRecipient(const sptr<IRemoteObject> &remoteObject) in SetDeathRecipient() function in OHOS::FileManagement::CloudSync::CloudSyncAssetManagerImpl
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/src/ |
H A D | cloud_sync_manager_impl_lite.cpp | 42 SetDeathRecipient(CloudSyncServiceProxy->AsObject());
in TriggerSync() 46 void CloudSyncManagerImplLite::SetDeathRecipient(const sptr<IRemoteObject> &remoteObject)
in SetDeathRecipient() function in OHOS::FileManagement::CloudSync::CloudSyncManagerImplLite
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/src/ |
H A D | cloud_daemon_manager_impl.cpp | 39 SetDeathRecipient(CloudDaemonServiceProxy->AsObject()); in StartFuse() 45 void CloudDaemonManagerImpl::SetDeathRecipient(const sptr<IRemoteObject> &remoteObject) in SetDeathRecipient() function in OHOS::FileManagement::CloudFile::CloudDaemonManagerImpl
|
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupserviceb_fuzzer/ |
H A D | abilityautostartupserviceb_fuzzer.cpp | 71 service->SetDeathRecipient(nullptr, nullptr); in AbilityStartupServiceFuzztest1() 73 service->SetDeathRecipient(token1, nullptr); // add deathrecipient in AbilityStartupServiceFuzztest1() 76 service->SetDeathRecipient(token1, client); // add deathrecipient in AbilityStartupServiceFuzztest1() 77 service->SetDeathRecipient(token1, client); // duplicate add deathrecipient in AbilityStartupServiceFuzztest1()
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner_lite/include/ |
H A D | cloud_sync_manager_impl_lite.h | 35 void SetDeathRecipient(const sptr<IRemoteObject> &remoteObject);
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/include/ |
H A D | cloud_daemon_manager_impl.h | 34 void SetDeathRecipient(const sptr<IRemoteObject> &remoteObject);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_router_proxy_mgr.cpp | 26 void FormRouterProxyMgr::SetDeathRecipient(const sptr<IRemoteObject> &callerToken, in SetDeathRecipient() function in OHOS::AppExecFwk::FormRouterProxyMgr 58 SetDeathRecipient(callerToken, dealthRecipient); in SetFormRouterProxy()
|
H A D | form_observer_record.cpp | 25 void FormObserverRecord::SetDeathRecipient(const sptr<IRemoteObject> &callerToken, in SetDeathRecipient() function in OHOS::AppExecFwk::FormObserverRecord 60 SetDeathRecipient(callerToken, new (std::nothrow) FormObserverRecord::ClientDeathRecipient()); in SetFormAddObserver() 81 SetDeathRecipient(callerToken, new (std::nothrow) FormObserverRecord::ClientDeathRecipient()); in SetFormRemoveObserver() 304 SetDeathRecipient(recordInner.GetRemote(), deathRecipient); in SetFormEventObserverLocked() 316 SetDeathRecipient(recordInner.GetRemote(), deathRecipient); in SetFormEventObserverLocked()
|
H A D | form_host_record.cpp | 262 void FormHostRecord::SetDeathRecipient(const sptr<IRemoteObject::DeathRecipient> &deathRecipient) in SetDeathRecipient() function in OHOS::AppExecFwk::FormHostRecord 292 record.SetDeathRecipient(new (std::nothrow) FormHostRecord::ClientDeathRecipient()); in CreateRecord()
|
/foundation/filemanagement/dfs_service/test/mock/ |
H A D | cloud_daemon_manager_impl_mock.cpp | 40 void CloudDaemonManagerImpl::SetDeathRecipient(const sptr<IRemoteObject> &remoteObject) in SetDeathRecipient() function in OHOS::FileManagement::CloudFile::CloudDaemonManagerImpl
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_status_module.h | 79 void SetDeathRecipient(const sptr<AppRunningStatusListenerInterface> &listener,
|
H A D | child_process_record.h | 58 void SetDeathRecipient(const sptr<AppDeathRecipient> recipient);
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_router_proxy_mgr.h | 73 void SetDeathRecipient(const sptr<IRemoteObject> &callerToken,
|
H A D | form_host_record.h | 180 void SetDeathRecipient(const sptr<IRemoteObject::DeathRecipient> &deathRecipient);
|
H A D | form_observer_record.h | 87 void SetDeathRecipient(const sptr<IRemoteObject> &callerToken,
|
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/ |
H A D | cloud_sync_asset_manager_impl.h | 47 void SetDeathRecipient(const sptr<IRemoteObject> &remoteObject);
|
/foundation/ability/form_fwk/test/unittest/fms_observer_record_test/ |
H A D | fms_observer_record_test.cpp | 46 * @tc.name: SetDeathRecipient. 47 * @tc.desc: Verify that the SetDeathRecipient interface executes normally and exits without exception. 54 formObserverRecord.SetDeathRecipient(callerToken, nullptr); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_daemon/ |
H A D | cloud_daemon_manager_impl_test.cpp | 102 * @tc.desc: Verify the SetDeathRecipient function 114 cloudDaemonManagerImpl_->SetDeathRecipient(remoteObject); in HWTEST_F()
|
/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/ |
H A D | formhostrecord_fuzzer.cpp | 70 formHostRecord.SetDeathRecipient(deathRecipient); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_auto_startup_service.h | 138 void SetDeathRecipient(
|
/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/ |
H A D | abilitychildprocessrecord_fuzzer.cpp | 70 childRecord->SetDeathRecipient(recipient); in DoSomethingInterestingWithMyAPI()
|
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/ |
H A D | distributed_file_daemon_proxy.h | 66 void SetDeathRecipient(RemoteDiedHandler handler);
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
H A D | cloud_sync_asset_manager_impl_test.cpp | 175 * @tc.desc: Verify the SetDeathRecipient function. 184 CloudSyncAssetManagerImpl::GetInstance().SetDeathRecipient(CloudSyncServiceProxy->AsObject()); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_running_record_test/ |
H A D | child_process_record_test.cpp | 224 childRecord->SetDeathRecipient(recipient); in HWTEST_F() 243 childRecord->SetDeathRecipient(recipient); in HWTEST_F()
|