Searched refs:NotifyError (Results 1 – 6 of 6) sorted by relevance
202 void DownloadMonitor::NotifyError(int32_t clientErrorCode, int32_t serverErrorCode) in NotifyError() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor242 NotifyError(clientError, serverError); in NeedRetry()259 NotifyError(clientError, serverError); in NeedRetry()268 NotifyError(clientError, serverError); in NeedRetry()
86 void NotifyError(int32_t clientErrorCode, int32_t serverErrorCode);
67 virtual void NotifyError(PlayerControlError playerError) = 0;
119 void NotifyError(PlayerControlError playerError) override;
1212 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
205 playerControlHandle_->NotifyError(PLAYERCONTROL_ERROR_ILLEGAL_STATEACTION); in OnEventHandled()