Searched refs:testResult (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/input/hal/include/ |
H A D | input_common.h | 81 char testResult[SELF_TEST_RESULT_LEN]; /* Capacitance test result */
member
|
/drivers/hdf_core/framework/model/input/driver/ |
H A D | hdf_touch.h | 102 char testResult[SELF_TEST_RESULT_LEN]; member
|
H A D | hdf_touch.c | 863 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 D | input_controller.c | 427 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