DownloadProgress
virtual void DownloadProgress(BUrlRequest* caller,
virtual void DownloadProgress(BUrlRequest* caller,
virtual void DownloadProgress(BUrlRequest* caller,
std::map<BString, DownloadProgress>::const_iterator it;
DownloadProgress downloadProgress = it->second;
DownloadProgress downloadProgress(simplePackageName, progress);
DownloadProgress()
DownloadProgress(BString packageName, float progress)
class DownloadProgress;
std::map<BString, DownloadProgress>
fDownloadProgress = value->DownloadProgress();
if (!fSource.IsSet() || fSource->DownloadProgress() != value) {
float DownloadProgress() const;
virtual void DownloadProgress(BUrlRequest* caller,
fStatusBar->SetTo(PackageUtils::DownloadProgress(package) * 100.0);
float fraction = PackageUtils::DownloadProgress(package);
return localInfo->DownloadProgress();
static float DownloadProgress(const PackageInfoRef& package);
fListener->DownloadProgress(this, written, written);
fListener->DownloadProgress(this, transferredSize, 0);
fListener->DownloadProgress(this, transferredSize, 0);
fListener->DownloadProgress(this, transferredSize,
fListener->DownloadProgress(this, fPosition, 0);
fListener->DownloadProgress(this, fPosition, 0);
fListener->DownloadProgress(this, fPosition, 0);
fListener->DownloadProgress(this, fPosition, 0);
fListener->DownloadProgress(this, bytesReceived,
DownloadProgress(caller, bytesReceived, bytesTotal);
SendMessage(UrlEvent::DownloadProgress, [this, bytesRead](BMessage& msg) {
float DownloadProgress() const;
virtual void DownloadProgress(BUrlRequest*,
fetchJob->DownloadFileName(), fetchJob->DownloadProgress(),
case UrlEvent::DownloadProgress:
"message should be DownloadProgress", DownloadProgress == message.what);
case DownloadProgress:
case DownloadProgress: