Searched refs:AppSpawnedProcessInfo (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_cgroup.c | 36 APPSPAWN_STATIC int GetCgroupPath(const AppSpawnedProcessInfo *appInfo, char *buffer, uint32_t buff… in GetCgroupPath() 122 static void SetForkDenied(const AppSpawnedProcessInfo *appInfo) in SetForkDenied() 144 …KillProcessesByCGroup(const char *path, AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in KillProcessesByCGroup() 155 AppSpawnedProcessInfo *tmp = GetSpawnedProcess(pid); in KillProcessesByCGroup() 170 static int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrRemoveApp() 196 static int ProcessMgrAddApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrAddApp()
|
/ohos5.0/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);
|
/ohos5.0/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()
|
/ohos5.0/base/startup/appspawn/modules/sysevent/ |
H A D | event_reporter.cpp | 45 static int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrRemoveApp()
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_manager.c | 601 APPSPAWN_STATIC int SandboxUnmountPath(const AppSpawnMgr *content, const AppSpawnedProcessInfo *app… in SandboxUnmountPath()
|
H A D | sandbox_utils.cpp | 2081 static void UmountDir(const char *rootPath, const char *targetPath, const AppSpawnedProcessInfo *ap… in UmountDir() 2101 static int UmountSandboxPath(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in UmountSandboxPath()
|