Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp1208 bool logicDelete = true; variable
1260 bool logicDelete = true; variable
1298 bool logicDelete = true; variable
1346 bool logicDelete = true; variable
1420 bool logicDelete = true; variable
1515 bool logicDelete = true; variable
1589 bool logicDelete = true; variable
1642 bool logicDelete = true; variable
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp1851 bool logicDelete = true; variable
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1276 bool logicDelete = true; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/
H A Drelationalstoredelegate_fuzzer.cpp110 bool logicDelete = isDeleted; in MultiCombineTest() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_check_sync_test.cpp1805 bool logicDelete = true; variable
1825 bool logicDelete = false; variable
1875 bool logicDelete = true; variable
1918 bool logicDelete = true; variable
1948 bool logicDelete = true; variable
1966 bool logicDelete = true; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1447 auto logicDelete = *(static_cast<bool *>(pragmaData)); in Pragma() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1710 void RelationalSyncAbleStorage::SetLogicDelete(bool logicDelete) in SetLogicDelete()