Searched refs:BundleFormInfo (Results 1 - 10 of 10) sorted by relevance
/foundation/ability/form_fwk/services/src/ |
H A D | form_info_mgr.cpp | 192 BundleFormInfo::BundleFormInfo(const std::string &bundleName) : bundleName_(bundleName) in BundleFormInfo() function in OHOS::AppExecFwk::BundleFormInfo 196 ErrCode BundleFormInfo::InitFromJson(const std::string &formInfoStoragesJson) in InitFromJson() 211 ErrCode BundleFormInfo::UpdateStaticFormInfos(int32_t userId) in UpdateStaticFormInfos() 242 ErrCode BundleFormInfo::Remove(int32_t userId) in Remove() 256 ErrCode BundleFormInfo::AddDynamicFormInfo(const FormInfo &formInfo, int32_t userId) in AddDynamicFormInfo() 286 ErrCode BundleFormInfo::RemoveDynamicFormInfo(const std::string &moduleName, const std::string &formName, in RemoveDynamicFormInfo() 312 ErrCode BundleFormInfo::RemoveAllDynamicFormsInfo(int32_t userId) in RemoveAllDynamicFormsInfo() 338 bool BundleFormInfo::Empty() const in Empty() 344 ErrCode BundleFormInfo [all...] |
/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/ |
H A D | form_info_mgr_test.cpp | 253 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST); in HWTEST_F() 276 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST); in HWTEST_F() 305 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST); in HWTEST_F() 323 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST); in HWTEST_F() 342 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST); in HWTEST_F() 361 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST); in HWTEST_F() 379 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST); in HWTEST_F() 405 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST); in HWTEST_F() 431 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST); in HWTEST_F() 455 BundleFormInfo bundleFormInf in HWTEST_F() [all...] |
/foundation/ability/form_fwk/services/include/ |
H A D | form_info_mgr.h | 52 class BundleFormInfo { class 54 explicit BundleFormInfo(const std::string &bundleName); 128 std::shared_ptr<BundleFormInfo> GetOrCreateBundleFromInfo(const std::string &bundleName); 135 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap_ {};
|
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/ |
H A D | fms_form_share_mgr_test.cpp | 155 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in CreateProviderData() 156 std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BUNDLE_NAME); in CreateProviderData() 795 BundleFormInfo bundleFormInfo(bundleName); in HWTEST_F() 812 BundleFormInfo bundleFormInfo(bundleName); in HWTEST_F() 846 BundleFormInfo bundleFormInfo(bundleName); in HWTEST_F() 861 BundleFormInfo bundleFormInfo(bundleName); in HWTEST_F() 893 BundleFormInfo bundleFormInfo(bundleName); in HWTEST_F() 926 BundleFormInfo bundleFormInfo(bundleName); in HWTEST_F() 941 BundleFormInfo bundleFormInf in HWTEST_F() [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_publish_form_test/ |
H A D | fms_form_mgr_publish_form_test.cpp | 125 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in CreateProviderData() 126 std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BUNDLE_NAME); in CreateProviderData()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/ |
H A D | fms_form_mgr_death_callback_test.cpp | 118 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in CreateProviderData() 119 std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BUNDLE_NAME); in CreateProviderData()
|
/foundation/ability/form_fwk/test/fuzztest/forminfomgr_fuzzer/ |
H A D | forminfomgr_fuzzer.cpp | 67 BundleFormInfo bundleFormInfo(bundleName); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/ |
H A D | fms_form_sys_event_receiver_test.cpp | 119 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in CreateProviderData() 120 std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BUNDLE_NAME); in CreateProviderData()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/ |
H A D | fms_form_mgr_add_form_test.cpp | 126 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in CreateProviderData() 127 std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BUNDLE_NAME); in CreateProviderData()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/ |
H A D | fms_form_mgr_message_event_test.cpp | 1021 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in HWTEST_F() 1022 std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>("bundlename"); in HWTEST_F()
|
Completed in 12 milliseconds