Searched refs:stop_hook_sp (Results 1 – 1 of 1) sorted by relevance
2836 Target::StopHookSP stop_hook_sp; in CreateStopHook() local2839 stop_hook_sp.reset(new StopHookCommandLine(shared_from_this(), new_uid)); in CreateStopHook()2842 stop_hook_sp.reset(new StopHookScripted(shared_from_this(), new_uid)); in CreateStopHook()2845 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()2846 return stop_hook_sp; in CreateStopHook()