Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/unittest/innerkits/
H A Dhookmgr_unittest.cpp93 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 Dhookmgr_moduletest.cpp85 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 Dhookmgrgethookscnt_fuzzer.cpp26 if (HookMgrGetHooksCnt(hookMgr, 0)) { in FuzzHookMgrGetHooksCnt()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dhookmgr.h213 int HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage);
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbegetutil.versionscript28 HookMgrGetHooksCnt;
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c367 int HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage) in HookMgrGetHooksCnt() function