Searched refs:active_state (Results 1 – 3 of 3) sorted by relevance
226 self.active_state = None # currently active state (to be ended later)237 self.active_state = state_name244 if self.active_state is not None:245 self.states[self.active_state].end(end_time)246 self.active_state = None
1296 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);1298 void SetAllStopHooksActiveState(bool active_state);
2583 bool active_state) { in SetStopHookActiveStateByID() argument2589 (*specified_hook_iter).second->SetIsActive(active_state); in SetStopHookActiveStateByID()2593 void Target::SetAllStopHooksActiveState(bool active_state) { in SetAllStopHooksActiveState() argument2596 (*pos).second->SetIsActive(active_state); in SetAllStopHooksActiveState()