Searched refs:fireAppcastCheckFinished (Results 1 – 6 of 6) sorted by relevance
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/services/ |
H A D | test_AppUpdatr.cpp | 217 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 D | AppUpdater.cpp | 178 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 D | AppUpdater.h | 61 void fireAppcastCheckFinished(bool pUpdateAvailable, const GlobalStatus& pError);
|
H A D | Service.cpp | 84 …connect(Env::getSingleton<AppUpdater>(), &AppUpdater::fireAppcastCheckFinished, this, &Service::on… in Service()
|
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/qml/ |
H A D | ReleaseInformationModel.cpp | 22 …connect(Env::getSingleton<AppUpdater>(), &AppUpdater::fireAppcastCheckFinished, this, &ReleaseInfo… in ReleaseInformationModel()
|
H A D | AppUpdateDataModel.cpp | 28 …connect(Env::getSingleton<AppUpdater>(), &AppUpdater::fireAppcastCheckFinished, this, &AppUpdateDa… in Q_DECLARE_LOGGING_CATEGORY()
|