Home
last modified time | relevance | path

Searched refs:HookMgrDel (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/startup/init/services/modules/init_hook/
H A Dinit_hook.c194 HookMgrDel(GetBootStageHookMgr(), INIT_GLOBAL_INIT, NULL); in BootCompleteCmd()
195 HookMgrDel(GetBootStageHookMgr(), INIT_PRE_PARAM_SERVICE, NULL); in BootCompleteCmd()
196 HookMgrDel(GetBootStageHookMgr(), INIT_PARAM_LOAD_FILTER, NULL); in BootCompleteCmd()
197 HookMgrDel(GetBootStageHookMgr(), INIT_PRE_PARAM_LOAD, NULL); in BootCompleteCmd()
198 HookMgrDel(GetBootStageHookMgr(), INIT_PRE_CFG_LOAD, NULL); in BootCompleteCmd()
199 HookMgrDel(GetBootStageHookMgr(), INIT_SERVICE_PARSE, NULL); in BootCompleteCmd()
200 HookMgrDel(GetBootStageHookMgr(), INIT_POST_PERSIST_PARAM_LOAD, NULL); in BootCompleteCmd()
201 HookMgrDel(GetBootStageHookMgr(), INIT_POST_CFG_LOAD, NULL); in BootCompleteCmd()
202 HookMgrDel(GetBootStageHookMgr(), INIT_JOB_PARSE, NULL); in BootCompleteCmd()
/ohos5.0/base/startup/init/test/unittest/innerkits/
H A Dhookmgr_unittest.cpp174 HookMgrDel(nullptr, STAGE_TEST_ONE, nullptr);
198 HookMgrDel(hookMgr, STAGE_TEST_ONE, OhosTestHookRetOK);
217 HookMgrDel(hookMgr, STAGE_TEST_ONE, OhosTestHookRetOK);
236 HookMgrDel(hookMgr, STAGE_TEST_ONE, OhosTestHookRetOK);
240 HookMgrDel(hookMgr, STAGE_TEST_ONE, OhosTestHookRetOKEx2);
244 HookMgrDel(hookMgr, STAGE_TEST_ONE, OhosTestHookRetOKEx);
298 HookMgrDel(nullptr, STAGE_TEST_ONE, OhosTestHookRetOKEx);
/ohos5.0/base/startup/init/test/fuzztest/hookmgrdel_fuzzer/
H A Dhookmgrdel_fuzzer.cpp31 HookMgrDel(hookMgr, 0, TestHook); in FuzzHookMgrDel()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dhookmgr.h120 void HookMgrDel(HOOK_MGR *hookMgr, int stage, OhosHook hook);
/ohos5.0/base/startup/init/test/moduletest/
H A Dhookmgr_moduletest.cpp114 HookMgrDel(g_hookMgr, STAGE_TEST_ONE, OhosTestHookMultiThreadAnother);
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbegetutil.versionscript25 HookMgrDel;
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dhook_utils.cpp46 HookMgrDel(GetLocationExtHookMgr(), static_cast<int>(stage), hook); in UnregisterHook()
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c214 void HookMgrDel(HOOK_MGR *hookMgr, int stage, OhosHook hook) in HookMgrDel() function