Searched refs:remoteObjectOfHost (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/ |
H A D | formrendermgrinner_fuzzer.cpp | 77 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 D | form_task_mgr.h | 271 … 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 D | form_render_mgr.h | 107 const sptr<IRemoteObject> &remoteObjectOfHost);
|
H A D | form_render_mgr_inner.h | 84 const sptr<IRemoteObject> &remoteObjectOfHost);
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_supply_callback.cpp | 374 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 D | form_task_mgr.cpp | 1162 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 D | form_render_mgr.cpp | 564 …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 D | form_render_mgr_inner.cpp | 687 …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()
|