Home
last modified time | relevance | path

Searched defs:hookMgr (Results 1 – 3 of 3) sorted by relevance

/base/startup/init/interfaces/innerkits/hookmgr/
Dhookmgr.c59 static HOOK_MGR *getHookMgr(HOOK_MGR *hookMgr, int autoCreate) in getHookMgr()
93 static HOOK_STAGE *getHookStage(HOOK_MGR *hookMgr, int stage, int createIfNotFound) in getHookStage()
167 int HookMgrAddEx(HOOK_MGR *hookMgr, const HOOK_INFO *hookInfo) in HookMgrAddEx()
185 int HookMgrAdd(HOOK_MGR *hookMgr, int stage, int prio, OhosHook hook) in HookMgrAdd()
214 void HookMgrDel(HOOK_MGR *hookMgr, int stage, OhosHook hook) in HookMgrDel()
263 int HookMgrExecute(HOOK_MGR *hookMgr, int stage, void *executionContext, const HOOK_EXEC_OPTIONS *o… in HookMgrExecute()
306 void HookMgrDestroy(HOOK_MGR *hookMgr) in HookMgrDestroy()
349 void HookMgrTraversal(HOOK_MGR *hookMgr, void *traversalCookie, OhosHookTraversal traversal) in HookMgrTraversal()
367 int HookMgrGetHooksCnt(HOOK_MGR *hookMgr, int stage) in HookMgrGetHooksCnt()
384 int HookMgrGetStagesCnt(HOOK_MGR *hookMgr) in HookMgrGetStagesCnt()
/base/startup/init/test/unittest/innerkits/
Dhookmgr_unittest.cpp73 static void dumpAllHooks(HOOK_MGR *hookMgr) in dumpAllHooks()
189 HOOK_MGR *hookMgr = HookMgrCreate("test"); variable
/base/startup/init/test/moduletest/
Dhookmgr_moduletest.cpp69 static void DumpAllHooks(HOOK_MGR *hookMgr) in DumpAllHooks()