Home
last modified time | relevance | path

Searched refs:UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h137 const char UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON[] = "/storage/app/etc/uninstalled_delbundle.json"; variable
159 const char UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON[] = "user/ace/etc/uninstalled_delbundle.json"; variable
/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()
361 BundleDaemonClient::GetInstance().RemoveFile(UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in ScanPackages()
H A Dgt_bundle_manager_service.cpp432 cJSON *uninstallRecord = BundleUtil::GetJsonStream(UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in InstallPreBundle()
435 (void) unlink(UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in InstallPreBundle()
H A Dbundle_installer.cpp472 RecordThirdSystemBundle(bundleName, UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in Uninstall()
H A Dgt_bundle_installer.cpp631 RecordThirdSystemBundle(bundleName, UNINSTALL_THIRD_SYSTEM_BUNDLE_JSON); in Uninstall()