Searched refs:DownloadProgress (Results 1 - 24 of 24) sorted by relevance

/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.h25 class DownloadProgress;
66 std::vector<DownloadProgress>
H A DInstallPackageProcess.cpp56 class DownloadProgress { class
58 DownloadProgress(BString packageName, float progress) function in class:DownloadProgress
65 virtual ~DownloadProgress()
121 std::vector<DownloadProgress>::const_iterator it;
124 DownloadProgress downloadProgress = *it;
267 _IsDownloadProgressBefore(const DownloadProgress& dp1,
268 const DownloadProgress& dp2)
295 DownloadProgress downloadProgress(simplePackageName, progress);
296 std::vector<DownloadProgress>::iterator itInsertionPt
/haiku/src/kits/package/
H A DFetchFileJob.h47 float DownloadProgress() const;
54 virtual void DownloadProgress(BUrlRequest*,
H A DFetchFileJob.cpp56 FetchFileJob::DownloadProgress() const function in class:BPackageKit::BPrivate::FetchFileJob
143 FetchFileJob::DownloadProgress(BUrlRequest*, off_t bytesReceived, function in class:BPackageKit::BPrivate::FetchFileJob
245 FetchFileJob::DownloadProgress() const
/haiku/headers/private/netservices/
H A DUrlSynchronousRequest.h35 virtual void DownloadProgress(BUrlRequest* caller,
H A DUrlProtocolDispatchingListener.h56 virtual void DownloadProgress(BUrlRequest* caller,
H A DUrlProtocolListener.h45 virtual void DownloadProgress(BUrlRequest* caller,
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolListener.cpp59 BUrlProtocolListener::DownloadProgress(BUrlRequest*, off_t, off_t) function in class:BUrlProtocolListener
H A DFileRequest.cpp99 fListener->DownloadProgress(this, transferredSize,
146 fListener->DownloadProgress(this, transferredSize, 0);
187 fListener->DownloadProgress(this, transferredSize, 0);
H A DUrlSynchronousRequest.cpp92 BUrlSynchronousRequest::DownloadProgress(BUrlRequest*, function in class:BUrlSynchronousRequest
95 PRINT(("SynchronousRequest::DownloadProgress(%" B_PRIdOFF ", %" B_PRIdOFF
H A DGopherRequest.cpp373 fListener->DownloadProgress(this, fPosition, 0);
693 fListener->DownloadProgress(this, fPosition, 0);
710 fListener->DownloadProgress(this, fPosition, 0);
734 fListener->DownloadProgress(this, fPosition, 0);
H A DDataRequest.cpp135 fListener->DownloadProgress(this, written, written);
H A DUrlProtocolAsynchronousListener.cpp121 DownloadProgress(caller, bytesReceived, bytesTotal);
H A DUrlProtocolDispatchingListener.cpp93 BUrlProtocolDispatchingListener::DownloadProgress(BUrlRequest* caller, function in class:BUrlProtocolDispatchingListener
H A DHttpRequest.cpp830 fListener->DownloadProgress(this, bytesReceived,
/haiku/headers/private/netservices2/
H A DNetServicesDefs.h89 DownloadProgress = '_NDP', enumerator in enum:BPrivate::Network::UrlEvent::__anon16
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp98 case UrlEvent::DownloadProgress:
102 output << "<DownloadProgress> bytes downloaded " << numBytes;
H A DHttpProtocolTest.cpp847 "message should be DownloadProgress", DownloadProgress == message.what);
850 case DownloadProgress:
853 case DownloadProgress:
870 CPPUNIT_FAIL("Expected DownloadProgress, BytesWritten or HttpStatus "
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.h109 float DownloadProgress() const function in class:PackageInfo
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp1003 SendMessage(UrlEvent::DownloadProgress, [this, bytesRead](BMessage& msg) {
/haiku/src/kits/package/manager/
H A DPackageManager.cpp399 fetchJob->DownloadFileName(), fetchJob->DownloadProgress(),
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp60 float fraction = ref->DownloadProgress();
H A DPackageInfoView.cpp525 fStatusBar->SetTo(package->DownloadProgress() * 100.0);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp70 virtual void DownloadProgress(BUrlRequest* caller, off_t bytesReceived, off_t bytesTotal) function in class:ProtocolListener

Completed in 133 milliseconds