Home
last modified time | relevance | path

Searched refs:RunCapacitanceTest (Results 1 - 13 of 13) 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.
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
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.
976 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
983 * @tc.desc : Verify the stability of the RunCapacitanceTest function when devIndex is 1 and testType is BASE_TEST.
994 ret = g_inputInterfaces->RunCapacitanceTest(devIndex, testType, result, TEST_RESULT_LEN); in HWTEST_F()
1004 * @tc.desc : Verify the reliability of the RunCapacitanceTest functio
[all...]
/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() function
147 return gInputDeviceManager_->RunCapacitanceTest(devIndex, testType, result, length); in RunCapacitanceTest()
239 controllerHdi->RunCapacitanceTest = RunCapacitanceTest; in InstanceControllerHdi()
H A Dinput_device_manager.cpp800 RetStatus InputDeviceManager::RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result, uint32_t length) in RunCapacitanceTest() function in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/interfaces/include/
H A Dinput_controller.h182 int32_t (*RunCapacitanceTest)(uint32_t devIndex, uint32_t testType, char *result, uint32_t length); member
/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() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
415 inputInterface_->iInputController->RunCapacitanceTest == nullptr) { in RunCapacitanceTest()
420 int32_t ret = inputInterface_->iInputController->RunCapacitanceTest(devIndex, testType, result.data(), length); in RunCapacitanceTest()
/drivers/peripheral/input/test/fuzztest/runcapacitancetest_fuzzer/
H A Druncapacitancetest_fuzzer.cpp60 ret = g_inputInterface->iInputController->RunCapacitanceTest( in RunCapacitanceTestFuzzTest()
/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() function
616 controllerHdi->RunCapacitanceTest = RunCapacitanceTest; in InstanceControllerHdi()
/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/benchmarktest/
H A Dinput_benchmark_test.cpp304 * @tc.desc: Benchmarktest for interface RunCapacitanceTest.
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.cpp911 * @tc.name: RunCapacitanceTest
925 ret = g_inputInterface->iInputController->RunCapacitanceTest(g_touchIndex, testType, result, TEST_RESULT_LEN); 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.cpp676 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.cpp733 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()

Completed in 11 milliseconds