Home
last modified time | relevance | path

Searched refs:isAllBundelsFinished (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_restore.cpp68 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()
106 std::atomic<bool> isAllBundelsFinished {false}; member in OHOS::FileManagement::Backup::Session
159 ctx->isAllBundelsFinished.store(true); in OnBundleStarted()
170 ctx->isAllBundelsFinished.store(true); in OnBundleFinished()
183 ctx->isAllBundelsFinished.store(true); in OnAllBundlesFinished()
H A Dtools_op_incremental_restore.cpp70 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()
107 std::atomic<bool> isAllBundelsFinished {false}; member in OHOS::FileManagement::Backup::SessionRestore
181 ctx->isAllBundelsFinished.store(true); in OnBundleStarted()
192 ctx->isAllBundelsFinished.store(true); in OnBundleFinished()
200 ctx->isAllBundelsFinished.store(true); in OnAllBundlesFinished()
H A Dtools_op_backup.cpp71 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()
116 std::atomic<bool> isAllBundelsFinished {false}; member in OHOS::FileManagement::Backup::Session
155 ctx->isAllBundelsFinished.store(true); in OnBundleStarted()
175 ctx->isAllBundelsFinished.store(true); in OnAllBundlesFinished()
H A Dtools_op_incremental_backup.cpp74 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()
119 std::atomic<bool> isAllBundelsFinished {false}; member in OHOS::FileManagement::Backup::SessionBckup
190 ctx->isAllBundelsFinished.store(true); in OnBundleStarted()
205 ctx->isAllBundelsFinished.store(true); in OnAllBundlesFinished()