Searched refs:downloadErrorType (Results 1 – 6 of 6) sorted by relevance
92 if (!parcel.WriteInt32(downloadErrorType)) { in Marshalling()268 if (!parcel.ReadInt32(downloadErrorType)) { in ReadFromParcel()292 ss << " downloadErrorType: " << downloadErrorType; in to_string()
36 …if (progress.downloadErrorType == static_cast<int32_t>(DownloadProgressObj::DownloadErrorType::NO_… in OnDownloadProcess()
702 MEDIA_INFO_LOG("Download error type: %{public}d, path: %{public}s.", progress.downloadErrorType, in HandleFailedCallback()704 switch (progress.downloadErrorType) { in HandleFailedCallback()
64 downloadProgressObj.downloadErrorType = in HandleOnProcessFuzzTest()
52 int32_t downloadErrorType; member
126 …obj.AddProp("error", NVal::CreateInt32(env, (int32_t)msg->downloadProgress_.downloadErrorType).val… in OnComplete()