Searched refs:FetchFileJob (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/build/private/package/
H A DFetchFileJob.h1 #include <../../../private/package/FetchFileJob.h>
/haiku/src/kits/package/
H A DFetchFileJob.cpp13 #include "FetchFileJob.h"
37 FetchFileJob::FetchFileJob(const BContext& context, const BString& title, function in class:BPackageKit::BPrivate::FetchFileJob
50 FetchFileJob::~FetchFileJob()
56 FetchFileJob::DownloadProgress() const
63 FetchFileJob::DownloadURL() const
70 FetchFileJob::DownloadFileName() const
77 FetchFileJob::DownloadBytes() const
84 FetchFileJob
[all...]
H A DFetchFileJob.h33 class FetchFileJob : public BJob, public BUrlProtocolListener { class in namespace:BPackageKit::BPrivate
35 class FetchFileJob : public BJob {
41 FetchFileJob(const BContext& context,
45 virtual ~FetchFileJob();
H A DDownloadFileRequest.cpp14 #include "FetchFileJob.h"
55 FetchFileJob* fetchJob = new (std::nothrow) FetchFileJob(fContext,
H A DRefreshRepositoryRequest.cpp25 #include "FetchFileJob.h"
70 FetchFileJob* fetchChecksumJob = new (std::nothrow) FetchFileJob(
137 FetchFileJob* fetchCacheJob = new (std::nothrow) FetchFileJob(fContext,
H A DAddRepositoryRequest.cpp19 #include "FetchFileJob.h"
56 FetchFileJob* fetchJob = new (std::nothrow) FetchFileJob(fContext,
/haiku/src/kits/package/manager/
H A DPackageManager.cpp35 #include "FetchFileJob.h"
44 using BPackageKit::BPrivate::FetchFileJob;
382 if (dynamic_cast<FetchFileJob*>(job) != NULL) {
383 FetchFileJob* fetchJob = (FetchFileJob*)job;
396 if (dynamic_cast<FetchFileJob*>(job) != NULL) {
397 FetchFileJob* fetchJob = (FetchFileJob*)job;
408 if (dynamic_cast<FetchFileJob*>(job) != NULL) {
409 FetchFileJob* fetchJo
[all...]

Completed in 59 milliseconds