Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_manager_service.cpp359 cJSON *uninstallRecord = BundleUtil::GetJsonStream(UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in ScanPackages() local
360 if (uninstallRecord == nullptr) { in ScanPackages()
367 ScanAppDir(THIRD_SYSTEM_BUNDLE_PATH, uninstallRecord, THIRD_SYSTEM_APP_FLAG); in ScanPackages()
368 if (uninstallRecord != nullptr) { in ScanPackages()
369 cJSON_Delete(uninstallRecord); in ScanPackages()
370 uninstallRecord = nullptr; in ScanPackages()
380 void ManagerService::ScanAppDir(const char *appDir, const cJSON *uninstallRecord, uint8_t scanFlag) in ScanAppDir() argument
415 CheckThirdSystemBundleHasUninstalled(bundleName, uninstallRecord)) { in ScanAppDir()
H A Dgt_bundle_manager_service.cpp432 cJSON *uninstallRecord = BundleUtil::GetJsonStream(UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in InstallPreBundle() local
433 if (uninstallRecord == nullptr) { in InstallPreBundle()
443 ScanSystemApp(uninstallRecord, &systemPathList_); in InstallPreBundle()
444 if (uninstallRecord != nullptr) { in InstallPreBundle()
445 cJSON_Delete(uninstallRecord); in InstallPreBundle()
560 void GtManagerService::ScanSystemApp(const cJSON *uninstallRecord, List<ToBeInstalledApp *> *system… in ScanSystemApp() argument
602 CheckThirdSystemBundleHasUninstalled(bundleName, uninstallRecord)) { in ScanSystemApp()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_manager_service.h70 void ScanAppDir(const char *appDir, const cJSON *uninstallRecord, uint8_t scanFlag);
H A Dgt_bundle_manager_service.h89 void ScanSystemApp(const cJSON *uninstallRecord, List<ToBeInstalledApp *> *systemPathList);