Home
last modified time | relevance | path

Searched refs:MAX_LENGTH (Results 1 - 4 of 4) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/
H A Dtextarea_maxlength_test.cpp17 #define MAX_LENGTH 30 macro
25 ArkUI_NumberValue value[] = {{.i32 = MAX_LENGTH}}; in TestTextAreaMaxLength001()
29 ASSERT_EQ(nodeAPI->getAttribute(textArea, NODE_TEXT_AREA_MAX_LENGTH)->value[PARAM_0].i32, MAX_LENGTH); in TestTextAreaMaxLength001()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_maxlength_test.cpp17 #define MAX_LENGTH 30 macro
25 ArkUI_NumberValue value[] = {{.i32 = MAX_LENGTH}}; in TestTextInputMaxLength001()
29 ASSERT_EQ(nodeAPI->getAttribute(textInput, NODE_TEXT_INPUT_MAX_LENGTH)->value[PARAM_0].i32, MAX_LENGTH); in TestTextInputMaxLength001()
/test/xts/acts/distributed_schedule_lite/distributed_schedule_posix/src/
H A DMsgParserFuncTest.cpp23 static const int MAX_LENGTH = 1024; variable
152 int8_t resultCode = RunTest(buffer, MAX_LENGTH + 1, onTlvParseDone, nullptr); in HWTEST_F()
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dreporter_helper.py479 MAX_LENGTH = 50 variable in VisionHelper
751 if len(value) <= self.MAX_LENGTH:

Completed in 6 milliseconds