/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_host_record.cpp | 254 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 D | device_info_kits.h | 46 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient(void) in GetDeathRecipient() function
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/ |
H A D | fms_form_mgr_death_callback_test.cpp | 179 FormMgr::GetInstance().GetDeathRecipient()->OnRemoteDied(formyMgrServ_->AsObject()); 239 FormMgr::GetInstance().GetDeathRecipient()->OnRemoteDied(nullptr);
|
/ohos5.0/base/startup/init/test/unittest/deviceinfo/ |
H A D | DeviceInfoUnittest.cpp | 100 if (kits.GetDeathRecipient() != nullptr) { 101 kits.GetDeathRecipient()->OnRemoteDied(object);
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | watcher_agent_unittest.cpp | 198 if (instance.GetDeathRecipient() != nullptr) { in TestResetService() 199 instance.GetDeathRecipient()->OnRemoteDied(object); in TestResetService()
|
H A D | watcher_proxy_unittest.cpp | 222 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 D | form_host_record.h | 160 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient() const;
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/ |
H A D | formhostrecord_fuzzer.cpp | 68 formHostRecord.GetDeathRecipient(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 80 formMgr.GetDeathRecipient(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/startup/init/services/param/watcher/agent/ |
H A D | watcher_manager_kits.h | 106 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient(void) in GetDeathRecipient() function
|
/ohos5.0/base/account/os_account/services/accountmgr/include/domain_account/ |
H A D | inner_domain_account_manager.h | 95 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient();
|
/ohos5.0/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager.h | 72 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient(void) in GetDeathRecipient() function
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 309 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient() const;
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/ |
H A D | fms_form_host_record_test.cpp | 146 hostRecords[0].GetDeathRecipient()->OnRemoteDied(token_);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | inner_domain_account_manager.cpp | 136 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 D | form_mgr.cpp | 777 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 D | form_mgr_test.cpp | 1378 auto data = FormMgr::GetInstance().GetDeathRecipient();
|