Home
last modified time | relevance | path

Searched refs:GetDeathRecipient (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_host_record.cpp254 sptr<IRemoteObject::DeathRecipient> FormHostRecord::GetDeathRecipient() const in GetDeathRecipient() function in OHOS::AppExecFwk::FormHostRecord
293 record.AddDeathRecipient(record.GetDeathRecipient()); in CreateRecord()
/ohos5.0/base/startup/init/device_info/
H A Ddevice_info_kits.h46 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient(void) in GetDeathRecipient() function
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/
H A Dfms_form_mgr_death_callback_test.cpp179 FormMgr::GetInstance().GetDeathRecipient()->OnRemoteDied(formyMgrServ_->AsObject());
239 FormMgr::GetInstance().GetDeathRecipient()->OnRemoteDied(nullptr);
/ohos5.0/base/startup/init/test/unittest/deviceinfo/
H A DDeviceInfoUnittest.cpp100 if (kits.GetDeathRecipient() != nullptr) {
101 kits.GetDeathRecipient()->OnRemoteDied(object);
/ohos5.0/base/startup/init/test/unittest/param/
H A Dwatcher_agent_unittest.cpp198 if (instance.GetDeathRecipient() != nullptr) { in TestResetService()
199 instance.GetDeathRecipient()->OnRemoteDied(object); in TestResetService()
H A Dwatcher_proxy_unittest.cpp222 if (watcherManager->GetDeathRecipient() != nullptr) { in TestWatchAgentDied()
223 … watcherManager->GetDeathRecipient()->OnRemoteDied(remoteWatcher->GetWatcher()->AsObject()); in TestWatchAgentDied()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_host_record.h160 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient() const;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/
H A Dformhostrecord_fuzzer.cpp68 formHostRecord.GetDeathRecipient(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp80 formMgr.GetDeathRecipient(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/startup/init/services/param/watcher/agent/
H A Dwatcher_manager_kits.h106 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient(void) in GetDeathRecipient() function
/ohos5.0/base/account/os_account/services/accountmgr/include/domain_account/
H A Dinner_domain_account_manager.h95 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient();
/ohos5.0/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.h72 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient(void) in GetDeathRecipient() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h309 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient() const;
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp146 hostRecords[0].GetDeathRecipient()->OnRemoteDied(token_);
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp136 auto deathRecipient = GetDeathRecipient(); in RegisterPlugin()
1283 sptr<IRemoteObject::DeathRecipient> InnerDomainAccountManager::GetDeathRecipient() in GetDeathRecipient() function in OHOS::AccountSA::InnerDomainAccountManager
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp777 sptr<IRemoteObject::DeathRecipient> FormMgr::GetDeathRecipient() const in GetDeathRecipient() function in OHOS::AppExecFwk::FormMgr
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp1378 auto data = FormMgr::GetInstance().GetDeathRecipient();