Searched defs:TagSandboxContext (Results 1 – 1 of 1) sorted by relevance
198 typedef struct TagSandboxContext { struct199 SandboxBuffer buffer[MAX_BUFFER];200 const char *bundleName;201 const AppSpawnMsgNode *message; // 修改成操作消息202 uint32_t sandboxSwitch : 1;203 uint32_t sandboxShared : 1;204 uint32_t bundleHasWps : 1;205 uint32_t dlpBundle : 1;206 uint32_t appFullMountEnable : 1;207 uint32_t nwebspawn : 1;[all …]