Home
last modified time | relevance | path

Searched refs:fireAppcastCheckFinished (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/services/
H A Dtest_AppUpdatr.cpp217 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testWrongChecksumVersion()
242 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testCorrectChecksumVersionAndReDownload()
299 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testNewAppUpdateVersion()
321 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testJSONParsingError()
333 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testPlatformNotSupported()
343 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testSkipCurrentVersion()
355 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testSkipCurrentVersionButDoNotRespectIt()
372 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testNoNewVersion()
384 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testJSONDownloadFailed()
398 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testReleaseNoteDownloadFailed()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/services/
H A DAppUpdater.cpp178 Q_EMIT fireAppcastCheckFinished(false, GlobalStatus::Code::No_Error); in onDownloadFinished() local
191 Q_EMIT fireAppcastCheckFinished(false, GlobalStatus::Code::No_Error); in onDownloadFinished() local
196 Q_EMIT fireAppcastCheckFinished(false, newData.getParsingResult().getStatusCode()); in onDownloadFinished() local
204 Q_EMIT fireAppcastCheckFinished(true, GlobalStatus::Code::No_Error); in onDownloadFinished() local
271 Q_EMIT fireAppcastCheckFinished(false, pErrorCode); in onDownloadFailed() local
276 Q_EMIT fireAppcastCheckFinished(true, pErrorCode); in onDownloadFailed() local
299 Q_EMIT fireAppcastCheckFinished(false, GlobalStatus::Code::Network_Other_Error); in onDownloadUnnecessary() local
H A DAppUpdater.h61 void fireAppcastCheckFinished(bool pUpdateAvailable, const GlobalStatus& pError);
H A DService.cpp84 …connect(Env::getSingleton<AppUpdater>(), &AppUpdater::fireAppcastCheckFinished, this, &Service::on… in Service()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/qml/
H A DReleaseInformationModel.cpp22 …connect(Env::getSingleton<AppUpdater>(), &AppUpdater::fireAppcastCheckFinished, this, &ReleaseInfo… in ReleaseInformationModel()
H A DAppUpdateDataModel.cpp28 …connect(Env::getSingleton<AppUpdater>(), &AppUpdater::fireAppcastCheckFinished, this, &AppUpdateDa… in Q_DECLARE_LOGGING_CATEGORY()