Home
last modified time | relevance | path

Searched defs:executionContext (Results 1 – 13 of 13) sorted by relevance

/base/startup/init/test/unittest/innerkits/
Dhookmgr_unittest.cpp37 static int OhosHookTestCommon(void *executionContext, int result) in OhosHookTestCommon()
53 static int OhosTestHookRetOK(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookRetOK()
58 static int OhosTestHookRetOKEx(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookRetOKEx()
63 static int OhosTestHookRetOKEx2(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookRetOKEx2()
/base/startup/appspawn/modules/modulemgr/
Dappspawn_modulemgr.c118 static int ServerStageHookRun(const HOOK_INFO *hookInfo, void *executionContext) in ServerStageHookRun()
125 static void PreHookExec(const HOOK_INFO *hookInfo, void *executionContext) in PreHookExec()
133 static void PostHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in PostHookExec()
175 static int AppSpawnHookRun(const HOOK_INFO *hookInfo, void *executionContext) in AppSpawnHookRun()
182 static void PreAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext) in PreAppSpawnHookExec()
189 static void PostAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRe… in PostAppSpawnHookExec()
273 static int ProcessMgrHookRun(const HOOK_INFO *hookInfo, void *executionContext) in ProcessMgrHookRun()
/base/startup/init/test/moduletest/
Dhookmgr_moduletest.cpp50 static int OhosTestHookMultiThread(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookMultiThread()
57 static int OhosTestHookMultiThreadAnother(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookMultiThreadAnother()
/base/startup/init/test/fuzztest/hookmgrdel_fuzzer/
Dhookmgrdel_fuzzer.cpp20 static int TestHook(const HOOK_INFO *hookInfo, void *executionContext) in TestHook()
/base/startup/init/test/fuzztest/hookmgradd_fuzzer/
Dhookmgradd_fuzzer.cpp20 static int TestHook(const HOOK_INFO *hookInfo, void *executionContext) in TestHook()
/base/startup/init/services/init/standard/
Dinit.c185 INIT_STATIC void InitPreHook(const HOOK_INFO *hookInfo, void *executionContext) in InitPreHook()
191 INIT_STATIC void InitPostHook(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVa… in InitPostHook()
/base/startup/init/services/modules/init_hook/
Dinit_hook.c88 static int JobParseHookWrapper(const HOOK_INFO *hookInfo, void *executionContext) in JobParseHookWrapper()
187 static int BootCompleteCmd(const HOOK_INFO *hookInfo, void *executionContext) in BootCompleteCmd()
/base/location/test/location_common/source/
Dlocation_common_test.cpp719 static int OhosHookTest01(const HOOK_INFO *hookInfo, void *executionContext) in OhosHookTest01()
728 static int OhosHookTest02(const HOOK_INFO *hookInfo, void *executionContext) in OhosHookTest02()
742 static int OhosHookTest03(const HOOK_INFO *hookInfo, void *executionContext) in OhosHookTest03()
758 static int OhosHookTest04(const HOOK_INFO *hookInfo, void *executionContext) in OhosHookTest04()
/base/startup/init/services/modules/reboot/
Dreboot_static.c29 static int RebootHookWrapper(const HOOK_INFO *hookInfo, void *executionContext) in RebootHookWrapper()
/base/startup/init/interfaces/innerkits/hookmgr/
Dhookmgr.c240 void *executionContext; member
264 int HookMgrExecute(HOOK_MGR *hookMgr, int stage, void *executionContext, const HOOK_EXEC_OPTIONS *o… in HookMgrExecute()
/base/startup/init/services/init/
Dinit_common_service.c113 static int ServiceHookWrapper(const HOOK_INFO *hookInfo, void *executionContext) in ServiceHookWrapper()
134 static int ServiceRestartHookWrapper(const HOOK_INFO *hookInfo, void *executionContext) in ServiceRestartHookWrapper()
Dinit_service_manager.c1082 static int ServiceParseHookWrapper(const HOOK_INFO *hookInfo, void *executionContext) in ServiceParseHookWrapper()
/base/location/frameworks/location_common/common/source/
Dhook_utils.cpp58 LocationProcessStage stage, void *executionContext, const HOOK_EXEC_OPTIONS *options) in ExecuteHook()