Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_manager.h89 typedef struct TagAppSpawnedProcess { struct
90 struct ListNode node;
91 uid_t uid;
92 pid_t pid;
93 uint32_t max;
94 int exitStatus;
95 struct timespec spawnStart;
96 struct timespec spawnEnd;
98 AppSpawnMsgNode *message;
100 bool isDebuggable;
[all …]