Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_installer.h58 bool BackUpInstallRecord(const InstallRecord &record, const char *jsonPath);
H A Dgt_bundle_installer.h56 bool BackUpInstallRecord(const InstallRecord &record, const char *jsonPath);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp387 if (!BackUpInstallRecord(record, bundleTmpJsonPath.c_str())) { in HandleFileAndBackUpRecord()
649 bool BundleInstaller::BackUpInstallRecord(const InstallRecord &record, const char *jsonPath) in BackUpInstallRecord() function in OHOS::BundleInstaller
H A Dgt_bundle_installer.cpp473 if (!BackUpInstallRecord(record, bundleTmpJsonPath)) { in HandleFileAndBackUpRecord()
740 bool GtBundleInstaller::BackUpInstallRecord(const InstallRecord &record, const char *jsonPath) in BackUpInstallRecord() function in OHOS::GtBundleInstaller