Searched refs:TRANS_TO_ERROR (Results 1 – 8 of 8) sorted by relevance
70 return {rtv, Action::TRANS_TO_ERROR}; in Prepare()82 … Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_INIT : Action::TRANS_TO_ERROR; in Stop()
43 return {ErrorCode::ERROR_INVALID_OPERATION, Action::TRANS_TO_ERROR}; in Stop()
67 TRANS_TO_ERROR, enumerator126 {Action::TRANS_TO_ERROR, "TRANS_TO_ERROR"},
51 return {ErrorCode::ERROR_INVALID_OPERATION, Action::TRANS_TO_ERROR}; in Stop()
63 … Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_INIT : Action::TRANS_TO_ERROR; in Stop()
65 Action action = (ret == ErrorCode::SUCCESS) ? Action::ACTION_BUTT : Action::TRANS_TO_ERROR; in Stop()
128 return {ErrorCode::SUCCESS, Action::TRANS_TO_ERROR}; in OnError()
182 case Action::TRANS_TO_ERROR: in ProcAction()