Searched refs:ProcessMgrHookExecute (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_cgroup_test.cpp | 118 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo); 168 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, content, appInfo); 195 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo); 230 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, content, appInfo); 261 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo); 275 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo2); 277 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, content, appInfo); 309 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo); 377 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo);
|
H A D | app_spawn_module_interface_test.cpp | 204 …ret = ProcessMgrHookExecute(static_cast<AppSpawnHookStage>(i), reinterpret_cast<AppSpawnContent *>… 207 ret = ProcessMgrHookExecute(static_cast<AppSpawnHookStage>(i), nullptr, app); 210 ret = ProcessMgrHookExecute(static_cast<AppSpawnHookStage>(i), nullptr, nullptr); 213 ret = ProcessMgrHookExecute(static_cast<AppSpawnHookStage>(i),
|
/ohos5.0/base/startup/appspawn/modules/modulemgr/ |
H A D | appspawn_modulemgr.h | 59 int ProcessMgrHookExecute(AppSpawnHookStage stage,
|
H A D | appspawn_modulemgr.c | 257 int ProcessMgrHookExecute(AppSpawnHookStage stage, const AppSpawnContent *content, in ProcessMgrHookExecute() function
|
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 83 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, GetAppSpawnContent(), appInfo); in AppQueueDestroyProc() 159 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, GetAppSpawnContent(), appInfo); in HandleDiedPid() 160 ProcessMgrHookExecute(STAGE_SERVER_APP_UMOUNT, GetAppSpawnContent(), appInfo); in HandleDiedPid() 563 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, GetAppSpawnContent(), appInfo); in ProcessChildProcessFd() 1022 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, GetAppSpawnContent(), appInfo); in ProcessChildResponse()
|