Searched refs:RemoveBundleFormInfos (Results 1 – 6 of 6) sorted by relevance
116 auto result = FormInfoRdbStorageMgr::GetInstance().RemoveBundleFormInfos(bundleName);128 auto result = FormInfoRdbStorageMgr::GetInstance().RemoveBundleFormInfos(bundleName);
48 ErrCode RemoveBundleFormInfos(const std::string &bundleName);
48 formInfoStorageMgr.RemoveBundleFormInfos(bundleName); in DoSomethingInterestingWithMyAPI()
49 formInfoStorageMgr.RemoveBundleFormInfos(bundleName); in DoSomethingInterestingWithMyAPI()
71 ErrCode FormInfoRdbStorageMgr::RemoveBundleFormInfos(const std::string &bundleName) in RemoveBundleFormInfos() function in OHOS::AppExecFwk::FormInfoRdbStorageMgr
400 errCode = FormInfoRdbStorageMgr::GetInstance().RemoveBundleFormInfos(bundleName_); in UpdateFormInfoStorageLocked()