Home
last modified time | relevance | path

Searched refs:isBackgroundVacuumTaskInExecution_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_vacuum.cpp265 return !isBackgroundVacuumTaskInExecution_; in ~MultiVerVacuum()
279 isBackgroundVacuumTaskInExecution_ = false; in VacuumTaskExecutor()
640 if (!isBackgroundVacuumTaskInExecution_) { in ActivateBackgroundVacuumTaskExecution()
651 isBackgroundVacuumTaskInExecution_ = true; in ActivateBackgroundVacuumTaskExecution()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_vacuum.h147 bool isBackgroundVacuumTaskInExecution_ = false; variable