Searched refs:GetClientError (Results 1 – 9 of 9) sorted by relevance
75 …if (request->GetClientError() != NetworkClientErrorCode::ERROR_OK || request->GetServerError() != … in OnDownloadStatus()
77 NetworkClientErrorCode GetClientError() const;
72 NetworkClientErrorCode DownloadRequest::GetClientError() const in GetClientError() function in OHOS::Media::Plugin::HttpPlugin::DownloadRequest
145 auto clientError = request->GetClientError(); in NeedRetry()
97 int32_t GetClientError() const;
140 int32_t DownloadRequest::GetClientError() const in GetClientError() function in OHOS::Media::Plugins::HttpPlugin::DownloadRequest
236 if (request->GetClientError() != 0 || request->GetServerError() != 0) { in OnDownloadStatus()
327 if (request->GetClientError() != 0 || request->GetServerError() != 0) { in OnDownloadStatus()
230 auto clientError = request->GetClientError(); in NeedRetry()