Searched refs:GetAppSpawnHookMgr (Results 1 - 3 of 3) sorted by relevance
/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()
|
/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 114 HOOK_MGR *GetAppSpawnHookMgr(void);
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_common_test.cpp | 384 HOOK_MGR *hookMgr = GetAppSpawnHookMgr();
in HWTEST_F()
|
Completed in 3 milliseconds