Home
last modified time | relevance | path

Searched defs:logicDelete (Results 1 – 7 of 7) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/
Drelationalstoredelegate_fuzzer.cpp110 bool logicDelete = isDeleted; in MultiCombineTest() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_check_sync_test.cpp1412 bool logicDelete = true; variable
1432 bool logicDelete = false; variable
1482 bool logicDelete = true; variable
1525 bool logicDelete = true; variable
1555 bool logicDelete = true; variable
1573 bool logicDelete = true; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp1187 bool logicDelete = true; variable
1239 bool logicDelete = true; variable
1277 bool logicDelete = true; variable
1372 bool logicDelete = true; variable
Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp1843 bool logicDelete = true; variable
Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1276 bool logicDelete = true; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store.cpp1434 auto logicDelete = *(static_cast<bool *>(pragmaData)); in Pragma() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp1696 void RelationalSyncAbleStorage::SetLogicDelete(bool logicDelete) in SetLogicDelete()