Searched refs:g_hookMgr (Results 1 – 1 of 1) sorted by relevance
29 HOOK_MGR *g_hookMgr = nullptr; variable80 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 …]