Searched refs:CheckIsThirdSystemBundle (Results 1 – 4 of 4) sorted by relevance
57 bool CheckIsThirdSystemBundle(const char *bundleName);
55 bool CheckIsThirdSystemBundle(const char *bundleName);
160 if (hapType == THIRD_SYSTEM_APP_FLAG && !CheckIsThirdSystemBundle(installRecord.bundleName)) { in Install()471 if (CheckIsThirdSystemBundle(bundleName)) { in Uninstall()522 bool BundleInstaller::CheckIsThirdSystemBundle(const char *bundleName) in CheckIsThirdSystemBundle() function in OHOS::BundleInstaller
217 … if (bundleStyle == THIRD_SYSTEM_APP_FLAG && !CheckIsThirdSystemBundle(installRecord.bundleName)) { in Install()611 bool res = CheckIsThirdSystemBundle(bundleName); in Uninstall()637 bool GtBundleInstaller::CheckIsThirdSystemBundle(const char *bundleName) in CheckIsThirdSystemBundle() function in OHOS::GtBundleInstaller