Home
last modified time | relevance | path

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

/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp45 static const int32_t TEST_LEN1 = 10; variable
692 char chipInfo[TEST_LEN1] = {0}; in HWTEST_F()
693 ret = g_inputInterface->iInputController->GetChipInfo(g_touchIndex, chipInfo, TEST_LEN1); in HWTEST_F()
713 char chipInfo[TEST_LEN1] = {0}; in HWTEST_F()
714 ret = g_inputInterface->iInputController->GetChipInfo(INVALID_INDEX, chipInfo, TEST_LEN1); in HWTEST_F()
734 char chipInfo[TEST_LEN1] = {0}; in HWTEST_F()
755 char vendorName[TEST_LEN1] = {0}; in HWTEST_F()
756 ret = g_inputInterface->iInputController->GetVendorName(g_touchIndex, vendorName, TEST_LEN1); in HWTEST_F()
776 char vendorName[TEST_LEN1] = {0}; in HWTEST_F()
777 ret = g_inputInterface->iInputController->GetVendorName(INVALID_INDEX, vendorName, TEST_LEN1); in HWTEST_F()
[all...]

Completed in 2 milliseconds