Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h35 const ZipTickNotify notify = nullptr);
37 bool FlushItems(const ZipTickNotify notify = nullptr);
H A Dzip_common_type.h21 using ZipTickNotify = std::function<bool(int progress, int subprogress)>; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dzip_utils.h28 const ZipTickNotify notify = nullptr);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp78 …Write(const std::vector<std::pair<std::string, std::string>> &zipItems, const ZipTickNotify notify) in Write()
100 bool ZipWriter::FlushItems(const ZipTickNotify notify) in FlushItems()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dzip_utils.cpp22 …tils::ZipFolder(const std::string &srcPath, const std::string &dstFile, const ZipTickNotify notify) in ZipFolder()