Home
last modified time | relevance | path

Searched refs:CleanFormHost (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_proxy_test/
H A Dfms_form_render_proxy_test.cpp124 int result = formRenderProxy_->CleanFormHost(callerToken);
136 int result = formRenderProxy_->CleanFormHost(nullptr);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderimpl_fuzzer/
H A Dformrenderimpl_fuzzer.cpp49 formRenderImpl.CleanFormHost(hostToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_interface.h62 virtual int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) = 0;
H A Dform_render_proxy.h59 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderproxy_fuzzer/
H A Dformrenderproxy_fuzzer.cpp49 formRenderProxy.CleanFormHost(hostToken); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_impl.h69 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderstub_fuzzer/
H A Dformrenderstub_fuzzer.cpp52 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override in CleanFormHost() function in OHOS::FormRenderStubFuzzTest
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgr_fuzzer/
H A Dformrendermgr_fuzzer.cpp65 formRenderMgr.CleanFormHost(host, OHOS::MAIN_CALLING_USER_ID); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dfms_form_render_mgr_test.cpp677 formRenderMgr.CleanFormHost(host, hostCallingUid);
697 formRenderMgr.CleanFormHost(host, hostCallingUid);
717 formRenderMgr.CleanFormHost(host, hostCallingUid);
740 formRenderMgr.CleanFormHost(host, hostCallingUid);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
H A Dformrendermgrinner_fuzzer.cpp67 formRenderMgrInner.CleanFormHost(host); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp437 void FormRenderMgr::CleanFormHost(const sptr<IRemoteObject> &host, const int hostCallingUid) in CleanFormHost() function in OHOS::AppExecFwk::FormRenderMgr
447 renderIter->second->CleanFormHost(host); in CleanFormHost()
451 sandboxIter->second->CleanFormHost(host); in CleanFormHost()
H A Dform_render_mgr_inner.cpp476 void FormRenderMgrInner::CleanFormHost(const sptr<IRemoteObject> &host) in CleanFormHost() function in OHOS::AppExecFwk::FormRenderMgrInner
485 renderRemoteObj_->CleanFormHost(host); in CleanFormHost()
H A Dform_data_mgr.cpp671 FormRenderMgr::GetInstance().CleanFormHost(callerToken, iter->GetCallerUid()); in RecheckWhetherNeedCleanFormHost()
780 FormRenderMgr::GetInstance().CleanFormHost(remoteHost, remoteHostCallerUid); in HandleHostDied()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h82 void CleanFormHost(const sptr<IRemoteObject> &host, const int hostCallingUid);
H A Dform_render_mgr_inner.h65 void CleanFormHost(const sptr<IRemoteObject> &host);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dfms_form_render_mgr_inner_test.cpp68 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override in CleanFormHost() function in __anon84c1aeba0110::MockIFormRender
713 formRenderMgrInner.CleanFormHost(host);
728 formRenderMgrInner.CleanFormHost(host);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_render_proxy.cpp99 int32_t FormRenderProxy::CleanFormHost(const sptr<IRemoteObject> &hostToken) in CleanFormHost() function in OHOS::AppExecFwk::FormRenderProxy
H A Dform_render_stub.cpp148 int32_t result = CleanFormHost(hostToken); in HandleCleanFormHost()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H A Dfms_form_render_impl_test.cpp237 EXPECT_EQ(ERR_OK, formRenderImpl.CleanFormHost(hostToken));
255 EXPECT_EQ(ERR_OK, formRenderImpl.CleanFormHost(hostToken));
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp213 int32_t FormRenderImpl::CleanFormHost(const sptr<IRemoteObject> &hostToken) in CleanFormHost() function in OHOS::AppExecFwk::FormRender::FormRenderImpl
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp76 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override in CleanFormHost() function in OHOS::AppExecFwk::MockFormRenderImpl