Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h561 …bool CheckReleaseTypeIsCompatible(const InnerBundleInfo &oldInfo, const InnerBundleInfo &newInfo) …
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4366 if (!CheckReleaseTypeIsCompatible(oldInfo, newInfo)) { in CheckAppLabel()
4398 bool BaseBundleInstaller::CheckReleaseTypeIsCompatible( in CheckReleaseTypeIsCompatible() function in OHOS::AppExecFwk::BaseBundleInstaller