Home
last modified time | relevance | path

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

/base/startup/appspawn/test/moduletest/plugin-sample/
H A Dappspawn_plugin_sample.c68 static int ChildExecute(AppSpawnMgr *content, AppSpawningCtx *property) in ChildExecute() function
100 AddAppSpawnHook(STAGE_CHILD_EXECUTE, HOOK_PRIO_HIGHEST - 1, ChildExecute); in MODULE_CONSTRUCTOR()
101 AddAppSpawnHook(STAGE_CHILD_EXECUTE, HOOK_PRIO_COMMON - 1, ChildExecute); in MODULE_CONSTRUCTOR()
102 AddAppSpawnHook(STAGE_CHILD_EXECUTE, HOOK_PRIO_SANDBOX - 1, ChildExecute); in MODULE_CONSTRUCTOR()
103 AddAppSpawnHook(STAGE_CHILD_EXECUTE, HOOK_PRIO_SANDBOX + 1, ChildExecute); in MODULE_CONSTRUCTOR()
104 AddAppSpawnHook(STAGE_CHILD_EXECUTE, HOOK_PRIO_PROPERTY - 1, ChildExecute); in MODULE_CONSTRUCTOR()
105 AddAppSpawnHook(STAGE_CHILD_EXECUTE, HOOK_PRIO_PROPERTY + 1, ChildExecute); in MODULE_CONSTRUCTOR()

Completed in 1 milliseconds