Home
last modified time | relevance | path

Searched refs:HookMgrExecute (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/innerkits/
H A Dhookmgr_unittest.cpp266 ret = HookMgrExecute(nullptr, STAGE_TEST_ONE, (void *)&ctx, nullptr);
272 ret = HookMgrExecute(nullptr, STAGE_TEST_ONE, (void *)&ctx, nullptr);
279 ret = HookMgrExecute(nullptr, STAGE_TEST_ONE, (void *)&ctx, &options);
287 ret = HookMgrExecute(nullptr, STAGE_TEST_ONE, (void *)&ctx, nullptr);
294 ret = HookMgrExecute(nullptr, STAGE_TEST_ONE, (void *)&ctx, nullptr);
299 ret = HookMgrExecute(nullptr, STAGE_TEST_ONE, (void *)&ctx, nullptr);
306 HookMgrExecute(GetBootStageHookMgr(), INIT_GLOBAL_INIT, nullptr, nullptr);
307 HookMgrExecute(GetBootStageHookMgr(), INIT_PRE_CFG_LOAD, nullptr, nullptr);
/ohos5.0/base/startup/init/services/init/standard/
H A Dinit.c285 HookMgrExecute(GetBootStageHookMgr(), INIT_GLOBAL_INIT, (void *)&timingStat, (void *)&options); in SystemConfig()
288HookMgrExecute(GetBootStageHookMgr(), INIT_PRE_PARAM_SERVICE, (void *)&timingStat, (void *)&option… in SystemConfig()
317HookMgrExecute(GetBootStageHookMgr(), INIT_PRE_PARAM_LOAD, (void *)&timingStat, (void *)&options); in SystemConfig()
324 HookMgrExecute(GetBootStageHookMgr(), INIT_PRE_CFG_LOAD, (void *)&timingStat, (void *)&options); in SystemConfig()
328HookMgrExecute(GetBootStageHookMgr(), INIT_POST_CFG_LOAD, (void *)&timingStat, (void *)&options); in SystemConfig()
H A Dinit_cmds.c194 HookMgrExecute(GetBootStageHookMgr(), INIT_POST_PERSIST_PARAM_LOAD, NULL, NULL); in DoLoadPrivatePersistParams()
304 HookMgrExecute(GetBootStageHookMgr(), INIT_MOUNT_STAGE, NULL, NULL); in DoMountFstabFile()
338 …ret = HookMgrExecute(GetBootStageHookMgr(), INIT_RESTORECON, (void*)(&cmdInfo), (void*)(&options)); in DoRestorecon()
513 HookMgrExecute(GetBootStageHookMgr(), INIT_POST_DATA_UNENCRYPT, (void*)(&cmdInfo), NULL); in DoInitGlobalKey()
530 HookMgrExecute(GetBootStageHookMgr(), INIT_POST_DATA_UNENCRYPT, (void*)(&cmdInfo), NULL); in DoInitMainUser()
H A Dinit_firststage.c170 HookMgrExecute(GetBootStageHookMgr(), INIT_FIRST_STAGE, NULL, NULL); in SystemPrepare()
H A Dinit_control_fd_service.c102 (void)HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_DUMP, (void *)(&context), NULL); in DumpServiceHookExecute()
/ohos5.0/base/startup/init/test/unittest/modules/
H A Dtrace_unittest.cpp118 HookMgrExecute(GetBootStageHookMgr(), INIT_POST_PERSIST_PARAM_LOAD, nullptr, nullptr);
121 HookMgrExecute(GetBootStageHookMgr(), INIT_POST_PERSIST_PARAM_LOAD, nullptr, nullptr);
H A Deng_unittest.cpp245 HookMgrExecute(GetBootStageHookMgr(), INIT_GLOBAL_INIT, nullptr, nullptr);
247 HookMgrExecute(GetBootStageHookMgr(), INIT_GLOBAL_INIT, nullptr, nullptr);
250 HookMgrExecute(GetBootStageHookMgr(), INIT_GLOBAL_INIT, nullptr, nullptr);
H A Dmodules_unittest.cpp116 HookMgrExecute(GetBootStageHookMgr(), INIT_POST_PERSIST_PARAM_LOAD, nullptr, nullptr);
/ohos5.0/base/startup/init/test/unittest/init/
H A Dservice_unittest.cpp380 HookMgrExecute(GetBootStageHookMgr(), INIT_GLOBAL_INIT, nullptr, nullptr);
381 …(void)HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_DUMP, (void *)(&serviceInfoContext), null…
386 …(void)HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_FORK_BEFORE, (void *)(&serviceInfoContext…
388 …(void)HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_FORK_BEFORE, (void *)(&serviceInfoContext…
399 HookMgrExecute(GetBootStageHookMgr(), INIT_POST_PERSIST_PARAM_LOAD, nullptr, nullptr);
/ohos5.0/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c155 int ret = HookMgrExecute(GetAppSpawnHookMgr(), stage, (void *)(&arg), &options); in ServerStageHookExecute()
210 int ret = HookMgrExecute(GetAppSpawnHookMgr(), stage, (void *)(&forkArg), &options); in AppSpawnHookExecute()
268 int ret = HookMgrExecute(GetAppSpawnHookMgr(), stage, (void *)(&arg), NULL); in ProcessMgrHookExecute()
/ohos5.0/base/startup/init/test/fuzztest/hookmgrexecute_fuzzer/
H A Dhookmgrexecute_fuzzer.cpp27 if (HookMgrExecute(hookMgr, 0, nullptr, nullptr)) { in FuzzHookMgrExecute()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dhookmgr.h167 int HookMgrExecute(HOOK_MGR *hookMgr, int stage, void *executionContext, const HOOK_EXEC_OPTIONS *e…
/ohos5.0/base/startup/init/services/modules/bootevent/
H A Dbootevent.c109 HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_BOOTEVENT, (void*)(&context), NULL); in SetServiceBooteventHookMgr()
357 HookMgrExecute(GetBootStageHookMgr(), INIT_BOOT_COMPLETE, NULL, NULL); in BootEventParaFireByName()
375 HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_CLEAR, (void *)&ctx, NULL); in ServiceParseBootEventHook()
/ohos5.0/base/startup/init/test/moduletest/
H A Dhookmgr_moduletest.cpp46 HookMgrExecute(g_hookMgr, STAGE_TEST_ONE, nullptr, nullptr); in HookExecFunc()
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbegetutil.versionscript27 HookMgrExecute;
/ohos5.0/base/startup/init/services/param/trigger/
H A Dtrigger_processor.c229 (void)HookMgrExecute(GetBootStageHookMgr(), INIT_JOB_PARSE, (void *)(&context), NULL); in ParseJobHookExecute()
379 HookMgrExecute(GetBootStageHookMgr(), INIT_SHUT_DETECTOR, NULL, NULL); in DoJobExecNow()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dhook_utils.cpp52 …auto ret = HookMgrExecute(GetLocationExtHookMgr(), static_cast<int>(stage), executionContext, opti… in ExecuteHook()
/ohos5.0/base/startup/init/services/modules/reboot/
H A Dreboot_static.c153 (void)HookMgrExecute(GetBootStageHookMgr(), INIT_REBOOT, (void *)(&context), NULL); in GetStartupPowerCtl()
/ohos5.0/base/startup/init/services/init/
H A Dinit_common_cmds.c56 (void)HookMgrExecute(GetBootStageHookMgr(), INIT_CMD_RECORD, (void *)(&context), NULL); in InitCmdHookExecute()
247 (void)HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_RESTART, (void *)(&context), NULL); in DoReset()
H A Dinit_common_service.c158 (void)HookMgrExecute(GetBootStageHookMgr(), stage, (void *)(&context), NULL); in ServiceHookExecute()
779 HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_REAP, (void*)service, NULL); in ServiceReapHookExecute()
H A Dinit_service_manager.c140 HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_CLEAR, (void *)&ctx, NULL); in ExecuteServiceClear()
1018 (void)HookMgrExecute(GetBootStageHookMgr(), INIT_SERVICE_PARSE, (void *)(&context), NULL); in ParseServiceHookExecute()
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c263 int HookMgrExecute(HOOK_MGR *hookMgr, int stage, void *executionContext, const HOOK_EXEC_OPTIONS *o… in HookMgrExecute() function
/ohos5.0/base/startup/init/services/param/manager/
H A Dparam_server.c301 HookMgrExecute(GetBootStageHookMgr(), INIT_PARAM_LOAD_FILTER, (void *)&filter, NULL); in LoadOneParam_()
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp616 HookMgrExecute(GetBootStageHookMgr(), INIT_BOOT_COMPLETE, nullptr, nullptr); in ParamTestStubExit()