Searched refs:PAYLOAD_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
31 constexpr int32_t PAYLOAD_MAX_SIZE = 4096; variable111 if (context.size() > PAYLOAD_MAX_SIZE) { in ReportRequestInner()
34 #define PAYLOAD_MAX_SIZE 4096 macro283 if (payload.size() > PAYLOAD_MAX_SIZE) { in ParseAndCheckReportDataParcel()332 if (payload.size() <= PAYLOAD_MAX_SIZE) { in KillProcessInner()