Home
last modified time | relevance | path

Searched refs:GetDeathRecipient (Results 1 - 9 of 9) sorted by relevance

/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()
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp80 formMgr.GetDeathRecipient(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_host_record.h160 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient() const;
/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/
H A Dformhostrecord_fuzzer.cpp68 formHostRecord.GetDeathRecipient(); in DoSomethingInterestingWithMyAPI()
/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()); in HWTEST_F()
239 FormMgr::GetInstance().GetDeathRecipient()->OnRemoteDied(nullptr); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h309 sptr<IRemoteObject::DeathRecipient> GetDeathRecipient() const;
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp146 hostRecords[0].GetDeathRecipient()->OnRemoteDied(token_); in HWTEST_F()
/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
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp1371 * @tc.desc: Verify GetDeathRecipient
1378 auto data = FormMgr::GetInstance().GetDeathRecipient(); in HWTEST_F()

Completed in 15 milliseconds