Searched refs:GetAppSpawnHookMgr (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/modulemgr/ |
H A D | appspawn_modulemgr.c | 90 HOOK_MGR *GetAppSpawnHookMgr(void) in GetAppSpawnHookMgr() function 155 int ret = HookMgrExecute(GetAppSpawnHookMgr(), stage, (void *)(&arg), &options); in ServerStageHookExecute() 171 return HookMgrAddEx(GetAppSpawnHookMgr(), &info); in AddServerStageHook() 210 int ret = HookMgrExecute(GetAppSpawnHookMgr(), stage, (void *)(&forkArg), &options); in AppSpawnHookExecute() 254 return HookMgrAddEx(GetAppSpawnHookMgr(), &info); in AddAppSpawnHook() 268 int ret = HookMgrExecute(GetAppSpawnHookMgr(), stage, (void *)(&arg), NULL); in ProcessMgrHookExecute() 289 return HookMgrAddEx(GetAppSpawnHookMgr(), &info); in AddProcessMgrHook()
|