Home
last modified time | relevance | path

Searched refs:HiviewZipUnit (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dhiview_zip_util.cpp35 HiviewZipUnit::HiviewZipUnit(const std::string& zipPath, int32_t zipMode) in HiviewZipUnit() function in OHOS::HiviewDFX::HiviewZipUnit
40 HiviewZipUnit::~HiviewZipUnit() in ~HiviewZipUnit()
48 int32_t HiviewZipUnit::AddFileInZip(const std::string& srcFile, ZipFileLevel zipFileLevel) in AddFileInZip()
93 FILE* HiviewZipUnit::GetFileHandle(const std::string& file, std::string& realPath) in GetFileHandle()
101 std::string HiviewZipUnit::GetDstFilePath(const std::string& srcFile, ZipFileLevel zipFileLevel) in GetDstFilePath()
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dhiview_zip_util.h30 class HiviewZipUnit {
32 HiviewZipUnit(const std::string& zipPath, int32_t zipMode = APPEND_STATUS_CREATE);
33 ~HiviewZipUnit();
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp196 void AddFileToZip(HiviewZipUnit& hiviewZipUnit, const std::string& path) in AddFileToZip()
210 HiviewZipUnit hiviewZipUnit(GetBackupFilePath(timeStr)); in CompressAndCopyLogFiles()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp213 HiviewZipUnit zipUnit(dest); in ZipDbFile()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp152 HiviewZipUnit zipUnit(zipFilePath); in Backup()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map422 …"OHOS::HiviewDFX::HiviewZipUnit::HiviewZipUnit(std::__h::basic_string<char, std::__h::char_traits<…
423 …"OHOS::HiviewDFX::HiviewZipUnit::AddFileInZip(std::__h::basic_string<char, std::__h::char_traits<c…
425 "OHOS::HiviewDFX::HiviewZipUnit::~HiviewZipUnit()";
/ohos5.0/base/hiviewdfx/hiview/base/utility/test/unittest/common/
H A Dadapter_utility_ohos_test.cpp592 HiviewZipUnit zipUnit(TEST_ZIP_FILE);