Home
last modified time | relevance | path

Searched refs:FLAG_DELETE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_strategy.cpp56 return (info.flag & static_cast<uint32_t>(LogInfoFlag::FLAG_DELETE)) == in IsDelete()
57 static_cast<uint32_t>(LogInfoFlag::FLAG_DELETE); in IsDelete()
H A Dcloud_sync_utils.cpp360 updateLogInfo.flag |= static_cast<uint64_t>(LogInfoFlag::FLAG_DELETE); in UpdateLocalCache()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.h48 FLAG_DELETE = 0x1, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dcloud_sync_log_table_manager.cpp169 uint32_t localDeleteFlag = static_cast<uint32_t>(LogInfoFlag::FLAG_DELETE) | in GetDeleteTrigger()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1016 std::to_string(static_cast<uint32_t>(LogInfoFlag::FLAG_DELETE) | in GetCloudDeleteSql()
1020 … std::to_string(static_cast<uint32_t>(LogInfoFlag::FLAG_DELETE)) + ", sharing_resource = ''"; in GetCloudDeleteSql()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp767 EXPECT_EQ(localLogInfoCache[hashKey].flag, static_cast<uint64_t>(LogInfoFlag::FLAG_DELETE));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp662 dataItem.flag |= static_cast<uint64_t>(LogInfoFlag::FLAG_DELETE); in BindDeleteStmt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1829 … (dataInfoWithLog.logInfo.flag & static_cast<uint32_t>(LogInfoFlag::FLAG_DELETE)) != 0) && in UpsertDataInTransaction()