Searched defs:encaps (Results 1 – 1 of 1) sorted by relevance
112 static int SpawnSetMaxPids(AppSpawnMgr *content, AppSpawningCtx *property, cJSON *encaps) in SpawnSetMaxPids()144 static int AddJITPermissionToEncaps(cJSON *extInfoJson, cJSON *encaps, uint32_t *permissionCount) in AddJITPermissionToEncaps()174 static int SpawnSetJITPermissions(AppSpawnMgr *content, AppSpawningCtx *property, cJSON *encaps, ui… in SpawnSetJITPermissions()190 static int AddMembersToEncaps(AppSpawnMgr *content, AppSpawningCtx *property, cJSON *encaps) in AddMembersToEncaps()235 cJSON *encaps = cJSON_CreateObject(); in SpawnBuildEncaps() local