Searched refs:checkConnectionsFormIds (Results 1 – 5 of 5) sorted by relevance
74 …ErrCode checkConnectionsFormIds(std::vector<int64_t> formIds, int32_t userId, std::vector<int64_t>…
59 …ErrCode checkConnectionsFormIds(std::vector<int64_t> formIds, std::vector<int64_t> &needconFormIds…
414 ErrCode FormRenderMgr::checkConnectionsFormIds(std::vector<int64_t> formIds, int32_t userId, in checkConnectionsFormIds() function in OHOS::AppExecFwk::FormRenderMgr421 return iter->second->checkConnectionsFormIds(formIds, needconFormIds); in checkConnectionsFormIds()
436 ErrCode FormRenderMgrInner::checkConnectionsFormIds(std::vector<int64_t> formIds, std::vector<int64… in checkConnectionsFormIds() function in OHOS::AppExecFwk::FormRenderMgrInner
1029 FormRenderMgr::GetInstance().checkConnectionsFormIds(formIds, userId, needConFormIds); in HandlerNotifyWhetherVisibleForms()