Home
last modified time | relevance | path

Searched refs:needconFormIds (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h74 …ectionsFormIds(std::vector<int64_t> formIds, int32_t userId, std::vector<int64_t> &needconFormIds);
H A Dform_render_mgr_inner.h59 …rrCode checkConnectionsFormIds(std::vector<int64_t> formIds, std::vector<int64_t> &needconFormIds);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp415 std::vector<int64_t> &needconFormIds) in checkConnectionsFormIds() argument
421 return iter->second->checkConnectionsFormIds(formIds, needconFormIds); in checkConnectionsFormIds()