Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/moduletest/
H A Dhookmgr_moduletest.cpp29 HOOK_MGR *g_hookMgr = nullptr; variable
80 g_hookMgr = HookMgrCreate("moduleTestHook");
81 ASSERT_NE(g_hookMgr, nullptr);
85 cnt = HookMgrGetHooksCnt(g_hookMgr, STAGE_TEST_ONE);
93 HookMgrAddEx(g_hookMgr, &info);
94 cnt = HookMgrGetHooksCnt(g_hookMgr, STAGE_TEST_ONE);
96 cnt = HookMgrGetStagesCnt(g_hookMgr);
98 DumpAllHooks(g_hookMgr);
111 cnt = HookMgrGetHooksCnt(g_hookMgr, STAGE_TEST_ONE);
115 cnt = HookMgrGetHooksCnt(g_hookMgr, STAGE_TEST_ONE);
[all …]