Home
last modified time | relevance | path

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

/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;
/foundation/ability/form_fwk/test/unittest/fms_form_render_proxy_test/
H A Dfms_form_render_proxy_test.cpp116 * @tc.desc: test CleanFormHost function and callerToken is not nullptr.
124 int result = formRenderProxy_->CleanFormHost(callerToken); in HWTEST_F()
131 * @tc.desc: test CleanFormHost function and callerToken is nullptr.
136 int result = formRenderProxy_->CleanFormHost(nullptr); in HWTEST_F()
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_impl.h69 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override;
/foundation/ability/form_fwk/test/fuzztest/formrenderimpl_fuzzer/
H A Dformrenderimpl_fuzzer.cpp49 formRenderImpl.CleanFormHost(hostToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formrenderproxy_fuzzer/
H A Dformrenderproxy_fuzzer.cpp49 formRenderProxy.CleanFormHost(hostToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h76 void CleanFormHost(const sptr<IRemoteObject> &host, const int hostCallingUid);
H A Dform_render_mgr_inner.h63 void CleanFormHost(const sptr<IRemoteObject> &host);
/foundation/ability/form_fwk/test/fuzztest/formrendermgr_fuzzer/
H A Dformrendermgr_fuzzer.cpp65 formRenderMgr.CleanFormHost(host, OHOS::MAIN_CALLING_USER_ID); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formrenderstub_fuzzer/
H A Dformrenderstub_fuzzer.cpp52 int32_t CleanFormHost(const sptr<IRemoteObject> &hostToken) override
/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
H A Dformrendermgrinner_fuzzer.cpp67 formRenderMgrInner.CleanFormHost(host); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dfms_form_render_mgr_test.cpp666 * @tc.desc: 1.test CleanFormHost function and renderInner_ is nullptr.
677 formRenderMgr.CleanFormHost(host, hostCallingUid); in HWTEST_F()
683 * @tc.desc: 1.test CleanFormHost function and renderInner_ is not nullptr.
697 formRenderMgr.CleanFormHost(host, hostCallingUid); in HWTEST_F()
703 * @tc.desc: 1.test CleanFormHost function and sandboxInner_ is not nullptr.
717 formRenderMgr.CleanFormHost(host, hostCallingUid); in HWTEST_F()
723 * @tc.desc: 1.test CleanFormHost function and sandboxInner_ is not nullptr.
740 formRenderMgr.CleanFormHost(host, hostCallingUid); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp334 void FormRenderMgr::CleanFormHost(const sptr<IRemoteObject> &host, const int hostCallingUid) in CleanFormHost() function in OHOS::AppExecFwk::FormRenderMgr
344 renderIter->second->CleanFormHost(host); in CleanFormHost()
348 sandboxIter->second->CleanFormHost(host); in CleanFormHost()
H A Dform_render_mgr_inner.cpp450 void FormRenderMgrInner::CleanFormHost(const sptr<IRemoteObject> &host) in CleanFormHost() function in OHOS::AppExecFwk::FormRenderMgrInner
459 renderRemoteObj_->CleanFormHost(host); in CleanFormHost()
H A Dform_data_mgr.cpp644 FormRenderMgr::GetInstance().CleanFormHost(callerToken, iter->GetCallerUid()); in DeleteHostRecord()
751 FormRenderMgr::GetInstance().CleanFormHost(remoteHost, remoteHostCallerUid); in HandleHostDied()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_render_stub.cpp128 int32_t result = CleanFormHost(hostToken); in HandleCleanFormHost()
H A Dform_render_proxy.cpp99 int32_t FormRenderProxy::CleanFormHost(const sptr<IRemoteObject> &hostToken) in CleanFormHost() function in OHOS::AppExecFwk::FormRenderProxy
/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
722 * @tc.desc: test CleanFormHost function and renderRemoteObj_ is nullptr
730 formRenderMgrInner.CleanFormHost(host); in HWTEST_F()
736 * @tc.desc: test CleanFormHost function and renderRemoteObj_ is not nullptr
745 formRenderMgrInner.CleanFormHost(host); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H A Dfms_form_render_impl_test.cpp225 * @tc.desc: 1.Verify CleanFormHost interface executes as expected.
236 EXPECT_EQ(ERR_OK, formRenderImpl.CleanFormHost(hostToken)); in HWTEST_F()
242 * @tc.desc: 1.Verify CleanFormHost interface executes as expected.
254 EXPECT_EQ(ERR_OK, formRenderImpl.CleanFormHost(hostToken)); in HWTEST_F()
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_impl.cpp204 int32_t FormRenderImpl::CleanFormHost(const sptr<IRemoteObject> &hostToken) in CleanFormHost() function in OHOS::AppExecFwk::FormRender::FormRenderImpl
/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

Completed in 17 milliseconds