Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/
Dhcs_parser_test.c14 HdfTestCaseList g_hdfConfigTestCaseList[] = { variable
79 for (i = 0; i < sizeof(g_hdfConfigTestCaseList) / sizeof(g_hdfConfigTestCaseList[0]); ++i) { in HdfConfigEntry()
80 if (msg->subCmd != g_hdfConfigTestCaseList[i].subCmd) { in HdfConfigEntry()
83 if (g_hdfConfigTestCaseList[i].testFunc == NULL) { in HdfConfigEntry()
87 msg->result = g_hdfConfigTestCaseList[i].testFunc(); in HdfConfigEntry()