Home
last modified time | relevance | path

Searched defs:executionRetVal (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c132 static void PostHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in PostHookExec()
188 …c void PostAppSpawnHookExec(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in PostAppSpawnHookExec()
/ohos5.0/base/startup/init/services/init/standard/
H A Dinit.c189 …IT_STATIC void InitPostHook(const HOOK_INFO *hookInfo, void *executionContext, int executionRetVal) in InitPostHook()