Home
last modified time | relevance | path

Searched refs:TRANS_TO_ERROR (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Drecording_setting_state.h70 return {rtv, Action::TRANS_TO_ERROR}; in Prepare()
82 … Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_INIT : Action::TRANS_TO_ERROR; in Stop()
H A Dready_state.h43 return {ErrorCode::ERROR_INVALID_OPERATION, Action::TRANS_TO_ERROR}; in Stop()
H A Dstate.h67 TRANS_TO_ERROR, enumerator
126 {Action::TRANS_TO_ERROR, "TRANS_TO_ERROR"},
H A Dinit_state.h51 return {ErrorCode::ERROR_INVALID_OPERATION, Action::TRANS_TO_ERROR}; in Stop()
H A Dpause_state.h63 … Action action = (ret == ErrorCode::SUCCESS) ? Action::TRANS_TO_INIT : Action::TRANS_TO_ERROR; in Stop()
H A Drecording_state.h65 Action action = (ret == ErrorCode::SUCCESS) ? Action::ACTION_BUTT : Action::TRANS_TO_ERROR; in Stop()
H A Dstate.cpp128 return {ErrorCode::SUCCESS, Action::TRANS_TO_ERROR}; in OnError()
H A Dstate_machine.cpp182 case Action::TRANS_TO_ERROR: in ProcAction()