Home
last modified time | relevance | path

Searched refs:DoOnError (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/
H A Dplay_executor.h94 virtual ErrorCode DoOnError(ErrorCode errorCode) in DoOnError() function
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestStateMachine.cpp59 ErrorCode DoOnError(ErrorCode) override in DoOnError() function in OHOS::Media::Test::PlayExecutorStub
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.h110 ErrorCode DoOnError(ErrorCode) override;
H A Dhiplayer_impl.cpp461 ErrorCode HiPlayerImpl::DoOnError(ErrorCode errorCode) in DoOnError() function in OHOS::Media::HiPlayerImpl
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h102 ErrorCode DoOnError(ErrorCode);
H A Dhiplayer_impl.cpp486 DoOnError(errorCode); in HandleErrorEvent()
726 ErrorCode HiPlayerImpl::DoOnError(ErrorCode errorCode) in DoOnError() function in OHOS::Media::HiPlayerImpl
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/internal/
H A Dstate.cpp151 executor_.DoOnError(errorCode); in OnError()