Searched refs:TEST_RESULT_LEN (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/ |
H A D | hdf_input_hdi_test.cpp | 38 constexpr int32_t TEST_RESULT_LEN = 32; variable 934 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); 976 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); 994 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); 1012 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); 1054 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); 1069 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); 1111 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); 1127 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); 1170 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); [all …]
|
/ohos5.0/drivers/peripheral/input/test/unittest/common/ |
H A D | hdi_input_test.h | 27 const int TEST_RESULT_LEN = 32; variable
|
H A D | hdi_input_test.cpp | 728 char result[TEST_RESULT_LEN] = {0}; 733 …putInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN);
|
/ohos5.0/drivers/peripheral/input/test/benchmarktest/ |
H A D | input_benchmark_test.cpp | 39 constexpr int32_t TEST_RESULT_LEN = 32; variable 317 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in BENCHMARK_F()
|
/ohos5.0/drivers/peripheral/input/test/unittest/udriver/ |
H A D | hdi_input_test.cpp | 43 static const int32_t TEST_RESULT_LEN = 32; variable 921 char result[TEST_RESULT_LEN] = {0}; 923 …utInterface->iInputController->RunCapacitanceTest(g_touchIndex, testType, result, TEST_RESULT_LEN); 943 char result[TEST_RESULT_LEN] = {0}; 945 …tInterface->iInputController->RunCapacitanceTest(g_touchIndex, testType, nullptr, TEST_RESULT_LEN);
|
/ohos5.0/drivers/peripheral/input/test/unittest/hdi/ |
H A D | hdf_input_hdi_test.cpp | 41 constexpr int32_t TEST_RESULT_LEN = 32; variable 676 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN);
|