Home
last modified time | relevance | path

Searched refs:CLIENT_ERROR (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_event.h27 CLIENT_ERROR, enumerator
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_event.h27 CLIENT_ERROR, enumerator
H A Dplugin_base.h32 CLIENT_ERROR, enumerator
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dplugin_base.h31 CLIENT_ERROR, enumerator
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp182 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read… in Open()
268 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read… in OnClientErrorEvent()
524 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read… in ReadDelegate()
541 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read… in ReadDelegate()
1014 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_NOT_RETRY}, "rea… in SetDownloadErrorState()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp155 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {clientError}, "http"}); in NeedRetry()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp180 eventCallback_->OnEvent({PluginEventType::CLIENT_ERROR, in ParseManifest()
H A Dplaylist_downloader.cpp90 eventCallback_->OnEvent({PluginEventType::CLIENT_ERROR, in DoOpen()
H A Dhls_media_downloader.cpp483 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read… in ReadDelegate()
1194 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "down… in SetDownloadErrorState()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.cpp265 event.type = PluginEventType::CLIENT_ERROR;
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_base.cpp307 if (event.type == Plugin::PluginEventType::CLIENT_ERROR || in OnEvent()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.cpp283 … if (event.type == PluginEventType::CLIENT_ERROR || event.type == PluginEventType::SERVER_ERROR) { in OnEvent()
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp435 …} else if (event.type == PluginEventType::CLIENT_ERROR || event.type == PluginEventType::SERVER_ER… in OnEvent()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp89 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read… in Read()
333 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "down… in SetDownloadErrorState()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.cpp343 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "seek… in SeekTo()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp545 …callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read… in NotifyReadFail()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp582 if (pluginEvent.type == Plugin::PluginEventType::CLIENT_ERROR && in HandlePluginErrorEvent()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp513 if (pluginEvent.type == Plugin::PluginEventType::CLIENT_ERROR && in HandlePluginErrorEvent()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp2029 case PluginEventType::CLIENT_ERROR: in OnEvent()