Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.h72 typedef struct TagAppSpawnReqMsgNode { struct
73 struct ListNode node;
74 uint32_t reqId;
75 uint32_t retryCount;
76 int fdCount;
77 int fds[APP_MAX_FD_COUNT];
78 int isAsan;
79 AppSpawnMsgFlags *msgFlags;
80 AppSpawnMsgFlags *permissionFlags;
81 AppSpawnMsg *msg;
[all …]