Home
last modified time | relevance | path

Searched refs:HandleHostDied (Results 1 - 14 of 14) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H A Dform_supply_callback_test.cpp159 * @tc.desc: test HandleHostDied function and hostToken is not nullptr
167 // test HandleHostDied function in HWTEST_F()
168 formSupplyCallback.HandleHostDied(hostToken); in HWTEST_F()
174 * @tc.desc: test HandleHostDied function and hostToken is nullptr
181 // test HandleHostDied function in HWTEST_F()
182 formSupplyCallback.HandleHostDied(nullptr); in HWTEST_F()
188 * @tc.desc: test HandleHostDied function and hostToken is not nullptr GetHostToken is not nullptr
202 // test HandleHostDied function in HWTEST_F()
203 formSupplyCallback.HandleHostDied(hostToken); in HWTEST_F()
209 * @tc.desc: test HandleHostDied functio
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_supply_callback.h94 void HandleHostDied(const sptr<IRemoteObject> &hostToken);
H A Dform_data_mgr.h198 void HandleHostDied(const sptr<IRemoteObject> &remoteHost);
/foundation/ability/form_fwk/test/fuzztest/formrenderrecord_fuzzer/
H A Dformrenderrecord_fuzzer.cpp50 formRenderRecord->HandleHostDied(hostRemoteObj); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formdatamgrone_fuzzer/
H A Dformdatamgrone_fuzzer.cpp70 formDataMgr.HandleHostDied(remoteHost); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp67 formSupplyCallback.HandleHostDied(hostToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h86 bool HandleHostDied(const sptr<IRemoteObject> hostRemoteObj);
/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp304 void FormSupplyCallback::HandleHostDied(const sptr<IRemoteObject> &hostToken) in HandleHostDied() function in OHOS::AppExecFwk::FormSupplyCallback
H A Dform_task_mgr.cpp591 FormDataMgr::GetInstance().HandleHostDied(remoteHost); in HostDied()
592 FormSupplyCallback::GetInstance()->HandleHostDied(remoteHost); in HostDied()
H A Dform_data_mgr.cpp701 void FormDataMgr::HandleHostDied(const sptr<IRemoteObject> &remoteHost) in HandleHostDied() function in OHOS::AppExecFwk::FormDataMgr
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp210 if (renderRecord && renderRecord->HandleHostDied(hostToken)) { in CleanFormHost()
H A Dform_render_record.cpp146 bool FormRenderRecord::HandleHostDied(const sptr<IRemoteObject> hostRemoteObj) in HandleHostDied() function in OHOS::AppExecFwk::FormRender::FormRenderRecord
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1048 * @tc.name: HandleHostDied
1075 formDataMgr_.HandleHostDied(token_); in HWTEST_F()
1082 * @tc.name: HandleHostDied
1110 formDataMgr_.HandleHostDied(token_); in HWTEST_F()
1117 * @tc.name: HandleHostDied
1142 formDataMgr_.HandleHostDied(token_); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp99 * @tc.desc: test HandleHostDied function.
110 EXPECT_EQ(true, formRenderRecordPtr_->HandleHostDied(hostRemoteObj)); in HWTEST_F()

Completed in 21 milliseconds