Searched refs:getHookStage (Results 1 – 1 of 1) sorted by relevance
/base/startup/init/interfaces/innerkits/hookmgr/ |
D | hookmgr.c | 93 static HOOK_STAGE *getHookStage(HOOK_MGR *hookMgr, int stage, int createIfNotFound) in getHookStage() function 178 stageItem = getHookStage(hookMgr, hookInfo->stage, true); in HookMgrAddEx() 223 stageItem = getHookStage(hookMgr, stage, false); in HookMgrDel() 274 stageItem = getHookStage(hookMgr, stage, false); in HookMgrExecute() 375 stageItem = getHookStage(hookMgr, stage, false); in HookMgrGetHooksCnt()
|