Searched refs:ProcessMgrRemoveApp (Results 1 - 4 of 4) sorted by relevance
/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()
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_cgroup.c | 170 APPSPAWN_STATIC int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo) in ProcessMgrRemoveApp() function 178 APPSPAWN_LOGV("ProcessMgrRemoveApp %{public}d %{public}d to cgroup ", appInfo->pid, appInfo->uid); in ProcessMgrRemoveApp() 227 AddProcessMgrHook(STAGE_SERVER_APP_DIED, 0, ProcessMgrRemoveApp); in MODULE_CONSTRUCTOR()
|
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 60 int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo);
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_cgroup_test.cpp | 398 int ret = ProcessMgrRemoveApp(nullptr, nullptr); in HWTEST_F() 401 ret = ProcessMgrRemoveApp(mgr, nullptr); in HWTEST_F()
|
Completed in 23 milliseconds