Searched refs:specified_hook_iter (Results 1 – 1 of 1) sorted by relevance
2033 StopHookCollection::iterator specified_hook_iter; in GetStopHookByID() local2034 specified_hook_iter = m_stop_hooks.find (user_id); in GetStopHookByID()2035 if (specified_hook_iter != m_stop_hooks.end()) in GetStopHookByID()2036 found_hook = (*specified_hook_iter).second; in GetStopHookByID()2043 StopHookCollection::iterator specified_hook_iter; in SetStopHookActiveStateByID() local2044 specified_hook_iter = m_stop_hooks.find (user_id); in SetStopHookActiveStateByID()2045 if (specified_hook_iter == m_stop_hooks.end()) in SetStopHookActiveStateByID()2048 (*specified_hook_iter).second->SetIsActive (active_state); in SetStopHookActiveStateByID()