Home
last modified time | relevance | path

Searched refs:CheckInstallOnKeepData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h705 bool CheckInstallOnKeepData(const std::string &bundleName, bool isOTA,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp866 if (!CheckInstallOnKeepData(bundleName_, installParam.isOTA, newInfos)) { in InnerProcessBundleInstall()
4924 bool BaseBundleInstaller::CheckInstallOnKeepData(const std::string &bundleName, bool isOTA, in CheckInstallOnKeepData() function in OHOS::AppExecFwk::BaseBundleInstaller