Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Ddef.h59 static constexpr unsigned int MAX_DATA_SIZE = 384 * 1024; variable
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dtransport.cpp55 int sendBuffSize = MAX_DATA_SIZE; in InitRecvBuffer()
133 if (text.size() > MAX_DATA_SIZE) { in SendData()