Searched refs:NextEventAction (Results 1 – 2 of 2) sorted by relevance
2677 class NextEventAction {2685 NextEventAction(Process *process) : m_process(process) {} in NextEventAction() function2687 virtual ~NextEventAction() = default;2699 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction()2707 class AttachCompletionHandler : public NextEventAction {2932 std::unique_ptr<NextEventAction> m_next_event_action_up;
2650 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()2658 Process::NextEventAction::EventActionResult2715 Process::NextEventAction::EventActionResult3613 NextEventAction::EventActionResult action_result = in HandlePrivateEvent()3618 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()3622 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()3625 case NextEventAction::eEventActionExit: in HandlePrivateEvent()