Searched refs:HookMgrGetHooksCnt (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/startup/init/test/unittest/innerkits/ |
H A D | hookmgr_unittest.cpp | 93 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); 102 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); 109 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); 116 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); 123 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); 130 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); 137 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); 144 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); 151 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); 158 cnt = HookMgrGetHooksCnt(nullptr, STAGE_TEST_ONE); [all …]
|
/ohos5.0/base/startup/init/test/moduletest/ |
H A D | hookmgr_moduletest.cpp | 85 cnt = HookMgrGetHooksCnt(g_hookMgr, STAGE_TEST_ONE); 94 cnt = HookMgrGetHooksCnt(g_hookMgr, STAGE_TEST_ONE); 111 cnt = HookMgrGetHooksCnt(g_hookMgr, STAGE_TEST_ONE); 115 cnt = HookMgrGetHooksCnt(g_hookMgr, STAGE_TEST_ONE);
|
/ohos5.0/base/startup/init/test/fuzztest/hookmgrgethookscnt_fuzzer/ |
H A D | hookmgrgethookscnt_fuzzer.cpp | 26 if (HookMgrGetHooksCnt(hookMgr, 0)) { in FuzzHookMgrGetHooksCnt()
|
/ohos5.0/base/startup/init/interfaces/innerkits/include/ |
H A D | hookmgr.h | 213 int HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage);
|
/ohos5.0/base/startup/init/interfaces/innerkits/ |
H A D | libbegetutil.versionscript | 28 HookMgrGetHooksCnt;
|
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/ |
H A D | hookmgr.c | 367 int HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage) in HookMgrGetHooksCnt() function
|