Home
last modified time | relevance | path

Searched refs:CheckIsThirdSystemBundle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h57 bool CheckIsThirdSystemBundle(const char *bundleName);
H A Dgt_bundle_installer.h55 bool CheckIsThirdSystemBundle(const char *bundleName);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp160 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
H A Dgt_bundle_installer.cpp217 … 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