Home
last modified time | relevance | path

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

/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/
DMsgParserFuncTest.cpp23 static const int MAX_LENGTH = 1024; variable
152 int8_t resultCode = RunTest(buffer, MAX_LENGTH + 1, onTlvParseDone, nullptr);
/test/testfwk/xdevice/src/xdevice/_core/report/
Dreporter_helper.py434 MAX_LENGTH = 50 variable in VisionHelper
652 if len(value) <= self.MAX_LENGTH: