Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_main_test.c99 HdfTestFuncList g_hdfTestFuncList[] = { variable
231 for (i = 0; i < sizeof(g_hdfTestFuncList) / sizeof(g_hdfTestFuncList[0]); ++i) { in HdfTestCaseProcess()
232 if ((msg->cmd == g_hdfTestFuncList[i].cmd) && (g_hdfTestFuncList[i].testFunc != NULL)) { in HdfTestCaseProcess()
233 g_hdfTestFuncList[i].testFunc(&replyMsg); in HdfTestCaseProcess()