Home
last modified time | relevance | path

Searched refs:checkConnectionsFormIds (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h74 …ErrCode checkConnectionsFormIds(std::vector<int64_t> formIds, int32_t userId, std::vector<int64_t>…
H A Dform_render_mgr_inner.h59 …ErrCode checkConnectionsFormIds(std::vector<int64_t> formIds, std::vector<int64_t> &needconFormIds…
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp414 ErrCode FormRenderMgr::checkConnectionsFormIds(std::vector<int64_t> formIds, int32_t userId, in checkConnectionsFormIds() function in OHOS::AppExecFwk::FormRenderMgr
421 return iter->second->checkConnectionsFormIds(formIds, needconFormIds); in checkConnectionsFormIds()
H A Dform_render_mgr_inner.cpp436 ErrCode FormRenderMgrInner::checkConnectionsFormIds(std::vector<int64_t> formIds, std::vector<int64… in checkConnectionsFormIds() function in OHOS::AppExecFwk::FormRenderMgrInner
H A Dform_mgr_adapter.cpp1029 FormRenderMgr::GetInstance().checkConnectionsFormIds(formIds, userId, needConFormIds); in HandlerNotifyWhetherVisibleForms()