LeviLamina
|
This is the complete list of members for ServerFileChunkUploader, including all inherited members.
$canCancelUpload(::FileInfo const &file) const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$cancelUpload(::FileInfo const &file) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$confirmChunkReceived(::FileInfo const &file, ::FileChunkInfo const &chunk) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$dtor() (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$getChunkInfo(::FileInfo const &file, int chunkID) const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$getInitErrorCode() const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$getServerMissingChunks(::FileInfo const &file, ::std::function< void(::std::vector<::FileChunkInfo >)> callback) const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$getUploadProgress(::FileInfo const &file) const (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$initFileUploader(::std::string const &uploadId, ::FileInfo const &file, int chunkSize, ::Json::Value const &uploadOptions, ::std::function< void(bool)> callback) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$uploadChunk(::FileInfo const &file, ::FileChunkInfo const &chunk, ::std::vector< uchar > const &data, ::std::function< void(bool)> onCompleteCallback) (defined in ServerFileChunkUploader) | ServerFileChunkUploader | |
$uploadStream(::FileInfo const &file, uint64 streamSize, ::std::string const &boundary, ::std::function< void(::IFileChunkUploader::UploadStreamResult)> onCompleteCallback) (defined in IFileChunkUploader) | IFileChunkUploader | |
$vftable() (defined in ServerFileChunkUploader) | 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 | |
uploadChunk(::FileInfo const &file, ::FileChunkInfo const &chunk, ::std::vector< uchar > const &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 |