Lines Matching defs:property
358 APPSPAWN_STATIC int WriteMsgToChild(AppSpawningCtx *property, bool isNweb) in WriteMsgToChild()
381 static int InitForkContext(AppSpawningCtx *property) in InitForkContext()
394 static int AddChildWatcher(AppSpawningCtx *property) in AddChildWatcher()
435 AppSpawningCtx *property = CreateAppSpawningCtx(); in ProcessSpawnReqMsg() local
476 AppSpawningCtx *property = GetAppSpawningCtxByPid(pid); in WaitChildDied() local
487 AppSpawningCtx *property = (AppSpawningCtx *)context; in WaitChildTimeout() local
499 AppSpawningCtx *property = (AppSpawningCtx *)context; in ProcessChildResponse() local
544 AppSpawningCtx *property = (AppSpawningCtx *)client; in NotifyResToParent() local
599 AppSpawningCtx *property = (AppSpawningCtx *)client; in AppSpawnColdStartApp() local
635 AppSpawningCtx *property = CreateAppSpawningCtx(); in GetAppSpawningCtxFromArg() local
676 AppSpawningCtx *property = GetAppSpawningCtxFromArg(appSpawnContent, argc, argv); in AppSpawnColdRun() local
726 APPSPAWN_STATIC int AppSpawnClearEnv(AppSpawnMgr *content, AppSpawningCtx *property) in AppSpawnClearEnv()