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
1304 bool logicDelete = true; variable
1341 bool logicDelete = true; variable
1388 bool logicDelete = true; variable
1429 bool logicDelete = true; variable
1504 bool logicDelete = true; variable
1552 bool logicDelete = true; variable
1646 bool logicDelete = true; variable
1722 bool logicDelete = true; variable
1775 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.cpp1360 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.cpp2313 bool logicDelete = true; variable
2333 bool logicDelete = false; variable
2383 bool logicDelete = true; variable
2426 bool logicDelete = true; variable
2456 bool logicDelete = true; variable
2474 bool logicDelete = true; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_relational_store.cpp1627 auto logicDelete = *(static_cast<bool *>(pragmaData)); in Pragma() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_able_storage.cpp1752 void RelationalSyncAbleStorage::SetLogicDelete(bool logicDelete) in SetLogicDelete()