Home
last modified time | relevance | path

Searched refs:remoteHost (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formdatamgrone_fuzzer/
H A Dformdatamgrone_fuzzer.cpp69 sptr<IRemoteObject> remoteHost = nullptr; in DoSomethingInterestingWithMyAPI() local
70 formDataMgr.HandleHostDied(remoteHost); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/
H A Dformtaskmgr_fuzzer.cpp54 sptr<IRemoteObject> remoteHost = nullptr; in DoSomethingInterestingWithMyAPI() local
55 formTaskMgr.PostHostDiedTask(remoteHost); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_task_mgr.cpp201 * @param remoteHost Form host proxy object.
203 void FormTaskMgr::PostHostDiedTask(const sptr<IRemoteObject> &remoteHost) in PostHostDiedTask() argument
209 auto postTaskFunc = [remoteHost]() { in PostHostDiedTask()
210 FormTaskMgr::GetInstance().HostDied(remoteHost); in PostHostDiedTask()
582 * @param remoteHost Form host proxy object.
584 void FormTaskMgr::HostDied(const sptr<IRemoteObject> &remoteHost) in HostDied() argument
587 if (remoteHost == nullptr) { in HostDied()
591 FormDataMgr::GetInstance().HandleHostDied(remoteHost); in HostDied()
592 FormSupplyCallback::GetInstance()->HandleHostDied(remoteHost); in HostDied()
H A Dform_data_mgr.cpp699 * @param remoteHost Form host proxy object.
701 void FormDataMgr::HandleHostDied(const sptr<IRemoteObject> &remoteHost) in HandleHostDied() argument
709 if (remoteHost == itHostRecord->GetFormHostClient()) { in HandleHostDied()
741 if (remoteHost == itFormStateRecord->second.GetFormHostClient()) { in HandleHostDied()
751 FormRenderMgr::GetInstance().CleanFormHost(remoteHost, remoteHostCallerUid); in HandleHostDied()
/foundation/ability/form_fwk/services/include/
H A Dform_task_mgr.h132 * @param remoteHost Form host proxy object.
134 void PostHostDiedTask(const sptr<IRemoteObject> &remoteHost);
376 * @param remoteHost Form host proxy object.
378 void HostDied(const sptr<IRemoteObject> &remoteHost);
H A Dform_data_mgr.h196 * @param remoteHost Form host proxy object.
198 void HandleHostDied(const sptr<IRemoteObject> &remoteHost);
/foundation/ability/form_fwk/test/unittest/fms_form_task_mgr_test/
H A Dfms_form_task_mgr_test.cpp577 * @tc.desc: test HostDied function and remoteHost is nullptr
584 sptr<IRemoteObject> remoteHost = nullptr; in HWTEST_F() local
585 formTaskMgr.HostDied(remoteHost); in HWTEST_F()

Completed in 12 milliseconds