Searched refs:ProcessMgrRemoveApp (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/sysevent/ |
H A D | event_reporter.cpp | 32 void ProcessMgrRemoveApp(const char* processName, int pid, int uid, int status) in ProcessMgrRemoveApp() function 45 static int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrRemoveApp() function 47 … OHOS::system::ProcessMgrRemoveApp(appInfo->name, appInfo->pid, appInfo->uid, appInfo->exitStatus); in ProcessMgrRemoveApp() 54 AddProcessMgrHook(STAGE_SERVER_APP_DIED, 0, ProcessMgrRemoveApp); in MODULE_CONSTRUCTOR()
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_cgroup.c | 170 static int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrRemoveApp() function 227 AddProcessMgrHook(STAGE_SERVER_APP_DIED, 0, ProcessMgrRemoveApp); in MODULE_CONSTRUCTOR()
|