Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_manager_service.h103 …bool IsSystemBundleInstalledPath(const char *appPath, const List<ToBeInstalledApp *> *systemPathLi…
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp668 if (IsSystemBundleInstalledPath(appPath, systemPathList)) { in ScanThirdApp()
690 bool GtManagerService::IsSystemBundleInstalledPath(const char *appPath, const List<ToBeInstalledApp… in IsSystemBundleInstalledPath() function in OHOS::GtManagerService