Home
last modified time | relevance | path

Searched refs:NotifyError (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp202 void DownloadMonitor::NotifyError(int32_t clientErrorCode, int32_t serverErrorCode) in NotifyError() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
242 NotifyError(clientError, serverError); in NeedRetry()
259 NotifyError(clientError, serverError); in NeedRetry()
268 NotifyError(clientError, serverError); in NeedRetry()
H A Ddownload_monitor.h86 void NotifyError(int32_t clientErrorCode, int32_t serverErrorCode);
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_state_machine.h67 virtual void NotifyError(PlayerControlError playerError) = 0;
H A Dliteplayer.h119 void NotifyError(PlayerControlError playerError) override;
H A Dliteplayer.cpp1212 NotifyError(PLAYERCONTROL_ERROR_DEMUX_FAIL); in ReadPacket()
1366 NotifyError(PLAYERCONTROL_ERROR_DEMUX_FAIL); in ReadTplayData()
1377 NotifyError(PLAYERCONTROL_ERROR_DEMUX_FAIL); in ReadTplayData()
1470 NotifyError(PLAYERCONTROL_ERROR_VID_PLAY_FAIL); in DoSeekIfNeed()
1632 void PlayerControl::NotifyError(PlayerControlError playerError) in NotifyError() function in OHOS::Media::PlayerControl
H A Dliteplayer_state_machine.cpp205 playerControlHandle_->NotifyError(PLAYERCONTROL_ERROR_ILLEGAL_STATEACTION); in OnEventHandled()