Home
last modified time | relevance | path

Searched refs:MAX_PERSISTER_BUFFER_SIZE (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/include/
H A Dhilog_common.h37 constexpr uint32_t MAX_PERSISTER_BUFFER_SIZE = 64 * 1024; variable
38 constexpr uint32_t MIN_LOG_FILE_SIZE = MAX_PERSISTER_BUFFER_SIZE;
/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp43 size_t destSize = MAX_PERSISTER_BUFFER_SIZE - compressedBuffer.offset; in Compress()
111 MAX_PERSISTER_BUFFER_SIZE - compressedBuffer.offset, zdata, dst_pos) != 0) { in Compress()
172 MAX_PERSISTER_BUFFER_SIZE - compressedBuffer.offset, zdata, dst_pos) != 0) {
H A Dlog_persister.cpp247 uint32_t remainingSpace = MAX_PERSISTER_BUFFER_SIZE - m_mappedPlainLogFile->offset; in WriteUncompressedLogs()
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_compress.h33 char content[MAX_PERSISTER_BUFFER_SIZE];

Completed in 3 milliseconds