Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_mgr_adapter.cpp30 ErrCode FormInfoMgr::GetFormsInfoByModuleWithoutCheck(const std::string &bundleName, const std::str… in GetFormsInfoByModuleWithoutCheck() function in OHOS::AppExecFwk::FormInfoMgr
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_info_mgr.h113 …ErrCode GetFormsInfoByModuleWithoutCheck(const std::string &bundleName, const std::string &moduleN…
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp584 return GetFormsInfoByModuleWithoutCheck(bundleName, moduleName, formInfos, userId); in GetFormsInfoByModule()
587 ErrCode FormInfoMgr::GetFormsInfoByModuleWithoutCheck(const std::string &bundleName, const std::str… in GetFormsInfoByModuleWithoutCheck() function in OHOS::AppExecFwk::FormInfoMgr
H A Dform_mgr_adapter.cpp2123 .GetFormsInfoByModuleWithoutCheck(want.GetElement().GetBundleName(), moduleName, formInfos); in CheckPublishForm()
2992 .GetFormsInfoByModuleWithoutCheck(want.GetElement().GetBundleName(), moduleName, formInfos); in AcquireFormStateCheck()