Searched refs:ServerStageHookExecute (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/modulemgr/ |
H A D | appspawn_modulemgr.h | 58 int ServerStageHookExecute(AppSpawnHookStage stage, AppSpawnContent *content);
|
H A D | appspawn_modulemgr.c | 143 int ServerStageHookExecute(AppSpawnHookStage stage, AppSpawnContent *content) in ServerStageHookExecute() function
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_module_interface_test.cpp | 121 ret = ServerStageHookExecute(static_cast<AppSpawnHookStage>(i), content); 124 ret = ServerStageHookExecute(static_cast<AppSpawnHookStage>(i), nullptr);
|
H A D | app_spawn_beget_test.cpp | 133 ServerStageHookExecute(STAGE_SERVER_PRELOAD, content); // 预加载,解析sandbox
|
H A D | app_spawn_child_test.cpp | 64 ServerStageHookExecute(STAGE_SERVER_PRELOAD, content); // 预加载,解析sandbox in CreateTestAppSpawnContent()
|
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 1240 (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()
|