Searched refs:msgBlocks (Results 1 – 4 of 4) sorted by relevance
69 OH_ListAddTail(&reqNode->msgBlocks, &block->node); in CreateAppSpawnMsgBlock()76 struct ListNode *node = reqNode->msgBlocks.next; in GetValidMsgBlock()77 while (node != &reqNode->msgBlocks) { in GetValidMsgBlock()90 struct ListNode *node = reqNode->msgBlocks.prev; in GetTailMsgBlock()91 if (node != &reqNode->msgBlocks) { in GetTailMsgBlock()286 OH_ListRemoveAll(&reqNode->msgBlocks, FreeMsgBlock); in DeleteAppSpawnReqMsg()297 OH_ListInit(&reqNode->msgBlocks); in CreateAppSpawnReqMsg()
82 struct ListNode msgBlocks; // 保存实际的消息数据 member
215 ListNode *sendNode = reqNode->msgBlocks.next; in HandleMsgSend()218 while (sendNode != NULL && sendNode != &reqNode->msgBlocks) { in HandleMsgSend()
558 ListNode *node = reqNode->msgBlocks.next; in GetAppProperty()559 while (node != &reqNode->msgBlocks) { in GetAppProperty()