/ohos5.0/foundation/ability/form_fwk/test/fuzztest/forminfomgr_fuzzer/ |
H A D | forminfomgr_fuzzer.cpp | 52 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 D | mock_bundle_manager_form.h | 77 bool GetFormsInfoByModule( 113 bool GetFormsInfoByModule(
|
H A D | mock_bundle_manager_form.cpp | 48 bool BundleMgrProxy::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrProxy 125 bool BundleMgrService::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrService
|
H A D | mock_form_mgr_proxy.h | 48 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 D | fms_form_info_storage_test.cpp | 132 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 D | mock_bundle_manager.h | 69 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 D | mock_form_mgr_proxy.h | 50 MOCK_METHOD3(GetFormsInfoByModule, int(std::string &bundleName, std::string &moduleName,
|
H A D | mock_form_mgr_service.h | 64 MOCK_METHOD3(GetFormsInfoByModule, int(std::string &bundleName, std::string &moduleName,
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_info_mgr.h | 74 ErrCode GetFormsInfoByModule(const std::string &moduleName, std::vector<FormInfo> &formInfos, 105 ErrCode GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleName,
|
H A D | form_info_storage.h | 34 void GetFormsInfoByModule(int32_t userId, const std::string &moduleName,
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_info_mgr.cpp | 130 … 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 D | form_info_storage.cpp | 116 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 D | mock_form_info_mgr.cpp | 52 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 D | formmgrannex_fuzzer.cpp | 65 formMgr.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/ |
H A D | formmgradapterthree_fuzzer.cpp | 74 formMgrAdapter.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/ |
H A D | form_manager_test.cpp | 124 … ErrCode errCode = FormMgr::GetInstance().GetFormsInfoByModule(bundleName, moduleName, formInfos); in BENCHMARK_F()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 86 formMgrProxy.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/ |
H A D | formsupplycallback_fuzzer.cpp | 75 formInfoStorage.GetFormsInfoByModule(userId, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/mock/src/ |
H A D | mock_bundle_manager.cpp | 144 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 D | fms_form_mgr_service_test.cpp | 711 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 D | mock_form_mgr_adapter.cpp | 254 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 D | form_extension_context_mock_test.h | 174 int GetFormsInfoByModule( in GetFormsInfoByModule() function
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 149 int32_t GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, in GetFormsInfoByModule() function
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 396 …int GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, std::vector<FormInfo> &…
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 325 virtual int GetFormsInfoByModule(std::string &bundleName, std::string &moduleName,
|