/base/startup/init/services/modules/udid/ |
H A D | udid_static.c | 19 static int UDidCalc(const HOOK_INFO *hookInfo, void *cookie) in UDidCalc() argument
|
/base/startup/init/services/modules/selinux/ |
H A D | selinux_static.c | 21 static int SelinuxHook(const HOOK_INFO *hookInfo, void *cookie) in SelinuxHook() argument
|
/base/startup/init/test/fuzztest/hookmgrdel_fuzzer/ |
H A D | hookmgrdel_fuzzer.cpp | 20 static int TestHook(const HOOK_INFO *hookInfo, void *executionContext) in TestHook() argument
|
/base/startup/init/test/fuzztest/hookmgrtraversal_fuzzer/ |
H A D | hookmgrtraversal_fuzzer.cpp | 20 static void HookTraversal(const HOOK_INFO *hookInfo, void *traversalCookie) in HookTraversal() argument
|
/base/startup/init/test/fuzztest/hookmgradd_fuzzer/ |
H A D | hookmgradd_fuzzer.cpp | 20 static int TestHook(const HOOK_INFO *hookInfo, void *executionContext) in TestHook() argument
|
/base/startup/init/test/unittest/innerkits/ |
H A D | hookmgr_unittest.cpp | 53 static int OhosTestHookRetOK(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookRetOK() argument 58 static int OhosTestHookRetOKEx(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookRetOKEx() argument 63 static int OhosTestHookRetOKEx2(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookRetOKEx2() argument 68 static void OhosHookPrint(const HOOK_INFO *hookInfo, void *traversalCookie) in OhosHookPrint() argument
|
/base/startup/init/test/moduletest/ |
H A D | hookmgr_moduletest.cpp | 50 static int OhosTestHookMultiThread(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookMultiThread() argument 57 static int OhosTestHookMultiThreadAnother(const HOOK_INFO *hookInfo, void *executionContext) in OhosTestHookMultiThreadAnother() argument 64 static void OhosHookPrint(const HOOK_INFO *hookInfo, void *traversalCookie) in OhosHookPrint() argument
|
/base/startup/init/services/modules/reboot/ |
H A D | reboot_static.c | 29 static int RebootHookWrapper(const HOOK_INFO *hookInfo, void *executionContext) in RebootHookWrapper() argument
|
/base/startup/init/services/modules/init_hook/ |
H A D | init_hook.c | 88 static int JobParseHookWrapper(const HOOK_INFO *hookInfo, void *executionContext)
in JobParseHookWrapper() argument 138 static int ParamSetInitCmdHook(const HOOK_INFO *hookInfo, void *cookie)
in ParamSetInitCmdHook() argument 187 static int BootCompleteCmd(const HOOK_INFO *hookInfo, void *executionContext)
in BootCompleteCmd() argument
|
/base/startup/init/interfaces/innerkits/hookmgr/ |
H A D | hookmgr.c | 167 int HookMgrAddEx(HOOK_MGR *hookMgr, const HOOK_INFO *hookInfo) in HookMgrAddEx() argument
|
/base/startup/appspawn/modules/modulemgr/ |
H A D | appspawn_modulemgr.c | 117 static int ServerStageHookRun(const HOOK_INFO *hookInfo, void *executionContext) in ServerStageHookRun() argument 124 static void PreHookExec(const HOOK_INFO *hookInfo, void *executionContext) in PreHookExec() argument 132 static void PostHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in PostHookExec() argument 174 static int AppSpawnHookRun(const HOOK_INFO *hookInfo, void *executionContext) in AppSpawnHookRun() argument 181 PreAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext) PreAppSpawnHookExec() argument 188 PostAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) PostAppSpawnHookExec() argument 272 ProcessMgrHookRun(const HOOK_INFO *hookInfo, void *executionContext) ProcessMgrHookRun() argument [all...] |
/base/startup/init/services/init/standard/ |
H A D | init.c | 183 INIT_STATIC void InitPreHook(const HOOK_INFO *hookInfo, void *executionContext)
in InitPreHook() argument 189 INIT_STATIC void InitPostHook(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal)
in InitPostHook() argument
|
/base/location/test/location_common/source/ |
H A D | location_common_test.cpp | 719 static int OhosHookTest01(const HOOK_INFO *hookInfo, void *executionContext) in OhosHookTest01() argument 728 static int OhosHookTest02(const HOOK_INFO *hookInfo, void *executionContext) in OhosHookTest02() argument 742 static int OhosHookTest03(const HOOK_INFO *hookInfo, void *executionContext) in OhosHookTest03() argument 758 static int OhosHookTest04(const HOOK_INFO *hookInfo, voi argument [all...] |
/base/startup/init/services/init/ |
H A D | init_common_service.c | 106 static int ServiceHookWrapper(const HOOK_INFO *hookInfo, void *executionContext)
in ServiceHookWrapper() argument 127 static int ServiceRestartHookWrapper(const HOOK_INFO *hookInfo, void *executionContext)
in ServiceRestartHookWrapper() argument
|
H A D | init_service_manager.c | 990 static int ServiceParseHookWrapper(const HOOK_INFO *hookInfo, void *executionContext) in ServiceParseHookWrapper() argument
|
/base/startup/init/services/modules/bootevent/ |
H A D | bootevent.c | 478 static int ParamSetBootEventHook(const HOOK_INFO *hookInfo, void *cookie)
in ParamSetBootEventHook() argument
|
/base/startup/init/test/unittest/param/ |
H A D | param_stub.cpp | 486 static int TestHook(const HOOK_INFO *hookInfo, void *cookie) in TestHook() argument
|