Searched refs:AppSpawnedProcessInfo (Results 1 - 7 of 7) sorted by relevance
/base/startup/appspawn/modules/common/ |
H A D | appspawn_cgroup.c | 36 APPSPAWN_STATIC int GetCgroupPath(const AppSpawnedProcessInfo *appInfo, char *buffer, uint32_t buffLen) in GetCgroupPath() 122 static void SetForkDenied(const AppSpawnedProcessInfo *appInfo) in SetForkDenied() 144 static void KillProcessesByCGroup(const char *path, AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in KillProcessesByCGroup() 155 AppSpawnedProcessInfo *tmp = GetSpawnedProcess(pid); in KillProcessesByCGroup() 170 APPSPAWN_STATIC int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrRemoveApp() 196 APPSPAWN_STATIC int ProcessMgrAddApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrAddApp()
|
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 53 typedef struct TagAppSpawnedProcess AppSpawnedProcessInfo;
typedef 60 int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo);
61 int ProcessMgrAddApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo);
|
/base/startup/appspawn/modules/modulemgr/ |
H A D | appspawn_modulemgr.h | 60 const AppSpawnContent *content, const AppSpawnedProcessInfo *appInfo);
|
H A D | appspawn_modulemgr.c | 26 const AppSpawnedProcessInfo *appInfo; 258 const AppSpawnedProcessInfo *appInfo) in ProcessMgrHookExecute()
|
/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_hook.h | 38 typedef struct TagAppSpawnedProcess AppSpawnedProcessInfo; typedef 110 typedef int (*ProcessChangeHook)(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo);
|
/base/startup/appspawn/modules/sysevent/ |
H A D | event_reporter.cpp | 45 static int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrRemoveApp()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_manager.c | 679 APPSPAWN_STATIC int SandboxUnmountPath(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in SandboxUnmountPath()
|
Completed in 5 milliseconds