Searched refs:fileCount_ (Results 1 - 11 of 11) sorted by relevance
/foundation/multimedia/player_framework/services/dfx/ |
H A D | dfx_log_dump.cpp | 158 file += std::to_string(fileCount_); in TaskProcessor() 171 fileCount_++; in TaskProcessor() 172 fileCount_ = fileCount_ > FILE_MAX ? 0 : fileCount_; in TaskProcessor()
|
H A D | dfx_log_dump.h | 34 int32_t fileCount_ = 0; member in OHOS::Media::DfxLogDump
|
/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_incremental_restore_async.cpp | 78 map<string, int> fileCount_; member in OHOS::FileManagement::Backup::InrementalSessionAsync 129 ++ctx->fileCount_[bundleName]; in OnFileReady() 131 printf("FileReady count/num = %d/%d\n", ctx->fileCount_[bundleName], ctx->fileNums_[bundleName]); in OnFileReady() 132 if (ctx->fileCount_[bundleName] == ctx->fileNums_[bundleName]) { in OnFileReady()
|
H A D | tools_op_restore_async.cpp | 78 map<string, int> fileCount_; member in OHOS::FileManagement::Backup::SessionAsync 123 ++ctx->fileCount_[bundleName]; in OnFileReady() 125 printf("FileReady count/num = %d/%d\n", ctx->fileCount_[bundleName], ctx->fileNums_[bundleName]); in OnFileReady() 126 if (ctx->fileCount_[bundleName] == ctx->fileNums_[bundleName]) { in OnFileReady()
|
H A D | tools_op_incremental_restore.cpp | 110 map<string, int> fileCount_; member in OHOS::FileManagement::Backup::SessionRestore 160 ++ctx->fileCount_[bundleName]; in OnFileReady() 162 printf("FileReady count/num = %d/%d\n", ctx->fileCount_[bundleName], ctx->fileNums_[bundleName]); in OnFileReady() 163 if (ctx->fileCount_[bundleName] == ctx->fileNums_[bundleName]) { in OnFileReady()
|
H A D | tools_op_restore.cpp | 107 map<string, int> fileCount_; member in OHOS::FileManagement::Backup::Session 138 ++ctx->fileCount_[bundleName]; in OnFileReady() 140 printf("FileReady count/num = %d/%d\n", ctx->fileCount_[bundleName], ctx->fileNums_[bundleName]); in OnFileReady() 141 if (ctx->fileCount_[bundleName] == ctx->fileNums_[bundleName]) { in OnFileReady()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | tar_file.cpp | 144 fileCount_ = 0; in TraversalFile() 151 fileCount_++; in TraversalFile() 152 if (fileCount_ == MAX_FILE_COUNT) { in TraversalFile() 154 fileCount_ = 0; in TraversalFile() 427 if (staTar.st_size == 0 && tarFileCount_ > 0 && fileCount_ == 0) { in FillSplitTailBlocks()
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/ |
H A D | tar_file.h | 219 uint32_t fileCount_ {0};
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | tar_file_test.cpp | 48 TarFile::GetInstance().fileCount_ = 0; in ClearCache()
|
H A D | untar_file_sup_test.cpp | 50 TarFile::GetInstance().fileCount_ = 0; in ClearCache()
|
H A D | untar_file_test.cpp | 57 TarFile::GetInstance().fileCount_ = 0; in ClearCache()
|
Completed in 8 milliseconds