Searched refs:systemPathList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_manager_service.h | 89 void ScanSystemApp(const cJSON *uninstallRecord, List<ToBeInstalledApp *> *systemPathList); 90 void ScanThirdApp(const char *appDir, const List<ToBeInstalledApp *> *systemPathList); 93 …reBundleInfo(const char *appPath, const char *bundleName, List<ToBeInstalledApp *> *systemPathList, 97 …mAppPathList(const char *installedPath, const char *path, List<ToBeInstalledApp *> *systemPathList, 99 void RemoveSystemAppPathList(List<ToBeInstalledApp *> *systemPathList); 103 …l IsSystemBundleInstalledPath(const char *appPath, const List<ToBeInstalledApp *> *systemPathList); 104 …void InstallPreBundle(List<ToBeInstalledApp *> systemPathList, InstallerCallback installerCallback…
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_manager_service.cpp | 428 RemoveSystemAppPathList(&systemPathList); in InstallPreBundle() 454 for (auto node = systemPathList.Begin(); node != systemPathList.End(); node = node->next_) { in InstallPreBundle() 468 RemoveSystemAppPathList(&systemPathList); in InstallPreBundle() 545 if (systemPathList == nullptr) { in RemoveSystemAppPathList() 549 for (auto node = systemPathList->Begin(); node != systemPathList->End(); node = node->next_) { in RemoveSystemAppPathList() 608 systemPathList, versionCode, scanFlag); in ScanSystemApp() 668 if (IsSystemBundleInstalledPath(appPath, systemPathList)) { in ScanThirdApp() 692 if (appPath == nullptr || systemPathList == nullptr) { in IsSystemBundleInstalledPath() 696 for (auto node = systemPathList->Begin(); node != systemPathList->End(); node = node->next_) { in IsSystemBundleInstalledPath() 785 if (path == nullptr || systemPathList == nullptr) { in AddSystemAppPathList() [all …]
|