Home
last modified time | relevance | path

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

123

/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()
/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,
/foundation/ability/form_fwk/services/include/
H A Dform_info_storage.h34 void GetFormsInfoByModule(int32_t userId, const std::string &moduleName,
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,
/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,
/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 &moduleName, in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormInfoMgr
/foundation/ability/form_fwk/test/unittest/fms_form_info_storage_test/
H A Dfms_form_info_storage_test.cpp123 * @tc.desc: Test function GetFormsInfoByModule is called
132 formInfoStorage_->FormInfoStorage::GetFormsInfoByModule(userId, moduleName, formInfos); in HWTEST_F()
138 * @tc.desc: Test function GetFormsInfoByModule is called
147 formInfoStorage_->FormInfoStorage::GetFormsInfoByModule(userId, moduleName, formInfos); in HWTEST_F()
153 * @tc.desc: Test function GetFormsInfoByModule is called
168 formInfoStorage_->FormInfoStorage::GetFormsInfoByModule(userId, moduleName, formInfos); in HWTEST_F()
/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> &formInfos, 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 &moduleName, 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
/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/
H A Dformmgrannex_fuzzer.cpp65 formMgr.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/
H A Dformmgradapterthree_fuzzer.cpp74 formMgrAdapter.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp75 formInfoStorage.GetFormsInfoByModule(userId, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
/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()
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_bundle_manager.cpp144 bool BundleMgrService::GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleName, in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrService
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp86 formMgrProxy.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test.cpp759 * @tc.name: test GetFormsInfoByModule function.
760 * @tc.desc: Verify that the GetFormsInfoByModule interface is called normally and the return value
772 EXPECT_EQ(formMgrService.GetFormsInfoByModule(bundleName, moduleName, formInfos), in HWTEST_F()
777 EXPECT_EQ(formMgrService.GetFormsInfoByModule(bundleName, moduleName, formInfos), in HWTEST_F()
785 * @tc.name: test GetFormsInfoByModule function.
786 * @tc.desc: Verify that the GetFormsInfoByModule interface is called normally and the return value is ERR_OK.
796 EXPECT_EQ(ERR_OK, formMgrService.GetFormsInfoByModule(bundleName, moduleName, formInfos)); in HWTEST_F()
802 * @tc.name: test GetFormsInfoByModule function.
803 * @tc.desc: Verify that the GetFormsInfoByModule interface if the caller is not a system app
815 EXPECT_EQ(ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS, formMgrService.GetFormsInfoByModule(bundleNam in HWTEST_F()
[all...]
H A Dmock_form_mgr_adapter.cpp254 int FormMgrAdapter::GetFormsInfoByModule( in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormMgrAdapter
257 GTEST_LOG_(INFO) << "GetFormsInfoByModule called " << g_getFormsInfoByModule; in GetFormsInfoByModule()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h396 int GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, std::vector<FormInfo> &formInfos);
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h149 int32_t GetFormsInfoByModule(std::string &bundleName, std::string &moduleName,
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h174 int GetFormsInfoByModule(
/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/
H A Dform_info_mgr_test.cpp355 * @tc.number: GetFormsInfoByModule
356 * @tc.desc: call GetFormsInfoByModule success
367 EXPECT_EQ(ERR_OK, bundleFormInfo.GetFormsInfoByModule(PARAM_MODULE_NAME_TEST, formInfos)); in HWTEST_F()
532 * @tc.number: GetFormsInfoByModule
533 * @tc.desc: call GetFormsInfoByModule success
542 formInfoMgr_.GetFormsInfoByModule(FORM_BUNDLE_NAME_TEST, PARAM_MODULE_NAME_TEST, formInfos)); in HWTEST_F()

Completed in 17 milliseconds

123