Searched refs:g_hdfTestFuncList (Results 1 – 1 of 1) sorted by relevance
99 HdfTestFuncList g_hdfTestFuncList[] = { variable231 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()