Lines Matching defs:content
46 int SetAppAccessToken(const AppSpawnMgr *content, const AppSpawningCtx *property)
55 if (IsNWebSpawnMode(content) || IsIsolatedNativeSpawnMode(content, property)) {
68 int SetSelinuxConNweb(const AppSpawnMgr *content, const AppSpawningCtx *property)
85 int SetSelinuxCon(const AppSpawnMgr *content, const AppSpawningCtx *property)
96 if (IsNWebSpawnMode(content)) {
98 return SetSelinuxConNweb(content, property);
102 } else if (IsIsolatedNativeSpawnMode(content, property)) {
134 int SetUidGidFilter(const AppSpawnMgr *content)
138 if (IsNWebSpawnMode(content)) {
160 int SetSeccompFilter(const AppSpawnMgr *content, const AppSpawningCtx *property)
167 if (IsNWebSpawnMode(content)) {
233 int32_t SetEnvInfo(const AppSpawnMgr *content, const AppSpawningCtx *property)