Searched refs:stop_hook_sp (Results 1 – 1 of 1) sorted by relevance
3001 Target::StopHookSP stop_hook_sp; in CreateStopHook() local3004 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()3007 stop_hook_sp.reset(new StopHookScripted(shared_from_this(), new_uid)); in CreateStopHook()3010 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()3011 return stop_hook_sp; in CreateStopHook()