Home
last modified time | relevance | path

Searched refs:RemoveFormRouterProxy (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_router_proxy_mgr.h46 ErrCode RemoveFormRouterProxy(const std::vector<int64_t> &formIds);
/foundation/ability/form_fwk/test/unittest/fms_form_router_proxy_mgr_test/
H A Dfms_form_router_proxy_mgr_test.cpp121 * @tc.desc: Verify that the RemoveFormRouterProxy interface is called normally
131 auto ret = formRouterProxyMgr.RemoveFormRouterProxy(formIds); in HWTEST_F()
139 * @tc.desc: Verify that the RemoveFormRouterProxy interface is called normally
149 formRouterProxyMgr.RemoveFormRouterProxy(formIds); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_router_proxy_mgr.cpp62 ErrCode FormRouterProxyMgr::RemoveFormRouterProxy(const std::vector<int64_t> &formIds) in RemoveFormRouterProxy() function in OHOS::AppExecFwk::FormRouterProxyMgr
H A Dform_mgr_adapter.cpp3317 return FormRouterProxyMgr::GetInstance().RemoveFormRouterProxy(hostOwnFormIds); in UnregisterFormRouterProxy()

Completed in 8 milliseconds