Home
last modified time | relevance | path

Searched refs:MAX_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dmessage_config.h45 #define MAX_BLOCK_SIZE 16380L macro
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp32 constexpr size_t MAX_BLOCK_SIZE = 384 * 1024; // 384K variable
54 if (blockSize < GetValidDataMinimumByteCount() || blockSize > MAX_BLOCK_SIZE) { in DecodedEvent()