Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds