Searched refs:CheckWhetherCanBeUninstalled (Results 1 – 5 of 5) sorted by relevance
66 bool CheckWhetherCanBeUninstalled(const std::string &bundleName);
124 virtual bool CheckWhetherCanBeUninstalled(const std::string &bundleName) in CheckWhetherCanBeUninstalled() function
348 bool BmsExtensionDataMgr::CheckWhetherCanBeUninstalled(const std::string &bundleName) in CheckWhetherCanBeUninstalled() function in OHOS::AppExecFwk::BmsExtensionDataMgr360 return bundleMgrExtPtr->CheckWhetherCanBeUninstalled(bundleName); in CheckWhetherCanBeUninstalled()
733 bool CheckWhetherCanBeUninstalled(const std::string &bundleName) const;
1540 if (!CheckWhetherCanBeUninstalled(bundleName)) { in ProcessBundleUninstall()5973 bool BaseBundleInstaller::CheckWhetherCanBeUninstalled(const std::string &bundleName) const in CheckWhetherCanBeUninstalled() function in OHOS::AppExecFwk::BaseBundleInstaller5977 bool res = bmsExtensionDataMgr.CheckWhetherCanBeUninstalled(bundleName); in CheckWhetherCanBeUninstalled()