Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
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.h82 struct ListNode msgBlocks; // 保存实际的消息数据 member
H A Dappspawn_client.c215 ListNode *sendNode = reqNode->msgBlocks.next; in HandleMsgSend()
218 while (sendNode != NULL && sendNode != &reqNode->msgBlocks) { in HandleMsgSend()
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp558 ListNode *node = reqNode->msgBlocks.next; in GetAppProperty()
559 while (node != &reqNode->msgBlocks) { in GetAppProperty()