Home
last modified time | relevance | path

Searched refs:g_hdfUsbDeviceTestCaseList (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dhdf_usb_device_test.c16 static HdfTestCaseList g_hdfUsbDeviceTestCaseList[] = { variable
150 … for (i = 0; i < sizeof(g_hdfUsbDeviceTestCaseList) / sizeof(g_hdfUsbDeviceTestCaseList[0]); ++i) { in HdfUsbDeviceEntry()
151 …if ((msg->subCmd == g_hdfUsbDeviceTestCaseList[i].subCmd) && (g_hdfUsbDeviceTestCaseList[i].testFu… in HdfUsbDeviceEntry()
152 result = g_hdfUsbDeviceTestCaseList[i].testFunc(); in HdfUsbDeviceEntry()