Home
last modified time | relevance | path

Searched defs:clientCode (Results 1 – 6 of 6) sorted by relevance

/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
Dhttp_curl_client.cpp119 NetworkClientErrorCode& clientCode) in RequestData()
Ddownloader.cpp256 NetworkClientErrorCode clientCode = NetworkClientErrorCode::ERROR_OK; in HttpDownloadLoop() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
Ddownload_monitor.cpp438 void DownloadMonitor::GetClientMediaServiceErrorCode(int32_t errorCode, int32_t& clientCode) in GetClientMediaServiceErrorCode()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
Dhttp_curl_client.cpp389 int32_t clientCode = 0; in RequestData() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dstatus_receiver_proxy.cpp25 int32_t clientCode = -1; member
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
Ddownloader.cpp551 auto handleResponseCb = [this](int32_t clientCode, int32_t serverCode, Status ret) { in RequestData()