Home
last modified time | relevance | path

Searched refs:TRANS_TO_STOPPED (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dpreparing_state.h53 return {ErrorCode::SUCCESS, Action::TRANS_TO_STOPPED}; in Stop()
H A Deos_state.h57 return {ErrorCode::SUCCESS, Action::TRANS_TO_STOPPED}; in Stop()
H A Dinit_state.h54 return {ErrorCode::SUCCESS, Action::TRANS_TO_STOPPED}; in Stop()
H A Dready_state.h65 return {ErrorCode::SUCCESS, Action::TRANS_TO_STOPPED}; in Stop()
H A Dstate_machine.cpp152 case Action::TRANS_TO_STOPPED: in DoTask()
198 case Action::TRANS_TO_STOPPED: in ProcAction()
H A Dpause_state.h73 return {ErrorCode::SUCCESS, Action::TRANS_TO_STOPPED}; in Stop()
H A Dplaying_state.h69 return {ErrorCode::SUCCESS, Action::TRANS_TO_STOPPED}; in Stop()
H A Dstate.h65 TRANS_TO_STOPPED, enumerator
H A Dstate.cpp67 {Action::TRANS_TO_STOPPED, "TRANS_TO_STOPPED"}, in GetActionName()