Home
last modified time | relevance | path

Searched refs:FlushItems (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h37 bool FlushItems(const ZipTickNotify notify = nullptr);
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp89 bool ret = FlushItems(notify); in Write()
90 DUMPER_HILOGD(MODULE_COMMON, "Write debug|FlushItems, ret=%{public}d", ret); in Write()
100 bool ZipWriter::FlushItems(const ZipTickNotify notify) in FlushItems() function in OHOS::HiviewDFX::ZipWriter
102 DUMPER_HILOGD(MODULE_COMMON, "FlushItems enter|"); in FlushItems()
111 DUMPER_HILOGE(MODULE_COMMON, "FlushItems error|notify"); in FlushItems()
119 DUMPER_HILOGD(MODULE_COMMON, "FlushItems debug|relativePath=[%{public}s], absolutePath=[%{public}s]", in FlushItems()
123 DUMPER_HILOGE(MODULE_COMMON, "FlushItems error|false, failed to write file"); in FlushItems()
129 DUMPER_HILOGD(MODULE_COMMON, "FlushItems leave|ret=%{public}d", ret); in FlushItems()

Completed in 2 milliseconds