Home
last modified time | relevance | path

Searched refs:TEST_RESULT_LEN (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.h27 const int TEST_RESULT_LEN = 32; variable
H A Dhdi_input_test.cpp728 char result[TEST_RESULT_LEN] = {0}; in HWTEST_F()
733 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp38 constexpr int32_t TEST_RESULT_LEN = 32; member
934 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
954 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
959 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
976 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
994 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
1012 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
1032 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
1037 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
1054 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
[all...]
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp39 constexpr int32_t TEST_RESULT_LEN = 32; member
317 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in BENCHMARK_F()
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp43 static const int32_t TEST_RESULT_LEN = 32; variable
923 char result[TEST_RESULT_LEN] = {0}; in HWTEST_F()
925 ret = g_inputInterface->iInputController->RunCapacitanceTest(g_touchIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
945 char result[TEST_RESULT_LEN] = {0}; in HWTEST_F()
947 ret = g_inputInterface->iInputController->RunCapacitanceTest(g_touchIndex, testType, nullptr, TEST_RESULT_LEN); in HWTEST_F()
/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp41 constexpr int32_t TEST_RESULT_LEN = 32; member
676 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()

Completed in 7 milliseconds