Searched refs:m_stop_hooks (Results 1 – 2 of 2) sorted by relevance
102 m_source_manager_up(), m_stop_hooks(), m_stop_hook_next_id(0), in Target()134 m_stop_hooks = target.m_stop_hooks; in PrimeFromDummyTarget()292 m_stop_hooks.clear(); in Destroy()2731 m_stop_hooks[new_uid] = stop_hook_sp; in CreateStopHook()2743 size_t num_removed = m_stop_hooks.erase(user_id); in RemoveStopHookByID()2747 void Target::RemoveAllStopHooks() { m_stop_hooks.clear(); } in RemoveAllStopHooks()2753 specified_hook_iter = m_stop_hooks.find(user_id); in GetStopHookByID()2754 if (specified_hook_iter != m_stop_hooks.end()) in GetStopHookByID()2762 specified_hook_iter = m_stop_hooks.find(user_id); in SetStopHookActiveStateByID()2763 if (specified_hook_iter == m_stop_hooks.end()) in SetStopHookActiveStateByID()[all …]
1389 size_t GetNumStopHooks() const { return m_stop_hooks.size(); } in GetNumStopHooks()1394 StopHookCollection::iterator pos = m_stop_hooks.begin(); in GetStopHookAtIndex()1535 StopHookCollection m_stop_hooks; variable