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