Searched refs:BackUpInstallRecord (Results 1 - 4 of 4) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_bundle_installer.h | 56 bool BackUpInstallRecord(const InstallRecord &record, const char *jsonPath);
|
H A D | bundle_installer.h | 58 bool BackUpInstallRecord(const InstallRecord &record, const char *jsonPath);
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_bundle_installer.cpp | 473 if (!BackUpInstallRecord(record, bundleTmpJsonPath)) { in HandleFileAndBackUpRecord() 740 bool GtBundleInstaller::BackUpInstallRecord(const InstallRecord &record, const char *jsonPath) in BackUpInstallRecord() function in OHOS::GtBundleInstaller
|
H A D | bundle_installer.cpp | 387 if (!BackUpInstallRecord(record, bundleTmpJsonPath.c_str())) { in HandleFileAndBackUpRecord() 649 bool BundleInstaller::BackUpInstallRecord(const InstallRecord &record, const char *jsonPath) in BackUpInstallRecord() function in OHOS::BundleInstaller 656 HILOG_ERROR(HILOG_MODULE_APP, "BackUpInstallRecord fail, beacuse convertInstallRecordToJson object is null!"); in BackUpInstallRecord() 666 HILOG_ERROR(HILOG_MODULE_APP, "BackUpInstallRecord fail, beacuse store Json Content fail!"); in BackUpInstallRecord()
|
Completed in 4 milliseconds