Searched refs:ERROR_TIME_OUT (Results 1 - 12 of 12) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_event.h | 41 ERROR_TIME_OUT, member in OHOS::Media::Plugin::NetworkClientErrorCode
|
/foundation/multimedia/media_foundation/interface/inner_api/plugin/ |
H A D | plugin_event.h | 49 ERROR_TIME_OUT, member in OHOS::Media::Plugins::NetworkClientErrorCode
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | http_curl_client.cpp | 153 clientCode = NetworkClientErrorCode::ERROR_TIME_OUT; in RequestData()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | playlist_downloader.cpp | 91 {NetworkClientErrorCode::ERROR_TIME_OUT}, "download m3u8"}); in DoOpen()
|
H A D | hls_playlist_downloader.cpp | 181 {NetworkClientErrorCode::ERROR_TIME_OUT}, "parse m3u8"}); in ParseManifest()
|
H A D | hls_media_downloader.cpp | 1155 callback_->OnEvent({PluginEventType::CLIENT_ERROR, {NetworkClientErrorCode::ERROR_TIME_OUT}, "read"}); in SetDownloadErrorState()
|
/foundation/multimedia/media_foundation/engine/scene/player/lite/ |
H A D | hiplayer_impl.cpp | 586 if (netClientErrorCode == Plugin::NetworkClientErrorCode::ERROR_TIME_OUT) { in HandlePluginErrorEvent() 587 errorCode = CppExt::to_underlying(Plugin::NetworkClientErrorCode::ERROR_TIME_OUT); in HandlePluginErrorEvent()
|
/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/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()
|
/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 | 518 if (netClientErrorCode == Plugin::NetworkClientErrorCode::ERROR_TIME_OUT) { in HandlePluginErrorEvent()
|
Completed in 14 milliseconds