Home
last modified time | relevance | path

Searched defs:TagAppSpawnReqMsgNode (Results 1 – 1 of 1) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/client/
Dappspawn_client.h77 typedef struct TagAppSpawnReqMsgNode { struct
78 struct ListNode node;
79 uint32_t reqId;
80 uint32_t retryCount;
81 int fdCount;
82 int fds[APP_MAX_FD_COUNT];
83 int isAsan;
84 AppSpawnMsgFlags *msgFlags;
85 AppSpawnMsgFlags *permissionFlags;
86 AppSpawnMsg *msg;
[all …]