Home
last modified time | relevance | path

Searched refs:remoteObjectOfHost (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
H A Dformrendermgrinner_fuzzer.cpp77 sptr<IRemoteObject> remoteObjectOfHost = nullptr; in DoSomethingInterestingWithMyAPI() local
78 formRenderMgrInner.RecycleForms(formIds, want, remoteObjectOfHost); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_task_mgr.h271 … const sptr<IRemoteObject> &remoteObjectOfHost, const sptr<IRemoteObject> &remoteObjectOfRender);
293 const int callerUid, const sptr<IRemoteObject> &remoteObjectOfHost);
534 void RecycleForm(const int64_t &formId, const sptr<IRemoteObject> &remoteObjectOfHost,
H A Dform_render_mgr.h107 const sptr<IRemoteObject> &remoteObjectOfHost);
H A Dform_render_mgr_inner.h84 const sptr<IRemoteObject> &remoteObjectOfHost);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp374 sptr<IRemoteObject> remoteObjectOfHost = want.GetRemoteObject(Constants::PARAM_FORM_HOST_TOKEN); in OnRecycleForm() local
375 if (remoteObjectOfHost == nullptr) { in OnRecycleForm()
379 sptr<IFormHost> remoteFormHost = iface_cast<IFormHost>(remoteObjectOfHost); in OnRecycleForm()
H A Dform_task_mgr.cpp1162 const sptr<IRemoteObject> &remoteObjectOfHost, const sptr<IRemoteObject> &remoteObjectOfRender) in PostRecycleForms() argument
1172 auto recycleForm = [formId, remoteObjectOfHost, remoteObjectOfRender]() { in PostRecycleForms()
1173 … FormTaskMgr::GetInstance().RecycleForm(formId, remoteObjectOfHost, remoteObjectOfRender); in PostRecycleForms()
1191 void FormTaskMgr::RecycleForm(const int64_t &formId, const sptr<IRemoteObject> &remoteObjectOfHost, in RecycleForm() argument
1214 want.SetParam(Constants::PARAM_FORM_HOST_TOKEN, remoteObjectOfHost); in RecycleForm()
1280 const int callerUid, const sptr<IRemoteObject> &remoteObjectOfHost) in PostDelayRecheckWhetherNeedCleanFormHostTask() argument
1287 auto recheckWhetherNeedCleanFormHost = [remoteObjectOfHost]() { in PostDelayRecheckWhetherNeedCleanFormHostTask()
1288 FormDataMgr::GetInstance().RecheckWhetherNeedCleanFormHost(remoteObjectOfHost); in PostDelayRecheckWhetherNeedCleanFormHostTask()
H A Dform_render_mgr.cpp564 …nst std::vector<int64_t> &formIds, const Want &want, const sptr<IRemoteObject> &remoteObjectOfHost) in RecycleForms() argument
573 return renderIter->second->RecycleForms(formIds, want, remoteObjectOfHost); in RecycleForms()
577 return sandboxIter->second->RecycleForms(formIds, want, remoteObjectOfHost); in RecycleForms()
H A Dform_render_mgr_inner.cpp687 …nst std::vector<int64_t> &formIds, const Want &want, const sptr<IRemoteObject> &remoteObjectOfHost) in RecycleForms() argument
712 …FormTaskMgr::GetInstance().PostRecycleForms(connectedForms, want, remoteObjectOfHost, remoteObject… in RecycleForms()