Home
last modified time | relevance | path

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

/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/model/
H A Dprogressemitter_test.go271 expect(0, state1, protocol.FileDownloadProgressUpdateTypeForget, v1, nil, false)
283 expect(0, state1, protocol.FileDownloadProgressUpdateTypeForget, v2, nil, false)
294 expect(0, state1, protocol.FileDownloadProgressUpdateTypeForget, v2, nil, false)
359 expect(-1, state3, protocol.FileDownloadProgressUpdateTypeForget, v1, nil, true)
361 expect(-1, state4, protocol.FileDownloadProgressUpdateTypeForget, v1, nil, true)
433 expect(-1, state1, protocol.FileDownloadProgressUpdateTypeForget, v1, nil, true)
434 expect(-1, state2, protocol.FileDownloadProgressUpdateTypeForget, v1, nil, true)
H A Ddevicedownloadstate_test.go22 … protocol.FileDownloadProgressUpdate{UpdateType: protocol.FileDownloadProgressUpdateTypeForget, Na…
25 … protocol.FileDownloadProgressUpdate{UpdateType: protocol.FileDownloadProgressUpdateTypeForget, Na…
29 … protocol.FileDownloadProgressUpdate{UpdateType: protocol.FileDownloadProgressUpdateTypeForget, Na…
H A Dsentdownloadstate.go86 UpdateType: protocol.FileDownloadProgressUpdateTypeForget,
130 UpdateType: protocol.FileDownloadProgressUpdateTypeForget,
147 UpdateType: protocol.FileDownloadProgressUpdateTypeForget,
H A Ddevicedownloadstate.go59 …if update.UpdateType == protocol.FileDownloadProgressUpdateTypeForget && ok && local.version.Equal…
H A Dindexhandler.go571 UpdateType: protocol.FileDownloadProgressUpdateTypeForget,
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/protocol/
H A Dbep.pb.go192 FileDownloadProgressUpdateTypeForget FileDownloadProgressUpdateType = 1 const