Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/test/unittest/common/
Dhdf_main_test.c187 HdfTestMsg replyMsg; in HdfTestCaseProcess() local
214 replyMsg.cmd = msg->cmd; in HdfTestCaseProcess()
215 replyMsg.subCmd = msg->subCmd; in HdfTestCaseProcess()
219 replyMsg.result = HDF_FAILURE; in HdfTestCaseProcess()
222 g_hdfTestFuncList[i].testFunc(&replyMsg); in HdfTestCaseProcess()
227 if (!HdfSbufWriteBuffer(reply, &replyMsg, sizeof(replyMsg))) { in HdfTestCaseProcess()