Searched refs:outMsg (Results 1 - 5 of 5) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/liteipc/ |
H A D | smgr_demo.cpp | 68 data1.outMsg = &dataOut; in SendReply() 69 (void)memset_s(data1.outMsg, sizeof(IpcMsg), 0, sizeof(IpcMsg)); in SendReply() 70 data1.outMsg->type = MT_REPLY; in SendReply() 71 data1.outMsg->target.handle = dataIn->taskID; in SendReply() 72 data1.outMsg->target.token = dataIn->target.token; in SendReply() 73 data1.outMsg->code = dataIn->code; in SendReply() 75 data1.outMsg->timestamp = dataIn->timestamp; in SendReply() 79 data1.outMsg->dataSz = 8; in SendReply() 80 data1.outMsg->data = ptr; in SendReply() 125 data1.outMsg in RegService() [all...] |
H A D | liteipc.h | 105 IpcMsg *outMsg; /**< data to send to target */ member
|
/kernel/liteos_a/testsuites/unittest/extended/liteipc/smoke/ |
H A D | liteipc_test_002.cpp | 80 data1.outMsg = &dataOut; in CallTestServiceLoop() 81 (void)memset_s(data1.outMsg, sizeof(IpcMsg), 0, sizeof(IpcMsg)); in CallTestServiceLoop() 82 data1.outMsg->type = MT_REQUEST; in CallTestServiceLoop() 83 data1.outMsg->target.handle = serviceHandle; in CallTestServiceLoop() 84 data1.outMsg->dataSz = 4; in CallTestServiceLoop() 85 data1.outMsg->data = # in CallTestServiceLoop() 100 data1.outMsg = &dataOut; in CallTestServiceLoop() 101 (void)memset_s(data1.outMsg, sizeof(IpcMsg), 0, sizeof(IpcMsg)); in CallTestServiceLoop() 102 data1.outMsg->type = MT_REQUEST; in CallTestServiceLoop() 103 data1.outMsg in CallTestServiceLoop() [all...] |
/kernel/liteos_a/kernel/extended/liteipc/ |
H A D | hm_liteipc.c | 572 content.outMsg = &msg; in SendDeathMsg() 573 (void)memset_s(content.outMsg, sizeof(IpcMsg), 0, sizeof(IpcMsg)); in SendDeathMsg() 574 content.outMsg->type = MT_DEATH_NOTIFY; in SendDeathMsg() 575 content.outMsg->target.handle = ipcTaskID; in SendDeathMsg() 576 content.outMsg->target.token = serviceHandle; in SendDeathMsg() 577 content.outMsg->code = 0; in SendDeathMsg() 957 IpcMsg *replyMsg = content->outMsg; in IsValidReply() 974 IpcMsg *msg = content->outMsg; in CheckPara() 1047 IpcMsg *msg = content->outMsg; in LiteIpcWrite() 1123 if (node->msg.timestamp != content->outMsg in CheckReceivedMsg() [all...] |
H A D | hm_liteipc.h | 177 IpcMsg *outMsg; /**< data to send to target */ member
|
Completed in 5 milliseconds