Home
last modified time | relevance | path

Searched refs:ProcessMgrHookExecute (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_cgroup_test.cpp118 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 Dapp_spawn_module_interface_test.cpp204 …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 Dappspawn_modulemgr.h59 int ProcessMgrHookExecute(AppSpawnHookStage stage,
H A Dappspawn_modulemgr.c257 int ProcessMgrHookExecute(AppSpawnHookStage stage, const AppSpawnContent *content, in ProcessMgrHookExecute() function
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c83 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()