Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c90 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 Dapp_spawn_stub.h114 HOOK_MGR *GetAppSpawnHookMgr(void);
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_common_test.cpp384 HOOK_MGR *hookMgr = GetAppSpawnHookMgr(); in HWTEST_F()

Completed in 3 milliseconds