Home
last modified time | relevance | path

Searched refs:GetFormsInfoByModule (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/forminfomgr_fuzzer/
H A Dforminfomgr_fuzzer.cpp52 formInfoMgr.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
62 formInfoMgr.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager_form.h77 bool GetFormsInfoByModule(
113 bool GetFormsInfoByModule(
H A Dmock_bundle_manager_form.cpp48 bool BundleMgrProxy::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrProxy
125 bool BundleMgrService::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrService
H A Dmock_form_mgr_proxy.h48 MOCK_METHOD3(GetFormsInfoByModule, int(std::string &bundleName, std::string &moduleName,
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_info_storage_test/
H A Dfms_form_info_storage_test.cpp132 formInfoStorage_->FormInfoStorage::GetFormsInfoByModule(userId, moduleName, formInfos);
147 formInfoStorage_->FormInfoStorage::GetFormsInfoByModule(userId, moduleName, formInfos);
168 formInfoStorage_->FormInfoStorage::GetFormsInfoByModule(userId, moduleName, formInfos);
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_manager.h69 virtual bool GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleName,
109 virtual bool GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleName,
H A Dmock_form_mgr_proxy.h50 MOCK_METHOD3(GetFormsInfoByModule, int(std::string &bundleName, std::string &moduleName,
H A Dmock_form_mgr_service.h64 MOCK_METHOD3(GetFormsInfoByModule, int(std::string &bundleName, std::string &moduleName,
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_info_mgr.h74 ErrCode GetFormsInfoByModule(const std::string &moduleName, std::vector<FormInfo> &formInfos,
105 ErrCode GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleName,
H A Dform_info_storage.h34 void GetFormsInfoByModule(int32_t userId, const std::string &moduleName,
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp130 … if (!IN_PROCESS_CALL(iBundleMgr->GetFormsInfoByModule(bundleName, moduleName, formInfoVec))) { in LoadAbilityFormConfigInfo()
372 ErrCode BundleFormInfo::GetFormsInfoByModule(const std::string &moduleName, std::vector<FormInfo> &… in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleFormInfo
378 item.GetFormsInfoByModule(userId, moduleName, formInfos); in GetFormsInfoByModule()
571 ErrCode FormInfoMgr::GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleN… in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormInfoMgr
603 bundleFormInfoIter->second->GetFormsInfoByModule(moduleName, formInfos, userId); in GetFormsInfoByModuleWithoutCheck()
624 bundleFormInfoIter->second->GetFormsInfoByModule(formRecord.moduleName, formInfos); in GetFormsInfoByRecord()
H A Dform_info_storage.cpp116 void FormInfoStorage::GetFormsInfoByModule(int32_t userId, const std::string &moduleName, in GetFormsInfoByModule() function in OHOS::AAFwk::FormInfoStorage
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_info_mgr.cpp52 ErrCode FormInfoMgr::GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleN… in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormInfoMgr
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/
H A Dformmgrannex_fuzzer.cpp65 formMgr.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/
H A Dformmgradapterthree_fuzzer.cpp74 formMgrAdapter.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/
H A Dform_manager_test.cpp124 … ErrCode errCode = FormMgr::GetInstance().GetFormsInfoByModule(bundleName, moduleName, formInfos); in BENCHMARK_F()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp86 formMgrProxy.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp75 formInfoStorage.GetFormsInfoByModule(userId, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/mock/src/
H A Dmock_bundle_manager.cpp144 bool BundleMgrService::GetFormsInfoByModule(const std::string &bundleName, const std::string &modul… in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrService
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test.cpp711 EXPECT_EQ(formMgrService.GetFormsInfoByModule(bundleName, moduleName, formInfos),
716 EXPECT_EQ(formMgrService.GetFormsInfoByModule(bundleName, moduleName, formInfos),
735 EXPECT_EQ(ERR_OK, formMgrService.GetFormsInfoByModule(bundleName, moduleName, formInfos));
754 … EXPECT_EQ(ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS, formMgrService.GetFormsInfoByModule(bundleName,
H A Dmock_form_mgr_adapter.cpp254 int FormMgrAdapter::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h174 int GetFormsInfoByModule( in GetFormsInfoByModule() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h149 int32_t GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, in GetFormsInfoByModule() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h396 …int GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, std::vector<FormInfo> &…
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h325 virtual int GetFormsInfoByModule(std::string &bundleName, std::string &moduleName,

123