Home
last modified time | relevance | path

Searched refs:ServerStageHookExecute (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.h58 int ServerStageHookExecute(AppSpawnHookStage stage, AppSpawnContent *content);
H A Dappspawn_modulemgr.c143 int ServerStageHookExecute(AppSpawnHookStage stage, AppSpawnContent *content) in ServerStageHookExecute() function
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_module_interface_test.cpp121 ret = ServerStageHookExecute(static_cast<AppSpawnHookStage>(i), content);
124 ret = ServerStageHookExecute(static_cast<AppSpawnHookStage>(i), nullptr);
H A Dapp_spawn_beget_test.cpp133 ServerStageHookExecute(STAGE_SERVER_PRELOAD, content); // 预加载,解析sandbox
H A Dapp_spawn_child_test.cpp64 ServerStageHookExecute(STAGE_SERVER_PRELOAD, content); // 预加载,解析sandbox in CreateTestAppSpawnContent()
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c1240 (void)ServerStageHookExecute(STAGE_SERVER_EXIT, content); // service exit,plugin can deal task in AppSpawnRun()
1322 int ret = ServerStageHookExecute(STAGE_SERVER_PRELOAD, content); // Preload, prase the sandbox in StartSpawnService()
1465 (void) ServerStageHookExecute(STAGE_SERVER_EXIT, content); in ProcessSpawnRestartMsg()