Home
last modified time | relevance | path

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

/base/startup/appspawn/test/moduletest/plugin-sample/
H A Dappspawn_plugin_sample.c102 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()
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c697 (void)AddServerStageHook(STAGE_SERVER_PRELOAD, HOOK_PRIO_SANDBOX, PreLoadSandboxCfg); in MODULE_CONSTRUCTOR()
698 (void)AddServerStageHook(STAGE_SERVER_PRELOAD, HOOK_PRIO_SANDBOX, PreLoadIsoLatedSandboxCfg); in MODULE_CONSTRUCTOR()
699 (void)AddServerStageHook(STAGE_SERVER_EXIT, HOOK_PRIO_SANDBOX, SandboxHandleServerExit); in MODULE_CONSTRUCTOR()
700 (void)AddServerStageHook(STAGE_SERVER_EXIT, HOOK_PRIO_SANDBOX, IsolatedSandboxHandleServerExit); in MODULE_CONSTRUCTOR()
701 (void)AddAppSpawnHook(STAGE_PARENT_PRE_FORK, HOOK_PRIO_SANDBOX, SpawnPrepareSandboxCfg); in MODULE_CONSTRUCTOR()
702 (void)AddAppSpawnHook(STAGE_CHILD_EXECUTE, HOOK_PRIO_SANDBOX, SpawnBuildSandboxEnv); in MODULE_CONSTRUCTOR()
H A Dsandbox_utils.cpp1942 (void)AddServerStageHook(STAGE_SERVER_PRELOAD, HOOK_PRIO_SANDBOX, LoadAppSandboxConfig);
1944 (void)AddAppSpawnHook(STAGE_CHILD_EXECUTE, HOOK_PRIO_SANDBOX, SetAppSandboxProperty);
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_hook.h81 HOOK_PRIO_SANDBOX = 3000, enumerator

Completed in 6 milliseconds