Home
last modified time | relevance | path

Searched refs:testResult (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/input/hal/include/
H A Dinput_common.h81 char testResult[SELF_TEST_RESULT_LEN]; /* Capacitance test result */ member
/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h102 char testResult[SELF_TEST_RESULT_LEN]; member
H A Dhdf_touch.c863 if (strncpy_s(capacTest.testResult, SELF_TEST_RESULT_LEN, "SUCCESS", sizeof("SUCCESS")) != EOK) { in TouchSelfCapacitance()
868 ret = HdfSbufWriteString(reply, (const char *)capacTest.testResult); 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/hal/src/
H A Dinput_controller.c427 if (IoServiceOps(pos->service, RUN_CAPAC_TEST, &testInfo.testType, testInfo.testResult, SELF_TEST_RESULT_LEN)) { in RunCapacitanceTest()
433 if (strncpy_s(result, length, testInfo.testResult, SELF_TEST_RESULT_LEN - 1) != EOK) { in RunCapacitanceTest()

Completed in 4 milliseconds