Searched refs:m_stop_hooks (Results 1 – 2 of 2) sorted by relevance
105 m_source_manager_up(), m_stop_hooks(), m_stop_hook_next_id(0), in Target()137 m_stop_hooks = target.m_stop_hooks; in PrimeFromDummyTarget()295 m_stop_hooks.clear(); in Destroy()2833 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()2845 size_t num_removed = m_stop_hooks.erase(user_id); in RemoveStopHookByID()2849 void Target::RemoveAllStopHooks() { m_stop_hooks.clear(); } in RemoveAllStopHooks()2855 specified_hook_iter = m_stop_hooks.find(user_id); in GetStopHookByID()2856 if (specified_hook_iter != m_stop_hooks.end()) in GetStopHookByID()2864 specified_hook_iter = m_stop_hooks.find(user_id); in SetStopHookActiveStateByID()2865 if (specified_hook_iter == m_stop_hooks.end()) in SetStopHookActiveStateByID()[all …]
1430 size_t GetNumStopHooks() const { return m_stop_hooks.size(); } in GetNumStopHooks()1435 StopHookCollection::iterator pos = m_stop_hooks.begin(); in GetStopHookAtIndex()1579 StopHookCollection m_stop_hooks; variable