Home
last modified time | relevance | path

Searched refs:UNSET_PROGRESS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dzip_utils.cpp41 if ((notify != nullptr) && (notify(UNSET_PROGRESS, UNSET_PROGRESS))) { in ZipFolder()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_common_type.h20 const int UNSET_PROGRESS = -1; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp110 if ((notify != nullptr) && (notify(((PROCENT100 * i) / zipItems.size()), UNSET_PROGRESS))) { in FlushItems()