Searched defs:TagSandboxContext (Results 1 – 1 of 1) sorted by relevance
210 typedef struct TagSandboxContext { struct211 SandboxBuffer buffer[MAX_BUFFER];212 const char *bundleName;213 const AppSpawnMsgNode *message; // 修改成操作消息214 uint32_t sandboxSwitch : 1;215 uint32_t sandboxShared : 1;216 uint32_t bundleHasWps : 1;217 uint32_t dlpBundle : 1;218 uint32_t appFullMountEnable : 1;219 uint32_t nwebspawn : 1;[all …]