Home
last modified time | relevance | path

Searched refs:testType (Results 1 - 16 of 16) sorted by relevance

/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp926 * @tc.desc : Verify the reliability of the RunCapacitanceTest function when devIndex is 0 and testType is BASE_TEST.
932 uint32_t testType = BASE_TEST; in HWTEST_F() local
934 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
941 * @tc.desc : Verify the reliability of the RunCapacitanceTest function when devIndex is 3-31 and testType is
948 uint32_t testType = BASE_TEST; in HWTEST_F() local
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()
968 * @tc.desc : Verify the reliability of the RunCapacitanceTest function when devIndex is 32 and testType is BASE_TEST.
974 uint32_t testType = BASE_TEST; in HWTEST_F() local
976 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, resul in HWTEST_F()
989 uint32_t testType = BASE_TEST; HWTEST_F() local
1010 uint32_t testType = FULL_TEST; HWTEST_F() local
1026 uint32_t testType = FULL_TEST; HWTEST_F() local
1052 uint32_t testType = FULL_TEST; HWTEST_F() local
1067 uint32_t testType = MMI_TEST; HWTEST_F() local
1083 uint32_t testType = MMI_TEST; HWTEST_F() local
1109 uint32_t testType = MMI_TEST; HWTEST_F() local
1125 uint32_t testType = RUNNING_TEST; HWTEST_F() local
1141 uint32_t testType = RUNNING_TEST; HWTEST_F() local
1168 uint32_t testType = RUNNING_TEST; HWTEST_F() local
1184 uint32_t testType = BASE_TEST; HWTEST_F() local
1209 uint32_t testType = FULL_TEST; HWTEST_F() local
1234 uint32_t testType = MMI_TEST; HWTEST_F() local
1259 uint32_t testType = RUNNING_TEST; HWTEST_F() local
[all...]
/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H A Druncapacitancetest_fuzzer.cpp24 uint32_t testType; member
61 params->devIndex, params->testType, testresult, length); in RunCapacitanceTestFuzzTest()
/drivers/peripheral/input/interfaces/include/
H A Dinput_controller.h173 * @param testType Indicates the capacitance test type. For details, see {@link CapacitanceTest}.
182 int32_t (*RunCapacitanceTest)(uint32_t devIndex, uint32_t testType, char *result, uint32_t length);
/drivers/peripheral/input/hal/include/
H A Dinput_common.h80 uint32_t testType; /* Capacitance test type */ member
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h101 uint32_t testType; member
H A Dhdf_touch.c857 bool ret = HdfSbufReadUint32(data, &capacTest.testType); in TouchSelfCapacitance()
873 HDF_LOGD("%s: capac test type is %u, test result is %s", __func__, capacTest.testType, capacTest.testResult); in TouchSelfCapacitance()
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.h46 int32_t RunCapacitanceTest(uint32_t devIndex, uint32_t testType, std::string &result,
H A Dinput_interfaces_impl.cpp411 int32_t InputInterfacesImpl::RunCapacitanceTest(uint32_t devIndex, uint32_t testType, std::string &result, in RunCapacitanceTest() argument
420 int32_t ret = inputInterface_->iInputController->RunCapacitanceTest(devIndex, testType, result.data(), length); in RunCapacitanceTest()
/drivers/peripheral/input/hal/src/
H A Dinput_controller.c406 static int32_t RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result, uint32_t length) in RunCapacitanceTest() argument
413 if (devIndex >= (MAX_INPUT_DEV_NUM) || (testType >= TEST_TYPE_UNKNOWN) || in RunCapacitanceTest()
420 testInfo.testType = testType; in RunCapacitanceTest()
427 if (IoServiceOps(pos->service, RUN_CAPAC_TEST, &testInfo.testType, testInfo.testResult, SELF_TEST_RESULT_LEN)) { in RunCapacitanceTest()
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp312 uint32_t testType = MMI_TEST; in BENCHMARK_F() local
317 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in BENCHMARK_F()
/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp141 static int32_t RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result, uint32_t length) in RunCapacitanceTest() argument
147 return gInputDeviceManager_->RunCapacitanceTest(devIndex, testType, result, length); in RunCapacitanceTest()
H A Dinput_device_manager.cpp800 RetStatus InputDeviceManager::RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result, uint32_t length) in RunCapacitanceTest() argument
803 if ((devIndex >= inputDevList_.size()) || (testType >= TEST_TYPE_UNKNOWN) || in RunCapacitanceTest()
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h104 RetStatus RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result, uint32_t length);
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp924 uint32_t testType = TEST_TYPE; in HWTEST_F() local
925 ret = g_inputInterface->iInputController->RunCapacitanceTest(g_touchIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
946 uint32_t testType = TEST_TYPE; in HWTEST_F() local
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.cpp674 uint32_t testType = MMI_TEST; in HWTEST_F() local
676 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp729 uint32_t testType = MMI_TEST; in HWTEST_F() local
733 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()

Completed in 13 milliseconds