Searched refs:TEST_RESULT_LEN (Results 1 - 6 of 6) sorted by relevance
/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}; 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 D | hdf_input_hdi_test.cpp | 38 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 D | input_benchmark_test.cpp | 39 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 D | hdi_input_test.cpp | 43 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 D | hdf_input_hdi_test.cpp | 41 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