Home
last modified time | relevance | path

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 Dhttp_curl_client.cpp118 Status HttpCurlClient::RequestData(long startPos, int len, NetworkServerErrorCode& serverCode, in RequestData() argument
147 serverCode = 0; in RequestData()
163 serverCode = httpCode; in RequestData()
H A Dnetwork_client.h33 virtual Status RequestData(long startPos, int len, NetworkServerErrorCode& serverCode,
H A Ddownloader.cpp257 NetworkServerErrorCode serverCode = 0; in HttpDownloadLoop() local
263 serverCode, clientCode); in HttpDownloadLoop()
265 currentRequest_->serverError_ = serverCode; in HttpDownloadLoop()
H A Dhttp_curl_client.h38 Status RequestData(long startPos, int len, NetworkServerErrorCode& serverCode,
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.cpp428 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 Ddownload_monitor.h87 void GetServerMediaServiceErrorCode(int32_t errorCode, int32_t& serverCode);
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/network/
H A Dnetwork_typs.h31 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 Dhttp_curl_client.cpp390 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 Ddownloader.cpp551 auto handleResponseCb = [this](int32_t clientCode, int32_t serverCode, Status ret) { in RequestData() argument
553 currentRequest_->serverError_ = serverCode; in RequestData()