Searched refs:m_stop_hooks (Results 1 – 2 of 2) sorted by relevance
182 m_source_manager_up(), m_stop_hooks(), m_stop_hook_next_id(0), in Target()214 m_stop_hooks = target.m_stop_hooks; in PrimeFromDummyTarget()380 m_stop_hooks.clear(); in Destroy()3010 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()3022 size_t num_removed = m_stop_hooks.erase(user_id); in RemoveStopHookByID()3026 void Target::RemoveAllStopHooks() { m_stop_hooks.clear(); } in RemoveAllStopHooks()3032 specified_hook_iter = m_stop_hooks.find(user_id); in GetStopHookByID()3033 if (specified_hook_iter != m_stop_hooks.end()) in GetStopHookByID()3041 specified_hook_iter = m_stop_hooks.find(user_id); in SetStopHookActiveStateByID()3042 if (specified_hook_iter == m_stop_hooks.end()) in SetStopHookActiveStateByID()[all …]
1485 size_t GetNumStopHooks() const { return m_stop_hooks.size(); } in GetNumStopHooks()1490 StopHookCollection::iterator pos = m_stop_hooks.begin(); in GetStopHookAtIndex()1635 StopHookCollection m_stop_hooks; variable