Home
last modified time | relevance | path

Searched refs:clientCode (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Dhttp_curl_client.cpp119 NetworkClientErrorCode& clientCode) in RequestData()
146 clientCode = NetworkClientErrorCode::ERROR_OK; in RequestData()
151 clientCode = NetworkClientErrorCode::ERROR_NOT_RETRY; in RequestData()
153 clientCode = NetworkClientErrorCode::ERROR_TIME_OUT; in RequestData()
155 clientCode = NetworkClientErrorCode::ERROR_UNKNOWN; in RequestData()
118 RequestData(long startPos, int len, NetworkServerErrorCode& serverCode, NetworkClientErrorCode& clientCode) RequestData() argument
H A Dnetwork_client.h34 NetworkClientErrorCode& clientCode) = 0;
H A Dhttp_curl_client.h39 NetworkClientErrorCode& clientCode) override;
H A Ddownloader.cpp286 NetworkClientErrorCode clientCode = NetworkClientErrorCode::ERROR_OK; in HttpDownloadLoop() local
293 serverCode, clientCode); in HttpDownloadLoop()
294 currentRequest_->clientError_ = clientCode; in HttpDownloadLoop()
299 MEDIA_LOG_E("Client request data failed. ret = " PUBLIC_LOG_D32 ", clientCode = " PUBLIC_LOG_D32, in HttpDownloadLoop()
300 static_cast<int32_t>(ret), static_cast<int32_t>(clientCode)); in HttpDownloadLoop()
/foundation/multimedia/media_foundation/interface/inner_api/network/
H A Dnetwork_typs.h31 const int32_t clientCode, const int32_t serverCode, const Status ret)>;
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp388 int32_t clientCode = 0; in RequestData() local
399 clientCode = returnCode; in RequestData()
412 completedCb(clientCode, serverCode, ret); in RequestData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dstatus_receiver_proxy.cpp25 int32_t clientCode = -1; member
690 resultCode_ = result->second.clientCode; in TransformResult()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp550 auto handleResponseCb = [this](int32_t clientCode, int32_t serverCode, Status ret) { in RequestData()
551 currentRequest_->clientError_ = clientCode; in RequestData()
570 MEDIA_LOG_E("Client request data failed. ret = " PUBLIC_LOG_D32 ", clientCode = " PUBLIC_LOG_D32 in RequestData()
572 static_cast<int32_t>(ret), static_cast<int32_t>(clientCode), in RequestData()

Completed in 7 milliseconds