Home
last modified time | relevance | path

Searched refs:SetDeathRecipient (Results 1 - 25 of 41) sorted by relevance

12

/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_manager_impl.cpp54 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 Dcloud_sync_asset_manager_impl.cpp42 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 Dcloud_sync_manager_impl_lite.cpp42 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 Dcloud_daemon_manager_impl.cpp39 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 Dabilityautostartupserviceb_fuzzer.cpp71 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 Dcloud_sync_manager_impl_lite.h35 void SetDeathRecipient(const sptr<IRemoteObject> &remoteObject);
/foundation/filemanagement/dfs_service/frameworks/native/cloud_daemon_kit_inner/include/
H A Dcloud_daemon_manager_impl.h34 void SetDeathRecipient(const sptr<IRemoteObject> &remoteObject);
/foundation/ability/form_fwk/services/src/
H A Dform_router_proxy_mgr.cpp26 void FormRouterProxyMgr::SetDeathRecipient(const sptr<IRemoteObject> &callerToken, in SetDeathRecipient() function in OHOS::AppExecFwk::FormRouterProxyMgr
58 SetDeathRecipient(callerToken, dealthRecipient); in SetFormRouterProxy()
H A Dform_observer_record.cpp25 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 Dform_host_record.cpp262 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 Dcloud_daemon_manager_impl_mock.cpp40 void CloudDaemonManagerImpl::SetDeathRecipient(const sptr<IRemoteObject> &remoteObject) in SetDeathRecipient() function in OHOS::FileManagement::CloudFile::CloudDaemonManagerImpl
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_status_module.h79 void SetDeathRecipient(const sptr<AppRunningStatusListenerInterface> &listener,
H A Dchild_process_record.h58 void SetDeathRecipient(const sptr<AppDeathRecipient> recipient);
/foundation/ability/form_fwk/services/include/
H A Dform_router_proxy_mgr.h73 void SetDeathRecipient(const sptr<IRemoteObject> &callerToken,
H A Dform_host_record.h180 void SetDeathRecipient(const sptr<IRemoteObject::DeathRecipient> &deathRecipient);
H A Dform_observer_record.h87 void SetDeathRecipient(const sptr<IRemoteObject> &callerToken,
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/include/
H A Dcloud_sync_asset_manager_impl.h47 void SetDeathRecipient(const sptr<IRemoteObject> &remoteObject);
/foundation/ability/form_fwk/test/unittest/fms_observer_record_test/
H A Dfms_observer_record_test.cpp46 * @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 Dcloud_daemon_manager_impl_test.cpp102 * @tc.desc: Verify the SetDeathRecipient function
114 cloudDaemonManagerImpl_->SetDeathRecipient(remoteObject); in HWTEST_F()
/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/
H A Dformhostrecord_fuzzer.cpp70 formHostRecord.SetDeathRecipient(deathRecipient); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_auto_startup_service.h138 void SetDeathRecipient(
/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/
H A Dabilitychildprocessrecord_fuzzer.cpp70 childRecord->SetDeathRecipient(recipient); in DoSomethingInterestingWithMyAPI()
/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Ddistributed_file_daemon_proxy.h66 void SetDeathRecipient(RemoteDiedHandler handler);
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_asset_manager_impl_test.cpp175 * @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 Dchild_process_record_test.cpp224 childRecord->SetDeathRecipient(recipient); in HWTEST_F()
243 childRecord->SetDeathRecipient(recipient); in HWTEST_F()

Completed in 10 milliseconds

12