Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h323 std::atomic<bool> allowLogicDelete_ = false; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1718 allowLogicDelete_ = config.allowLogicDelete; in SetCloudTaskConfig()
1724 return allowLogicDelete_ && logicDelete_; in IsCurrentLogicDelete()