Searched refs:hookCookie (Results 1 – 8 of 8) sorted by relevance
124 void *hookCookie; member134 … (hookItem->info.hook == compareVal->hook && hookItem->info.hookCookie == compareVal->hookCookie) { in hookItemCompareValue()141 static int addHookToStage(HOOK_STAGE *hookStage, int prio, OhosHook hook, void *hookCookie) in addHookToStage() argument149 compareVal.hookCookie = hookCookie; in addHookToStage()159 hookItem->info.hookCookie = hookCookie; in addHookToStage()182 return addHookToStage(stageItem, hookInfo->prio, hookInfo->hook, hookInfo->hookCookie); in HookMgrAddEx()191 info.hookCookie = NULL; in HookMgrAdd()
120 ServerStageHook realHook = (ServerStageHook)hookInfo->hookCookie; in ServerStageHookRun()169 info.hookCookie = (void *)hook; in AddServerStageHook()177 AppSpawnHook realHook = (AppSpawnHook)hookInfo->hookCookie; in AppSpawnHookRun()252 info.hookCookie = (void *)hook; in AddAppSpawnHook()275 ProcessChangeHook realHook = (ProcessChangeHook)hookInfo->hookCookie; in ProcessMgrHookRun()288 info.hookCookie = hook; in AddProcessMgrHook()
91 JobParseHook realHook = (JobParseHook)hookInfo->hookCookie; in JobParseHookWrapper()102 info.hookCookie = (void *)hook; in InitAddJobParseHook()
32 InitRebootHook realHook = (InitRebootHook)hookInfo->hookCookie; in RebootHookWrapper()43 info.hookCookie = (void *)hook; in InitAddRebootHook()
85 void *hookCookie; /* hook function cookie, for current hook only */ member
92 info.hookCookie = nullptr;
109 ServiceHook realHook = (ServiceHook)hookInfo->hookCookie; in ServiceHookWrapper()122 info.hookCookie = (void *)hook; in InitAddServiceHook()130 ServiceRestartHook realHook = (ServiceRestartHook)hookInfo->hookCookie; in ServiceRestartHookWrapper()143 info.hookCookie = (void *)hook; in InitServiceRestartHook()
993 ServiceParseHook realHook = (ServiceParseHook)hookInfo->hookCookie; in ServiceParseHookWrapper()1006 info.hookCookie = (void *)hook; in InitAddServiceParseHook()