Home
last modified time | relevance | path

Searched refs:AppSpawnedProcessInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_cgroup.c36 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 Dappspawn_hook.h38 typedef struct TagAppSpawnedProcess AppSpawnedProcessInfo; typedef
110 typedef int (*ProcessChangeHook)(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo);
/ohos5.0/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.h60 const AppSpawnContent *content, const AppSpawnedProcessInfo *appInfo);
H A Dappspawn_modulemgr.c26 const AppSpawnedProcessInfo *appInfo;
258 const AppSpawnedProcessInfo *appInfo) in ProcessMgrHookExecute()
/ohos5.0/base/startup/appspawn/modules/sysevent/
H A Devent_reporter.cpp45 static int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrRemoveApp()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c601 APPSPAWN_STATIC int SandboxUnmountPath(const AppSpawnMgr *content, const AppSpawnedProcessInfo *app… in SandboxUnmountPath()
H A Dsandbox_utils.cpp2081 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()