Home
last modified time | relevance | path

Searched refs:BundleFormInfo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp192 BundleFormInfo::BundleFormInfo(const std::string &bundleName) : bundleName_(bundleName) in BundleFormInfo() function in OHOS::AppExecFwk::BundleFormInfo
211 ErrCode BundleFormInfo::UpdateStaticFormInfos(int32_t userId) in UpdateStaticFormInfos()
242 ErrCode BundleFormInfo::Remove(int32_t userId) in Remove()
312 ErrCode BundleFormInfo::RemoveAllDynamicFormsInfo(int32_t userId) in RemoveAllDynamicFormsInfo()
338 bool BundleFormInfo::Empty() const in Empty()
355 uint32_t BundleFormInfo::GetVersionCode(int32_t userId) in GetVersionCode()
383 ErrCode BundleFormInfo::GetFormsInfoByFilter( in GetFormsInfoByFilter()
396 ErrCode BundleFormInfo::UpdateFormInfoStorageLocked() in UpdateFormInfoStorageLocked()
452 std::shared_ptr<BundleFormInfo> bundleFormInfoPtr; in UpdateStaticFormInfos()
686 std::shared_ptr<BundleFormInfo> bundleFormInfoPtr; in AddDynamicFormInfo()
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/
H A Dform_info_mgr_test.cpp253 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST);
276 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST);
305 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST);
323 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST);
342 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST);
361 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST);
379 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST);
405 BundleFormInfo bundleFormInfo(FORM_BUNDLE_NAME_TEST);
731 …std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_BUNDLE_NAME…
752 …std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_BUNDLE_NAME…
[all …]
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_info_mgr.h52 class BundleFormInfo {
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_ {};
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp157 …std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BU… in CreateProviderData()
796 BundleFormInfo bundleFormInfo(bundleName);
813 BundleFormInfo bundleFormInfo(bundleName);
847 BundleFormInfo bundleFormInfo(bundleName);
862 BundleFormInfo bundleFormInfo(bundleName);
894 BundleFormInfo bundleFormInfo(bundleName);
927 BundleFormInfo bundleFormInfo(bundleName);
942 BundleFormInfo bundleFormInfo(bundleName);
1485 std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(bundleName);
1601 std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>("");
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/
H A Dfms_form_mgr_death_callback_test.cpp118 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in CreateProviderData()
119 …std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BU… in CreateProviderData()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_publish_form_test/
H A Dfms_form_mgr_publish_form_test.cpp125 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in CreateProviderData()
126 …std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BU… in CreateProviderData()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/forminfomgr_fuzzer/
H A Dforminfomgr_fuzzer.cpp67 BundleFormInfo bundleFormInfo(bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/
H A Dlibfms.map19 *OHOS::AppExecFwk::BundleFormInfo*;
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp119 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in CreateProviderData()
120 …std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BU… in CreateProviderData()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/
H A Dfms_form_mgr_message_event_test.cpp1021 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap;
1022 std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>("bundlename");
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/
H A Dfms_form_mgr_add_form_test.cpp126 std::unordered_map<std::string, std::shared_ptr<BundleFormInfo>> bundleFormInfoMap; in CreateProviderData()
127 …std::shared_ptr<BundleFormInfo> bundleFormInfo = std::make_shared<BundleFormInfo>(FORM_PROVIDER_BU… in CreateProviderData()