Home
last modified time | relevance | path

Searched refs:cnt_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp71 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()
80 cnt_--; in UpdateBundleFinishedCount()
85 cnt_ = cnt; in SetBundleFinishedCount()
113 uint32_t cnt_ {0}; member in OHOS::FileManagement::Backup::Session
H A Dtools_op_restore.cpp68 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()
77 cnt_--; in UpdateBundleFinishedCount()
82 cnt_ = cnt; in SetBundleFinishedCount()
103 uint32_t cnt_ {0}; member in OHOS::FileManagement::Backup::Session
H A Dtools_op_incremental_restore.cpp70 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()
79 cnt_--; in UpdateBundleFinishedCount()
84 cnt_ = cnt; in SetBundleFinishedCount()
104 uint32_t cnt_ {0}; member in OHOS::FileManagement::Backup::SessionRestore
H A Dtools_op_incremental_backup.cpp74 } else if (bundleStatusMap_.size() == 0 && cnt_ == 0 && isAllBundelsFinished.load()) { in TryNotify()
83 cnt_--; in UpdateBundleFinishedCount()
88 cnt_ = cnt; in SetBundleFinishedCount()
116 uint32_t cnt_ {0}; member in OHOS::FileManagement::Backup::SessionBckup
H A Dtools_op_restore_async.cpp54 } else if (cnt_ == 0) { in TryNotify()
69 cnt_--; in UpdateBundleFinishedCount()
74 cnt_ = cnt; in SetBundleFinishedCount()
86 uint32_t cnt_ {0}; member in OHOS::FileManagement::Backup::SessionAsync
H A Dtools_op_incremental_restore_async.cpp54 } else if (cnt_ == 0) { in TryNotify()
69 cnt_--; in UpdateBundleFinishedCount()
74 cnt_ = cnt; in SetBundleFinishedCount()
86 uint32_t cnt_ {0}; member in OHOS::FileManagement::Backup::InrementalSessionAsync
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/
H A Dtools_op_restore_test.cpp423 ctx->cnt_ = 1;
427 EXPECT_EQ(ctx->cnt_, 0);
449 ctx->cnt_ = 1;
475 ctx->cnt_ = 1;
H A Dtools_op_incremental_restore_test.cpp365 ctx->cnt_ = 1;
391 ctx->cnt_ = 1;
417 ctx->cnt_ = 1;
H A Dtools_op_restore_async_test.cpp310 ctx->cnt_ = 1;
361 ctx->cnt_ = 1;