Searched refs:serverCode (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/ |
H A D | http_curl_client.cpp | 118 Status HttpCurlClient::RequestData(long startPos, int len, NetworkServerErrorCode& serverCode, in RequestData() argument 147 serverCode = 0; in RequestData() 163 serverCode = httpCode; in RequestData()
|
H A D | network_client.h | 33 virtual Status RequestData(long startPos, int len, NetworkServerErrorCode& serverCode,
|
H A D | downloader.cpp | 257 NetworkServerErrorCode serverCode = 0; in HttpDownloadLoop() local 263 serverCode, clientCode); in HttpDownloadLoop() 265 currentRequest_->serverError_ = serverCode; in HttpDownloadLoop()
|
H A D | http_curl_client.h | 38 Status RequestData(long startPos, int len, NetworkServerErrorCode& serverCode,
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/ |
H A D | download_monitor.cpp | 428 void DownloadMonitor::GetServerMediaServiceErrorCode(int32_t errorCode, int32_t& serverCode) in GetServerMediaServiceErrorCode() argument 433 serverCode = serverErrorCodeMap_[errorCode]; in GetServerMediaServiceErrorCode() 434 MEDIA_LOG_D("serverCode: " PUBLIC_LOG_D32, static_cast<int32_t>(serverCode)); in GetServerMediaServiceErrorCode()
|
H A D | download_monitor.h | 87 void GetServerMediaServiceErrorCode(int32_t errorCode, int32_t& serverCode);
|
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/network/ |
H A D | network_typs.h | 31 const int32_t clientCode, const int32_t serverCode, const Status ret)>;
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/ |
H A D | http_curl_client.cpp | 390 int32_t serverCode = 0; in RequestData() local 407 serverCode = httpCode; in RequestData() 413 completedCb(clientCode, serverCode, ret); in RequestData()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/ |
H A D | downloader.cpp | 551 auto handleResponseCb = [this](int32_t clientCode, int32_t serverCode, Status ret) { in RequestData() argument 553 currentRequest_->serverError_ = serverCode; in RequestData()
|