/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()
|
/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,
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_info_storage.h | 34 void GetFormsInfoByModule(int32_t userId, const std::string &moduleName,
|
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,
|
/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,
|
/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 &moduleName,
in GetFormsInfoByModule() function in OHOS::AppExecFwk::FormInfoMgr
|
/foundation/ability/form_fwk/test/unittest/fms_form_info_storage_test/ |
H A D | fms_form_info_storage_test.cpp | 123 * @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 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> &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 D | form_info_storage.cpp | 116 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 D | formmgrannex_fuzzer.cpp | 65 formMgr.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/ |
H A D | formmgradapterthree_fuzzer.cpp | 74 formMgrAdapter.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/ |
H A D | formsupplycallback_fuzzer.cpp | 75 formInfoStorage.GetFormsInfoByModule(userId, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/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()
|
/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 &moduleName, in GetFormsInfoByModule() function in OHOS::AppExecFwk::BundleMgrService
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 86 formMgrProxy.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test.cpp | 759 * @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 D | mock_form_mgr_adapter.cpp | 254 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 D | form_mgr.h | 396 int GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, std::vector<FormInfo> &formInfos);
|
/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,
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 174 int GetFormsInfoByModule(
|
/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/ |
H A D | form_info_mgr_test.cpp | 355 * @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()
|