/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_event.h | 27 CLIENT_ERROR, member
|
/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_event.h | 27 CLIENT_ERROR, member
|
H A D | plugin_base.h | 32 CLIENT_ERROR, member in OHOS::Media::Plugins::ErrorType
|
/foundation/multimedia/media_foundation/engine/include/plugin/interface/ |
H A D | plugin_base.h | 31 CLIENT_ERROR, member in OHOS::Media::Plugin::ErrorType
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 175 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {clientError}, "http"}); in NeedRetry()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | playlist_downloader.cpp | 90 eventCallback_->OnEvent({PluginEventType::CLIENT_ERROR, in DoOpen()
|
H A D | hls_playlist_downloader.cpp | 180 eventCallback_->OnEvent({PluginEventType::CLIENT_ERROR, in ParseManifest()
|
H A D | hls_media_downloader.cpp | 1155 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read"}); in SetDownloadErrorState()
|
/foundation/multimedia/av_codec/test/unittest/source_test/ |
H A D | source_unit_test.cpp | 265 event.type = PluginEventType::CLIENT_ERROR; in HWTEST_F()
|
/foundation/multimedia/av_codec/services/media_engine/modules/source/ |
H A D | source.cpp | 291 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 D | http_source_plugin.cpp | 338 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "seek error"}); in SeekTo()
|
/foundation/multimedia/media_foundation/engine/pipeline/core/ |
H A D | filter_base.cpp | 307 if (event.type == Plugin::PluginEventType::CLIENT_ERROR || in OnEvent()
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/media_source/ |
H A D | media_source_filter.cpp | 461 } 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 D | http_media_downloader.cpp | 258 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 D | file_fd_source_plugin.cpp | 541 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 D | hiplayer_impl.cpp | 582 if (pluginEvent.type == Plugin::PluginEventType::CLIENT_ERROR && in HandlePluginErrorEvent()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_media_downloader.cpp | 88 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read"}); in Read()
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 513 if (pluginEvent.type == Plugin::PluginEventType::CLIENT_ERROR && in HandlePluginErrorEvent()
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | media_demuxer.cpp | 1934 case PluginEventType::CLIENT_ERROR: in OnEvent()
|
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/ |
H A D | media_demuxer_unit_test.cpp | 681 demuxer->OnEvent({Plugins::PluginEventType::CLIENT_ERROR, "", "CLIENT_ERROR"});
in HWTEST_F()
|