Searched refs:isAllBundelsFinished (Results 1 – 4 of 4) sorted by relevance
68 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()106 std::atomic<bool> isAllBundelsFinished {false}; member in OHOS::FileManagement::Backup::Session159 ctx->isAllBundelsFinished.store(true); in OnBundleStarted()170 ctx->isAllBundelsFinished.store(true); in OnBundleFinished()183 ctx->isAllBundelsFinished.store(true); in OnAllBundlesFinished()
70 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()107 std::atomic<bool> isAllBundelsFinished {false}; member in OHOS::FileManagement::Backup::SessionRestore181 ctx->isAllBundelsFinished.store(true); in OnBundleStarted()192 ctx->isAllBundelsFinished.store(true); in OnBundleFinished()200 ctx->isAllBundelsFinished.store(true); in OnAllBundlesFinished()
71 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()116 std::atomic<bool> isAllBundelsFinished {false}; member in OHOS::FileManagement::Backup::Session155 ctx->isAllBundelsFinished.store(true); in OnBundleStarted()175 ctx->isAllBundelsFinished.store(true); in OnAllBundlesFinished()
74 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()119 std::atomic<bool> isAllBundelsFinished {false}; member in OHOS::FileManagement::Backup::SessionBckup190 ctx->isAllBundelsFinished.store(true); in OnBundleStarted()205 ctx->isAllBundelsFinished.store(true); in OnAllBundlesFinished()