Searched refs:NextEventAction (Results 1 – 2 of 2) sorted by relevance
2953 class NextEventAction {2961 NextEventAction(Process *process) : m_process(process) {} in NextEventAction() function2963 virtual ~NextEventAction() = default;2975 void SetNextEventAction(Process::NextEventAction *next_event_action) { in SetNextEventAction()2983 class AttachCompletionHandler : public NextEventAction {3208 std::unique_ptr<NextEventAction> m_next_event_action_up;
2844 : NextEventAction(process), m_exec_count(exec_count) { in AttachCompletionHandler()2852 Process::NextEventAction::EventActionResult2909 Process::NextEventAction::EventActionResult3907 NextEventAction::EventActionResult action_result = in HandlePrivateEvent()3912 case NextEventAction::eEventActionSuccess: in HandlePrivateEvent()3916 case NextEventAction::eEventActionRetry: in HandlePrivateEvent()3919 case NextEventAction::eEventActionExit: in HandlePrivateEvent()