Searched refs:FileDownloadProgressUpdateTypeForget (Results 1 – 6 of 6) sorted by relevance
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/model/ |
H A D | progressemitter_test.go | 271 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 D | devicedownloadstate_test.go | 22 … protocol.FileDownloadProgressUpdate{UpdateType: protocol.FileDownloadProgressUpdateTypeForget, Na… 25 … protocol.FileDownloadProgressUpdate{UpdateType: protocol.FileDownloadProgressUpdateTypeForget, Na… 29 … protocol.FileDownloadProgressUpdate{UpdateType: protocol.FileDownloadProgressUpdateTypeForget, Na…
|
H A D | sentdownloadstate.go | 86 UpdateType: protocol.FileDownloadProgressUpdateTypeForget, 130 UpdateType: protocol.FileDownloadProgressUpdateTypeForget, 147 UpdateType: protocol.FileDownloadProgressUpdateTypeForget,
|
H A D | devicedownloadstate.go | 59 …if update.UpdateType == protocol.FileDownloadProgressUpdateTypeForget && ok && local.version.Equal…
|
H A D | indexhandler.go | 571 UpdateType: protocol.FileDownloadProgressUpdateTypeForget,
|
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/protocol/ |
H A D | bep.pb.go | 192 FileDownloadProgressUpdateTypeForget FileDownloadProgressUpdateType = 1 const
|