Home
last modified time | relevance | path

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

/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_cgroup_test.cpp118 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo); in HWTEST_F()
168 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, content, appInfo); in HWTEST_F()
195 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo); in HWTEST_F()
230 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, content, appInfo); in HWTEST_F()
261 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo); in HWTEST_F()
275 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo2); in HWTEST_F()
277 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, content, appInfo); in HWTEST_F()
309 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo); in HWTEST_F()
377 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, content, appInfo); in HWTEST_F()
H A Dapp_spawn_module_interface_test.cpp199 ret = ProcessMgrHookExecute(static_cast<AppSpawnHookStage>(i), reinterpret_cast<AppSpawnContent *>(mgr), app); in HWTEST_F()
202 ret = ProcessMgrHookExecute(static_cast<AppSpawnHookStage>(i), nullptr, app); in HWTEST_F()
205 ret = ProcessMgrHookExecute(static_cast<AppSpawnHookStage>(i), nullptr, nullptr); in HWTEST_F()
208 ret = ProcessMgrHookExecute(static_cast<AppSpawnHookStage>(i), in HWTEST_F()
/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
/base/startup/appspawn/standard/
H A Dappspawn_service.c103 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, GetAppSpawnContent(), appInfo); in AppQueueDestroyProc()
169 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, GetAppSpawnContent(), appInfo); in HandleDiedPid()
571 ProcessMgrHookExecute(STAGE_SERVER_APP_DIED, GetAppSpawnContent(), appInfo); in ProcessChildProcessFd()
1032 ProcessMgrHookExecute(STAGE_SERVER_APP_ADD, GetAppSpawnContent(), appInfo); in ProcessChildResponse()

Completed in 6 milliseconds