Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/common/
Dappspawn_encaps.c112 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