Searched refs:IsExistedDistroModule (Results 1 – 4 of 4) sorted by relevance
154 bool IsExistedDistroModule(const InnerBundleInfo &newInfo, const InnerBundleInfo &info) const;
286 auto ret = installChecker.IsExistedDistroModule(newInfo, info);304 auto ret = installChecker.IsExistedDistroModule(newInfo, info);322 auto ret = installChecker.IsExistedDistroModule(newInfo, info);342 auto ret = installChecker.IsExistedDistroModule(newInfo, info);363 auto ret = installChecker.IsExistedDistroModule(newInfo, info);
1121 bool BundleInstallChecker::IsExistedDistroModule(const InnerBundleInfo &newInfo, const InnerBundleI… in IsExistedDistroModule() function in OHOS::AppExecFwk::BundleInstallChecker
2276 !bundleInstallChecker_->IsExistedDistroModule(newInfo, oldInfo)) { in ProcessModuleUpdate()