|
LeviLamina
|
This is the complete list of members for ServerFileChunkUploader, including all inherited members.
| $canCancelUpload(::FileInfo const &file) const | ServerFileChunkUploader | |
| $cancelUpload(::FileInfo const &file) | ServerFileChunkUploader | |
| $confirmChunkReceived(::FileInfo const &file, ::FileChunkInfo const &chunk) | ServerFileChunkUploader | |
| $dtor() | ServerFileChunkUploader | |
| $getChunkInfo(::FileInfo const &file, int chunkID) const | ServerFileChunkUploader | |
| $getInitErrorCode() const | ServerFileChunkUploader | |
| $getServerMissingChunks(::FileInfo const &file, ::std::function< void(::std::vector<::FileChunkInfo >)> callback) const | ServerFileChunkUploader | |
| $getUploadProgress(::FileInfo const &file) const | ServerFileChunkUploader | |
| $initFileUploader(::std::string const &uploadId, ::FileInfo const &file, int chunkSize, ::Json::Value const &uploadOptions, ::std::function< void(bool)> callback) | ServerFileChunkUploader | |
| $uploadChunk(::FileInfo const &file, ::FileChunkInfo const &chunk, ::std::vector< uchar > data, ::std::function< void(bool)> onCompleteCallback) | ServerFileChunkUploader | |
| $uploadStream(::FileInfo const &file, uint64 streamSize, ::std::string const &boundary, ::std::function< void(::IFileChunkUploader::UploadStreamResult)> onCompleteCallback) | IFileChunkUploader | |
| $vftable() | ServerFileChunkUploader | static |
| canCancelUpload(::FileInfo const &file) const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | virtual |
| cancelUpload(::FileInfo const &file) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | virtual |
| confirmChunkReceived(::FileInfo const &file, ::FileChunkInfo const &chunk) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | virtual |
| getChunkInfo(::FileInfo const &file, int chunkID) const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| getInitErrorCode() const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | virtual |
| getServerMissingChunks(::FileInfo const &file, ::std::function< void(::std::vector<::FileChunkInfo >)> callback) const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | virtual |
| getUploadProgress(::FileInfo const &file) const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | virtual |
| initFileUploader(::std::string const &uploadId, ::FileInfo const &file, int chunkSize, ::Json::Value const &uploadOptions, ::std::function< void(bool)> callback) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | virtual |
| mChunkManager (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| mFileHash (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| mInitialized (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| mName (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| mPacketSender (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| mSource (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| operator=(ServerFileChunkUploader const &) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| ServerFileChunkUploader(ServerFileChunkUploader const &) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| ServerFileChunkUploader() (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
| uploadChunk(::FileInfo const &file, ::FileChunkInfo const &chunk, ::std::vector< uchar > data, ::std::function< void(bool)> onCompleteCallback) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | virtual |
| UploadStatus enum name (defined in IFileChunkUploader) | IFileChunkUploader | |
| uploadStream(::FileInfo const &file, uint64 streamSize, ::std::string const &boundary, ::std::function< void(::IFileChunkUploader::UploadStreamResult)> onCompleteCallback) (defined in IFileChunkUploader) | IFileChunkUploader | virtual |
| UploadStreamResult enum name (defined in IFileChunkUploader) | IFileChunkUploader | |
| ~IFileChunkUploader()=default (defined in IFileChunkUploader) | IFileChunkUploader | virtual |
| ~ServerFileChunkUploader() (defined in ServerFileChunkUploader) | ServerFileChunkUploader | virtual |