Home
last modified time | relevance | path

Searched refs:RemoveBundleFormInfos (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_info_rdb_storage_mgr_test/
H A Dfms_form_info_rdb_storage_mgr_test.cpp116 auto result = FormInfoRdbStorageMgr::GetInstance().RemoveBundleFormInfos(bundleName);
128 auto result = FormInfoRdbStorageMgr::GetInstance().RemoveBundleFormInfos(bundleName);
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_info_rdb_storage_mgr.h48 ErrCode RemoveBundleFormInfos(const std::string &bundleName);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/forminfordbstoragemgr_fuzzer/
H A Dforminfordbstoragemgr_fuzzer.cpp48 formInfoStorageMgr.RemoveBundleFormInfos(bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/forminfostoragemgr_fuzzer/
H A Dforminfostoragemgr_fuzzer.cpp49 formInfoStorageMgr.RemoveBundleFormInfos(bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_rdb_storage_mgr.cpp71 ErrCode FormInfoRdbStorageMgr::RemoveBundleFormInfos(const std::string &bundleName) in RemoveBundleFormInfos() function in OHOS::AppExecFwk::FormInfoRdbStorageMgr
H A Dform_info_mgr.cpp400 errCode = FormInfoRdbStorageMgr::GetInstance().RemoveBundleFormInfos(bundleName_); in UpdateFormInfoStorageLocked()