Searched refs:executionRetVal (Results 1 - 3 of 3) sorted by relevance
/base/startup/appspawn/modules/modulemgr/ |
H A D | appspawn_modulemgr.c | 132 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 D | hookmgr.h | 136 * @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 D | init.c | 189 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