/foundation/ability/form_fwk/test/unittest/fms_form_info_storage_test/ |
H A D | fms_form_info_storage_test.cpp | 67 std::vector<AppExecFwk::FormInfo> formInfos; in HWTEST_F() local 68 formInfos.emplace_back(formInfo); in HWTEST_F() 69 EXPECT_FALSE(formInfos.empty()); in HWTEST_F() 70 AAFwk::FormInfoStorage formInfoStorage(userId, formInfos); in HWTEST_F() 83 std::vector<AppExecFwk::FormInfo> formInfos; in HWTEST_F() local 84 formInfoStorage_->FormInfoStorage::GetAllFormsInfo(userId, formInfos); in HWTEST_F() 97 std::vector<AppExecFwk::FormInfo> formInfos; in HWTEST_F() local 98 formInfoStorage_->FormInfoStorage::GetAllFormsInfo(userId, formInfos); in HWTEST_F() 113 std::vector<AppExecFwk::FormInfo> formInfos; in HWTEST_F() local 115 formInfoStorage_->formInfos in HWTEST_F() 131 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local 146 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local 164 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local 183 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local 201 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local 220 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local 241 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local 263 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local 285 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local 309 std::vector<AppExecFwk::FormInfo> formInfos; HWTEST_F() local [all...] |
/foundation/ability/form_fwk/services/src/ |
H A D | form_dump_mgr.cpp | 33 * @param formInfos Form storage dump info. 35 void FormDumpMgr::DumpStorageFormInfos(const std::vector<FormDBInfo> &storageInfos, std::string &formInfos) const in DumpStorageFormInfos() 37 formInfos += " Total Storage-Form count is " + std::to_string(storageInfos.size()) + "\n" + LINE_FEED; in DumpStorageFormInfos() 39 formInfos += " FormId #" + std::to_string(info.formId) + "\n"; in DumpStorageFormInfos() 40 formInfos += " formName [" + info.formName + "]\n"; in DumpStorageFormInfos() 41 formInfos += " userId [" + std::to_string(info.userId) + "]\n"; in DumpStorageFormInfos() 42 formInfos += " bundleName [" + info.bundleName + "]\n"; in DumpStorageFormInfos() 43 formInfos += " moduleName [" + info.moduleName + "]\n"; in DumpStorageFormInfos() 44 formInfos += " abilityName [" + info.abilityName + "]\n"; in DumpStorageFormInfos() 45 formInfos in DumpStorageFormInfos() [all...] |
H A D | form_info_storage.cpp | 27 const std::string JSON_KEY_FORM_INFO = "formInfos"; 31 FormInfoStorage::FormInfoStorage(int32_t userId, const std::vector<AppExecFwk::FormInfo> &formInfos) in FormInfoStorage() argument 34 for (const auto &item : formInfos) { in FormInfoStorage() 35 this->formInfos.push_back(item); in FormInfoStorage() 39 void FormInfoStorage::GetAllFormsInfo(int32_t userId, std::vector<AppExecFwk::FormInfo> &formInfos) const in GetAllFormsInfo() 46 for (const auto &item : this->formInfos) { in GetAllFormsInfo() 47 formInfos.push_back(item); in GetAllFormsInfo() 85 const AppExecFwk::FormInfoFilter &filter, std::vector<AppExecFwk::FormInfo> &formInfos) const in GetFormsInfoByFilter() 92 for (const auto &item : this->formInfos) { in GetFormsInfoByFilter() 104 formInfos in GetFormsInfoByFilter() [all...] |
H A D | form_info_mgr.cpp | 39 ErrCode FormInfoHelper::LoadFormConfigInfoByBundleName(const std::string &bundleName, std::vector<FormInfo> &formInfos, in LoadFormConfigInfoByBundleName() argument 63 LoadAbilityFormConfigInfo(bundleInfo, formInfos); in LoadFormConfigInfoByBundleName() 65 LoadStageFormConfigInfo(bundleInfo, formInfos); in LoadFormConfigInfoByBundleName() 69 LoadStageFormConfigInfo(bundleInfo, formInfos); in LoadFormConfigInfoByBundleName() 71 LoadAbilityFormConfigInfo(bundleInfo, formInfos); in LoadFormConfigInfoByBundleName() 76 ErrCode FormInfoHelper::LoadStageFormConfigInfo(const BundleInfo &bundleInfo, std::vector<FormInfo> &formInfos) in LoadStageFormConfigInfo() argument 112 formInfos.emplace_back(formInfo); in LoadStageFormConfigInfo() 119 ErrCode FormInfoHelper::LoadAbilityFormConfigInfo(const BundleInfo &bundleInfo, std::vector<FormInfo> &formInfos) in LoadAbilityFormConfigInfo() argument 136 formInfos.emplace_back(formInfo); in LoadAbilityFormConfigInfo() 214 std::vector<FormInfo> formInfos; in UpdateStaticFormInfos() local 280 std::vector<FormInfo> formInfos; AddDynamicFormInfo() local 344 GetAllFormsInfo(std::vector<FormInfo> &formInfos, int32_t userId) GetAllFormsInfo() argument 358 std::vector<FormInfo> formInfos; GetVersionCode() local 372 GetFormsInfoByModule(const std::string &moduleName, std::vector<FormInfo> &formInfos, int32_t userId) GetFormsInfoByModule() argument 383 GetFormsInfoByFilter( const FormInfoFilter &filter, std::vector<FormInfo> &formInfos, int32_t userId) GetFormsInfoByFilter() argument 502 GetAllFormsInfo(std::vector<FormInfo> &formInfos) GetAllFormsInfo() argument 517 GetFormsInfoByFilter( const FormInfoFilter &filter, std::vector<FormInfo> &formInfos, int32_t userId) GetFormsInfoByFilter() argument 546 GetFormsInfoByBundle( const std::string &bundleName, std::vector<FormInfo> &formInfos, int32_t userId) GetFormsInfoByBundle() argument 571 GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleName, std::vector<FormInfo> &formInfos, int32_t userId) GetFormsInfoByModule() argument 587 GetFormsInfoByModuleWithoutCheck(const std::string &bundleName, const std::string &moduleName, std::vector<FormInfo> &formInfos, int32_t userId) GetFormsInfoByModuleWithoutCheck() argument 610 std::vector<FormInfo> formInfos; GetFormsInfoByRecord() local [all...] |
/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/ |
H A D | form_info_mgr_test.cpp | 112 std::vector<FormInfo> formInfos; in HWTEST_F() local 115 formInfoHelper_->LoadFormConfigInfoByBundleName(FORM_BUNDLE_NAME_TEST, formInfos, userId)); in HWTEST_F() 135 std::vector<FormInfo> formInfos; in HWTEST_F() local 136 EXPECT_EQ(ERR_OK, formInfoHelper_->LoadFormConfigInfoByBundleName(FORM_BUNDLE_NAME_TEST, formInfos, USER_ID)); in HWTEST_F() 153 std::vector<FormInfo> formInfos; in HWTEST_F() local 154 EXPECT_EQ(ERR_OK, formInfoHelper_->LoadStageFormConfigInfo(bundleInfo, formInfos)); in HWTEST_F() 170 std::vector<FormInfo> formInfos; in HWTEST_F() local 171 EXPECT_EQ(ERR_OK, formInfoHelper_->LoadStageFormConfigInfo(bundleInfo, formInfos)); in HWTEST_F() 239 std::vector<FormInfo> formInfos; in HWTEST_F() local 240 EXPECT_EQ(ERR_OK, formInfoHelper_->LoadFormConfigInfoByBundleName(FORM_BUNDLE_NAME_TEST, formInfos, USER_I in HWTEST_F() 362 std::vector<FormInfo> formInfos; HWTEST_F() local 380 std::vector<FormInfo> formInfos; HWTEST_F() local 406 std::vector<FormInfo> formInfos; HWTEST_F() local 432 std::vector<FormInfo> formInfos; HWTEST_F() local 456 std::vector<FormInfo> formInfos; HWTEST_F() local 525 std::vector<FormInfo> formInfos; HWTEST_F() local 540 std::vector<FormInfo> formInfos; HWTEST_F() local 715 std::vector<FormInfo> formInfos; HWTEST_F() local 732 std::vector<FormInfo> formInfos; HWTEST_F() local 753 std::vector<FormInfo> formInfos; HWTEST_F() local 777 std::vector<FormInfo> formInfos; HWTEST_F() local [all...] |
/foundation/ability/form_fwk/test/fuzztest/forminfomgr_fuzzer/ |
H A D | forminfomgr_fuzzer.cpp | 47 std::vector<FormInfo> formInfos; in DoSomethingInterestingWithMyAPI() local 48 formInfos.emplace_back(formInfo); in DoSomethingInterestingWithMyAPI() 49 formInfoMgr.GetAllFormsInfo(formInfos); in DoSomethingInterestingWithMyAPI() 50 formInfoMgr.GetFormsInfoByBundle(bundleName, formInfos); in DoSomethingInterestingWithMyAPI() 52 formInfoMgr.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI() 62 formInfoMgr.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI() 64 formInfoHelper.LoadAbilityFormConfigInfo(bundleInfo, formInfos); in DoSomethingInterestingWithMyAPI() 74 bundleFormInfo.GetAllFormsInfo(formInfos, userId); in DoSomethingInterestingWithMyAPI() 76 bundleFormInfo.GetFormsInfoByFilter(filter, formInfos, userId); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_info_storage.h | 27 std::vector<AppExecFwk::FormInfo> formInfos; member 30 FormInfoStorage(int32_t userId, const std::vector<AppExecFwk::FormInfo> &formInfos); 33 void GetAllFormsInfo(int32_t userId, std::vector<AppExecFwk::FormInfo> &formInfos) const; 35 std::vector<AppExecFwk::FormInfo> &formInfos) const; 37 const AppExecFwk::FormInfoFilter &filter, std::vector<AppExecFwk::FormInfo> &formInfos) const;
|
H A D | form_info_mgr.h | 35 static ErrCode LoadFormConfigInfoByBundleName(const std::string &bundleName, std::vector<FormInfo> &formInfos, 39 static ErrCode LoadAbilityFormConfigInfo(const BundleInfo &bundleInfo, std::vector<FormInfo> &formInfos); 41 static ErrCode LoadStageFormConfigInfo(const BundleInfo &bundleInfo, std::vector<FormInfo> &formInfos); 70 ErrCode GetAllFormsInfo(std::vector<FormInfo> &formInfos, int32_t userId = Constants::INVALID_USER_ID); 74 ErrCode GetFormsInfoByModule(const std::string &moduleName, std::vector<FormInfo> &formInfos, 78 const FormInfoFilter &filter, std::vector<FormInfo> &formInfos, int32_t userId = Constants::INVALID_USER_ID); 100 ErrCode GetAllFormsInfo(std::vector<FormInfo> &formInfos); 103 const std::string &bundleName, std::vector<FormInfo> &formInfos, int32_t userId = Constants::INVALID_USER_ID); 106 std::vector<FormInfo> &formInfos, int32_t userId = Constants::INVALID_USER_ID); 109 const FormInfoFilter &filter, std::vector<FormInfo> &formInfos, int32_ [all...] |
H A D | form_dump_mgr.h | 41 * @param formInfos Form storage dump info. 43 void DumpStorageFormInfos(const std::vector<FormDBInfo> &storageInfos, std::string &formInfos) const; 47 * @param formInfos Form dump infos. 49 void DumpTemporaryFormInfos(const std::vector<FormRecord> &formRecordInfos, std::string &formInfos) const; 53 * @param formInfos Form dump infos. 55 void DumpStaticBundleFormInfos(const std::vector<FormInfo> &bundleFormInfos, std::string &formInfos) const; 63 * @param formInfos Form dump infos. 70 std::string &formInfos) const; 75 * @param formInfos Form dump infos. 77 void DumpFormInfos(const std::vector<FormRecord> &formRecordInfos, std::string &formInfos) cons [all...] |
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_proxy.h | 28 MOCK_METHOD2(GetFormsInfo, int(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos)); 36 MOCK_METHOD1(DumpStorageFormInfos, int(std::string &formInfos)); 37 MOCK_METHOD2(DumpFormInfoByFormId, int(int64_t formId, std::string &formInfos)); 46 MOCK_METHOD1(GetAllFormsInfo, int(std::vector<FormInfo> &formInfos)); 47 MOCK_METHOD2(GetFormsInfoByApp, int(std::string &bundleName, std::vector<FormInfo> &formInfos)); 49 std::vector<FormInfo> &formInfos)); 50 MOCK_METHOD2(DumpFormInfoByBundleName, int(const std::string &bundleName, std::string &formInfos));
|
/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/ |
H A D | formmgrannex_fuzzer.cpp | 59 std::vector<FormInfo> formInfos; in DoSomethingInterestingWithMyAPI() local 60 formInfos.emplace_back(formInfo); in DoSomethingInterestingWithMyAPI() 61 formMgr.GetAllFormsInfo(formInfos); in DoSomethingInterestingWithMyAPI() 63 formMgr.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI() 65 formMgr.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI() 67 formMgr.GetFormsInfo(filter, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/ |
H A D | form_manager_test.cpp | 94 std::vector<FormInfo> formInfos {}; in BENCHMARK_F() 95 ErrCode errCode = FormMgr::GetInstance().GetAllFormsInfo(formInfos); in BENCHMARK_F() 101 if (formInfos.empty()) { in BENCHMARK_F() 102 HILOG_ERROR("%{public}s error, failed to GetAllFormsInfoTestCase, formInfos empty.", __func__); in BENCHMARK_F() 103 state.SkipWithError("GetAllFormsInfoTestCase failed, formInfos empty."); in BENCHMARK_F() 111 std::vector<FormInfo> formInfos {}; in BENCHMARK_F() 112 ErrCode errCode = FormMgr::GetInstance().GetFormsInfoByApp(bundleName, formInfos); in BENCHMARK_F() 123 std::vector<FormInfo> formInfos {}; in BENCHMARK_F() 124 ErrCode errCode = FormMgr::GetInstance().GetFormsInfoByModule(bundleName, moduleName, formInfos); in BENCHMARK_F()
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 70 std::vector<FormInfo> formInfos; in DoSomethingInterestingWithMyAPI() local 71 formInfos.emplace_back(formInfoes); in DoSomethingInterestingWithMyAPI() 72 formMgrProxy.GetFormsInfo(IFormMgr::Message::FORM_MGR_ADD_FORM, datas, formInfos); in DoSomethingInterestingWithMyAPI() 83 formMgrProxy.GetAllFormsInfo(formInfos); in DoSomethingInterestingWithMyAPI() 84 formMgrProxy.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI() 86 formMgrProxy.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI() 88 formMgrProxy.GetFormsInfo(filter, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgradapterone_fuzzer/ |
H A D | formmgradapterone_fuzzer.cpp | 61 FormInfo formInfos; in DoSomethingInterestingWithMyAPI() local 62 formMgrAdapter.GetFormInfo(want, formInfos); in DoSomethingInterestingWithMyAPI() 63 formMgrAdapter.GetFormItemInfo(want, bundleInfo, formInfos, info); in DoSomethingInterestingWithMyAPI() 65 formMgrAdapter.IsDimensionValid(formInfos, dimensionId); in DoSomethingInterestingWithMyAPI() 66 formMgrAdapter.CreateFormItemInfo(bundleInfo, formInfos, info, want); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test.cpp | 460 std::vector<FormInfo> formInfos; in HWTEST_F() local 464 EXPECT_EQ(formMgrService.GetFormsInfo(filter, formInfos), ERR_OK); in HWTEST_F() 467 EXPECT_EQ(formMgrService.GetFormsInfo(filter, formInfos), ERR_APPEXECFWK_FORM_COMMON_CODE); in HWTEST_F() 483 std::vector<FormInfo> formInfos; in HWTEST_F() local 485 EXPECT_EQ(ERR_OK, formMgrService.GetFormsInfo(filter, formInfos)); in HWTEST_F() 769 std::vector<FormInfo> formInfos; in HWTEST_F() local 772 EXPECT_EQ(formMgrService.GetFormsInfoByModule(bundleName, moduleName, formInfos), in HWTEST_F() 777 EXPECT_EQ(formMgrService.GetFormsInfoByModule(bundleName, moduleName, formInfos), in HWTEST_F() 794 std::vector<FormInfo> formInfos; in HWTEST_F() local 796 EXPECT_EQ(ERR_OK, formMgrService.GetFormsInfoByModule(bundleName, moduleName, formInfos)); in HWTEST_F() 812 std::vector<FormInfo> formInfos; HWTEST_F() local 831 std::vector<FormInfo> formInfos; HWTEST_F() local 849 std::vector<FormInfo> formInfos; HWTEST_F() local 868 std::vector<FormInfo> formInfos; HWTEST_F() local 885 std::vector<FormInfo> formInfos; HWTEST_F() local 901 std::vector<FormInfo> formInfos; HWTEST_F() local 918 std::vector<FormInfo> formInfos; HWTEST_F() local 1349 std::string formInfos = "formInfos"; HWTEST_F() local 1371 std::string formInfos = "formInfos"; HWTEST_F() local 1394 std::string formInfos = "formInfos"; HWTEST_F() local [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | mock_form_info_mgr.cpp | 53 std::vector<FormInfo> &formInfos, int32_t userId)
in GetFormsInfoByModule() 71 formInfos.push_back(formInfo1);
in GetFormsInfoByModule() 72 formInfos.push_back(formInfo2);
in GetFormsInfoByModule() 52 GetFormsInfoByModule(const std::string &bundleName, const std::string &moduleName, std::vector<FormInfo> &formInfos, int32_t userId) GetFormsInfoByModule() argument
|
H A D | mock_form_mgr_adapter.cpp | 31 std::vector<FormInfo> &formInfos, int32_t userId) in GetFormsInfoByModuleWithoutCheck() 38 formInfos.push_back(formInfo); in GetFormsInfoByModuleWithoutCheck() 30 GetFormsInfoByModuleWithoutCheck(const std::string &bundleName, const std::string &moduleName, std::vector<FormInfo> &formInfos, int32_t userId) GetFormsInfoByModuleWithoutCheck() argument
|
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/ |
H A D | formsupplycallback_fuzzer.cpp | 70 std::vector<FormInfo> formInfos; in DoSomethingInterestingWithMyAPI() local 71 formInfos.emplace_back(info); in DoSomethingInterestingWithMyAPI() 72 AAFwk::FormInfoStorage formInfoStorage(userId, formInfos); in DoSomethingInterestingWithMyAPI() 73 formInfoStorage.GetAllFormsInfo(userId, formInfos); in DoSomethingInterestingWithMyAPI() 75 formInfoStorage.GetFormsInfoByModule(userId, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/ |
H A D | formmgradapterthree_fuzzer.cpp | 70 std::vector<FormInfo> formInfos; in DoSomethingInterestingWithMyAPI() local 71 formInfos.emplace_back(formInfo); in DoSomethingInterestingWithMyAPI() 72 formMgrAdapter.GetFormsInfoByApp(bundleName, formInfos); in DoSomethingInterestingWithMyAPI() 74 formMgrAdapter.GetFormsInfoByModule(bundleName, moduleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 28 MOCK_METHOD2(GetFormsInfo, int(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos)); 38 MOCK_METHOD1(DumpStorageFormInfos, int(std::string &formInfos)); 39 MOCK_METHOD2(DumpFormInfoByFormId, int(int64_t formId, std::string &formInfos)); 48 MOCK_METHOD1(GetAllFormsInfo, int(std::vector<FormInfo> &formInfos)); 49 MOCK_METHOD2(GetFormsInfoByApp, int(std::string &bundleName, std::vector<FormInfo> &formInfos)); 51 std::vector<FormInfo> &formInfos)); 53 std::vector<FormInfo> &formInfos)); 54 MOCK_METHOD2(DumpFormInfoByBundleName, int(const std::string &bundleName, std::string &formInfos));
|
H A D | mock_form_mgr_service.h | 44 MOCK_METHOD1(DumpStorageFormInfos, int(std::string &formInfos)); 45 MOCK_METHOD2(DumpFormInfoByBundleName, int(const std::string &bundleName, std::string &formInfos)); 62 MOCK_METHOD1(GetAllFormsInfo, int(std::vector<FormInfo> &formInfos)); 63 MOCK_METHOD2(GetFormsInfoByApp, int(std::string &bundleName, std::vector<FormInfo> &formInfos)); 65 std::vector<FormInfo> &formInfos)); 66 MOCK_METHOD2(GetFormsInfoByFilter, int(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos)); 67 MOCK_METHOD2(GetFormsInfo, int(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos));
|
/foundation/ability/form_fwk/test/fuzztest/formtimermgrannex_fuzzer/ |
H A D | formtimermgrannex_fuzzer.cpp | 59 std::vector<FormInfo> formInfos; in DoSomethingInterestingWithMyAPI() local 60 formInfos.emplace_back(formInfo); in DoSomethingInterestingWithMyAPI() 61 formInfoHelper.LoadFormConfigInfoByBundleName(bundleName, formInfos, userId); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 184 * @param formInfos All of form storage infos. 187 int DumpStorageFormInfos(std::string &formInfos); 191 * @param formInfos Form infos. 194 int DumpFormInfoByBundleName(const std::string bundleName, std::string &formInfos); 376 * @param formInfos Return the forms' information of all forms provided. 379 int GetAllFormsInfo(std::vector<FormInfo> &formInfos); 384 * @param formInfos Return the forms' information of the specify application name. 387 int GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos); 393 * @param formInfos Return the forms' information of the specify bundle name and module name. 396 int GetFormsInfoByModule(std::string &bundleName, std::string &moduleName, std::vector<FormInfo> &formInfos); [all...] |
/foundation/ability/form_fwk/test/fuzztest/formdatamgrone_fuzzer/ |
H A D | formdatamgrone_fuzzer.cpp | 55 std::vector<FormRecord> formInfos; in DoSomethingInterestingWithMyAPI() local 56 formInfos.emplace_back(formRecord); in DoSomethingInterestingWithMyAPI() 57 formDataMgr.GetFormRecord(bundleName, formInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 88 int32_t DumpStorageFormInfos(std::string &formInfos) override 92 int32_t DumpFormInfoByBundleName(const std::string &bundleName, std::string &formInfos) override 141 int32_t GetAllFormsInfo(std::vector<FormInfo> &formInfos) override 145 int32_t GetFormsInfoByApp(std::string &bundleName, std::vector<FormInfo> &formInfos) override 150 std::vector<FormInfo> &formInfos) override 176 int32_t GetFormsInfo(const FormInfoFilter &filter, std::vector<FormInfo> &formInfos) override
|