Home
last modified time | relevance | path

Searched refs:CLIENT_ERROR (Results 1 - 20 of 20) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_event.h27 CLIENT_ERROR, member
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H A Dplugin_event.h27 CLIENT_ERROR, member
H A Dplugin_base.h32 CLIENT_ERROR, member in OHOS::Media::Plugins::ErrorType
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Dplugin_base.h31 CLIENT_ERROR, member in OHOS::Media::Plugin::ErrorType
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp175 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {clientError}, "http"}); in NeedRetry()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp90 eventCallback_->OnEvent({PluginEventType::CLIENT_ERROR, in DoOpen()
H A Dhls_playlist_downloader.cpp180 eventCallback_->OnEvent({PluginEventType::CLIENT_ERROR, in ParseManifest()
H A Dhls_media_downloader.cpp1155 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read"}); in SetDownloadErrorState()
/foundation/multimedia/av_codec/test/unittest/source_test/
H A Dsource_unit_test.cpp265 event.type = PluginEventType::CLIENT_ERROR; in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.cpp291 if (event.type == PluginEventType::CLIENT_ERROR || event.type == PluginEventType::SERVER_ERROR) { in OnEvent()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.cpp338 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "seek error"}); in SeekTo()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dfilter_base.cpp307 if (event.type == Plugin::PluginEventType::CLIENT_ERROR || in OnEvent()
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/
H A Dmedia_source_filter.cpp461 } else if (event.type == PluginEventType::CLIENT_ERROR || event.type == PluginEventType::SERVER_ERROR) { in OnEvent()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp258 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read"}); in OnClientErrorEvent()
947 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read"}); in SetDownloadErrorState()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_fd_source_plugin.cpp541 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read"}); in NotifyReadFail()
543 MEDIA_LOG_E("CLIENT_ERROR callback_ is nullptr or isInterrupted_ is true"); in NotifyReadFail()
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp582 if (pluginEvent.type == Plugin::PluginEventType::CLIENT_ERROR && in HandlePluginErrorEvent()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp88 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read"}); in Read()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp513 if (pluginEvent.type == Plugin::PluginEventType::CLIENT_ERROR && in HandlePluginErrorEvent()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp1934 case PluginEventType::CLIENT_ERROR: in OnEvent()
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/
H A Dmedia_demuxer_unit_test.cpp681 demuxer->OnEvent({Plugins::PluginEventType::CLIENT_ERROR, "", "CLIENT_ERROR"}); in HWTEST_F()

Completed in 23 milliseconds