Home
last modified time | relevance | path

Searched refs:executionRetVal (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c132 static void PostHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in PostHookExec() argument
139 hookInfo->stage, hookInfo->prio, diff, executionRetVal); in PostHookExec()
188 static void PostAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in PostAppSpawnHookExec() argument
194 hookInfo->stage, hookInfo->prio, diff, executionRetVal); in PostAppSpawnHookExec()
/base/startup/init/interfaces/innerkits/include/
H A Dhookmgr.h136 * @param executionRetVal return value for running the hook.
139 typedef void (*OhosHookPostExecution)(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal);
/base/startup/init/services/init/standard/
H A Dinit.c189 INIT_STATIC void InitPostHook(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in InitPostHook() argument
195 hookInfo->stage, hookInfo->prio, diff, executionRetVal); in InitPostHook()

Completed in 3 milliseconds