Searched refs:HookMgrGetHooksCnt (Results 1 – 4 of 4) sorted by relevance
/base/startup/init/test/unittest/innerkits/ |
D | hookmgr_unittest.cpp | 93 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); 102 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); 109 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); 116 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); 123 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); 130 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); 137 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); 144 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); 151 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); 158 cnt = HookMgrGetHooksCnt(NULL, STAGE_TEST_ONE); [all …]
|
/base/startup/init/test/moduletest/ |
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);
|
/base/startup/init/interfaces/innerkits/include/ |
D | hookmgr.h | 213 int HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage);
|
/base/startup/init/interfaces/innerkits/hookmgr/ |
D | hookmgr.c | 367 int HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage) in HookMgrGetHooksCnt() function
|