Home
last modified time | relevance | path

Searched refs:FLAG_DEVICE_CLOUD_INCONSISTENCY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.h53 FLAG_DEVICE_CLOUD_INCONSISTENCY = 0x20, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dcloud_sync_log_table_manager.cpp172 …:to_string(localDeleteFlag | static_cast<uint32_t>(LogInfoFlag::FLAG_DEVICE_CLOUD_INCONSISTENCY)) + in GetDeleteTrigger()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1751 static_cast<int64_t>(LogInfoFlag::FLAG_DEVICE_CLOUD_INCONSISTENCY); in GetDataFlag()
1757 flag |= static_cast<int64_t>(LogInfoFlag::FLAG_DEVICE_CLOUD_INCONSISTENCY); in GetDataFlag()
H A Dsqlite_single_ver_relational_storage_executor.cpp183 static_cast<uint32_t>(LogInfoFlag::FLAG_DEVICE_CLOUD_INCONSISTENCY)); in GeneLogInfoForExistedData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1129 …sistencyBit = std::to_string(static_cast<uint32_t>(LogInfoFlag::FLAG_DEVICE_CLOUD_INCONSISTENCY)); in GetUpdateRecordFlagSql()
1165 …nsistencyBit = std::to_string(static_cast<uint32_t>(LogInfoFlag::FLAG_DEVICE_CLOUD_INCONSISTENCY)); in GetUpdateRecordFlagSqlUpload()