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 D | mock_form_mgr_adapter.cpp | 30 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 D | form_info_mgr.h | 113 …ErrCode GetFormsInfoByModuleWithoutCheck(const std::string &bundleName, const std::string &moduleN…
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_info_mgr.cpp | 584 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 D | form_mgr_adapter.cpp | 2123 .GetFormsInfoByModuleWithoutCheck(want.GetElement().GetBundleName(), moduleName, formInfos); in CheckPublishForm() 2992 .GetFormsInfoByModuleWithoutCheck(want.GetElement().GetBundleName(), moduleName, formInfos); in AcquireFormStateCheck()
|