Searched refs:NextEventAction (Results 1 – 2 of 2) sorted by relevance
3540 class NextEventAction3550 NextEventAction (Process *process) : in NextEventAction() function3556 ~NextEventAction() in ~NextEventAction()3572 void SetNextEventAction (Process::NextEventAction *next_event_action) in SetNextEventAction()3581 class AttachCompletionHandler : public NextEventAction3585 NextEventAction (process), in AttachCompletionHandler()3672 std::unique_ptr<NextEventAction> m_next_event_action_ap;
2978 Process::NextEventAction::EventActionResult3021 Process::NextEventAction::EventActionResult3905 …NextEventAction::EventActionResult action_result = m_next_event_action_ap->PerformAction(event_sp); in HandlePrivateEvent()3911 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()3915 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()3918 case NextEventAction::eEventActionExit: in HandlePrivateEvent()