Lines Matching refs:hookInfo
117 static int ServerStageHookRun(const HOOK_INFO *hookInfo, void *executionContext)
120 ServerStageHook realHook = (ServerStageHook)hookInfo->hookCookie;
124 static void PreHookExec(const HOOK_INFO *hookInfo, void *executionContext)
129 APPSPAWN_LOGI("Hook stage: %{public}d prio: %{public}d start", hookInfo->stage, hookInfo->prio);
132 static void PostHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal)
139 hookInfo->stage, hookInfo->prio, diff, executionRetVal);
174 static int AppSpawnHookRun(const HOOK_INFO *hookInfo, void *executionContext)
177 AppSpawnHook realHook = (AppSpawnHook)hookInfo->hookCookie;
181 static void PreAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext)
185 APPSPAWN_LOGV("Hook stage: %{public}d prio: %{public}d start", hookInfo->stage, hookInfo->prio);
188 static void PostAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal)
194 hookInfo->stage, hookInfo->prio, diff, executionRetVal);
272 static int ProcessMgrHookRun(const HOOK_INFO *hookInfo, void *executionContext)
275 ProcessChangeHook realHook = (ProcessChangeHook)hookInfo->hookCookie;