Home
last modified time | relevance | path

Searched refs:RemoveHostToken (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/
H A Dformrendermgrinner_fuzzer.cpp81 formRenderMgrInner.RemoveHostToken(host); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr_inner.h104 void RemoveHostToken(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.cpp844 formRenderMgrInner.RemoveHostToken(host);
865 formRenderMgrInner.RemoveHostToken(host);
886 formRenderMgrInner.RemoveHostToken(host);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp479 RemoveHostToken(host); in CleanFormHost()
617 void FormRenderMgrInner::RemoveHostToken(const sptr<IRemoteObject> &host) in RemoveHostToken() function in OHOS::AppExecFwk::FormRenderMgrInner