Home
last modified time | relevance | path

Searched refs:ProcessMgrRemoveApp (Results 1 - 4 of 4) sorted by relevance

/base/startup/appspawn/modules/sysevent/
H A Devent_reporter.cpp32 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 Dappspawn_cgroup.c170 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 Dapp_spawn_stub.h60 int ProcessMgrRemoveApp(const AppSpawnMgr *content, const AppSpawnedProcessInfo *appInfo);
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_cgroup_test.cpp398 int ret = ProcessMgrRemoveApp(nullptr, nullptr); in HWTEST_F()
401 ret = ProcessMgrRemoveApp(mgr, nullptr); in HWTEST_F()

Completed in 23 milliseconds