Home
last modified time | relevance | path

Searched refs:OverallConnection (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/syncthingtray/syncthingtray/connector/
H A Dsyncthingconnectionstatus.h42 OverallConnection, /**< an error affecting the overall connection */ enumerator
H A Dsyncthingconnection.cpp264 …onnection configuration is insufficient."), SyncthingErrorCategory::OverallConnection, QNetworkRep… in connect()
456 …onnection configuration is insufficient."), SyncthingErrorCategory::OverallConnection, QNetworkRep… in continueReconnecting()
770 …to locate certificate used by Syncthing."), SyncthingErrorCategory::OverallConnection, QNetworkRep… in loadSelfSignedCertificate()
776 …e to load certificate used by Syncthing."), SyncthingErrorCategory::OverallConnection, QNetworkRep… in loadSelfSignedCertificate()
H A Dsyncthingconnection_requests.cpp548 …rror(tr("Unable to request Syncthing config: "), SyncthingErrorCategory::OverallConnection, reply); in readConfig()
687 …rror(tr("Unable to request Syncthing status: "), SyncthingErrorCategory::OverallConnection, reply); in readStatus()
809 …emitError(tr("Unable to request connections: "), SyncthingErrorCategory::OverallConnection, reply); in readConnections()
954 …(tr("Unable to request directory statistics: "), SyncthingErrorCategory::OverallConnection, reply); in readDirStatistics()
1208 …ror(tr("Unable to request device statistics: "), SyncthingErrorCategory::OverallConnection, reply); in readDeviceStatistics()
1252 … emitError(tr("Unable to request version: "), SyncthingErrorCategory::OverallConnection, reply); in readVersion()
1564 …rror(tr("Unable to request Syncthing events: "), SyncthingErrorCategory::OverallConnection, reply); in readEvents()
2145 …emitError(tr("Unable to request disk events: "), SyncthingErrorCategory::OverallConnection, reply); in readDiskEvents()
/dports/deskutils/syncthingtray/syncthingtray/widgets/misc/
H A Dinternalerror.cpp22 …if (category != SyncthingErrorCategory::OverallConnection && connection.autoReconnectTries() >= 1)… in isRelevant()