Home
last modified time | relevance | path

Searched refs:msgBlocks (Results 1 - 6 of 6) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.h82 struct ListNode msgBlocks; // 保存实际的消息数据 member
H A Dappspawn_msg.c69 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()
H A Dappspawn_client.c215 ListNode *sendNode = reqNode->msgBlocks.next; in HandleMsgSend()
218 while (sendNode != NULL && sendNode != &reqNode->msgBlocks) { in HandleMsgSend()
/base/startup/init/test/systest/
H A Dloop_systest.h137 struct ListNode msgBlocks; // 保存实际的消息数据 member
H A Dloopclient_systest.c294 ListNode *sendNode = reqNode->msgBlocks.next; in HandleMsgSend()
297 while (sendNode != NULL && sendNode != &reqNode->msgBlocks) { in HandleMsgSend()
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp559 ListNode *node = reqNode->msgBlocks.next; in GetAppProperty()
560 while (node != &reqNode->msgBlocks) { in GetAppProperty()

Completed in 6 milliseconds