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/unittest/common/interfaces/
Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp1212 bool logicDelete = true; variable
1303 bool logicDelete = true; variable
1340 bool logicDelete = true; variable
1387 bool logicDelete = true; variable
1428 bool logicDelete = true; variable
1503 bool logicDelete = true; variable
1550 bool logicDelete = true; variable
1644 bool logicDelete = true; variable
1720 bool logicDelete = true; variable
1773 bool logicDelete = true; variable
[all …]
Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp1874 bool logicDelete = true; variable
1908 bool logicDelete = true; variable
1960 bool logicDelete = true; variable
2036 bool logicDelete = true; variable
2101 bool logicDelete = true; variable
Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1298 bool logicDelete = true; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/
Drelationalstoredelegate_fuzzer.cpp111 bool logicDelete = isDeleted; in MultiCombineTest() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_check_sync_test.cpp2253 bool logicDelete = true; variable
2273 bool logicDelete = false; variable
2323 bool logicDelete = true; variable
2366 bool logicDelete = true; variable
2396 bool logicDelete = true; variable
2414 bool logicDelete = true; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store.cpp1527 auto logicDelete = *(static_cast<bool *>(pragmaData)); in Pragma() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp1727 void RelationalSyncAbleStorage::SetLogicDelete(bool logicDelete) in SetLogicDelete()