/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/ |
H A D | hdf_input_hdi_test.cpp | 926 * @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 D | input_manager.cpp | 141 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 D | input_device_manager.cpp | 800 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 D | input_controller.h | 182 int32_t (*RunCapacitanceTest)(uint32_t devIndex, uint32_t testType, char *result, uint32_t length);
member
|
/drivers/peripheral/input/hdi_service/ |
H A D | input_interfaces_impl.h | 46 int32_t RunCapacitanceTest(uint32_t devIndex, uint32_t testType, std::string &result,
|
H A D | input_interfaces_impl.cpp | 411 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 D | runcapacitancetest_fuzzer.cpp | 60 ret = g_inputInterface->iInputController->RunCapacitanceTest( in RunCapacitanceTestFuzzTest()
|
/drivers/peripheral/input/hal/src/ |
H A D | input_controller.c | 406 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 D | input_device_manager.h | 104 RetStatus RunCapacitanceTest(uint32_t devIndex, uint32_t testType, char *result, uint32_t length);
|
/drivers/peripheral/input/test/benchmarktest/ |
H A D | input_benchmark_test.cpp | 304 * @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 D | hdi_input_test.cpp | 911 * @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 D | hdf_input_hdi_test.cpp | 676 ret = g_inputInterfaces->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
|
/drivers/peripheral/input/test/unittest/common/ |
H A D | hdi_input_test.cpp | 733 ret = g_inputInterface->iInputController->RunCapacitanceTest(TOUCH_INDEX, testType, result, TEST_RESULT_LEN); in HWTEST_F()
|