Home
last modified time | relevance | path

Searched refs:CRC_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp139 contentSize = dataSize - RAW_DATA_OFFSET + BLOCK_SIZE + SEQ_SIZE + CRC_SIZE; in GetContentSize()
199 out_.write(reinterpret_cast<const char*>(&crcDefault), CRC_SIZE); in WriteContent()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dbase_def.h34 #define CRC_SIZE sizeof(uint32_t) macro
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader.cpp117 if (!rawData->Append(content + contentPos, contentSize - contentPos - CRC_SIZE)) { in AppendContentData()
H A Dsys_event_doc_reader.cpp229 constexpr uint32_t minContentSize = BLOCK_SIZE + sizeof(ContentHeader) + CRC_SIZE; in ReadContent()