Home
last modified time | relevance | path

Searched refs:UPDATE_TIMESTAMP (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_merge_strategy.cpp41 return isLocalDelete ? OpType::UPDATE_TIMESTAMP : OpType::DELETE; in TagSyncDataStatus()
88 return isLocalDelete ? OpType::UPDATE_TIMESTAMP : OpType::DELETE; in TagCloudUpdateLocal()
H A Dcloud_force_pull_strategy.cpp33 return OpType::UPDATE_TIMESTAMP; in TagSyncDataStatus()
H A Dcloud_sync_utils.cpp367 case OpType::UPDATE_TIMESTAMP: { in UpdateLocalCache()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_strategy_test.cpp145 …XPECT_EQ(strategy->TagSyncDataStatus(true, false, localInfo, cloudInfo), OpType::UPDATE_TIMESTAMP);
308 …XPECT_EQ(strategy->TagSyncDataStatus(true, false, localInfo, cloudInfo), OpType::UPDATE_TIMESTAMP);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp380 …statisticMap[static_cast<int>(OpType::UPDATE_TIMESTAMP)], statisticMap[static_cast<int>(OpType::CL… in PutCloudData()
399 case OpType::UPDATE_TIMESTAMP: // fallthrough in ExecutePutCloudData()
473 case OpType::UPDATE_TIMESTAMP: in GetOperateDataSql()
474 return UPDATE_TIMESTAMP; in GetOperateDataSql()
490 case OpType::UPDATE_TIMESTAMP: // fallthrough in GetOperateLogSql()
899 opType != OpType::UPDATE_TIMESTAMP) { in OnlyUpdateSyncData()
936 case OpType::UPDATE_TIMESTAMP: in BindUpdateSyncDataStmt()
H A Dsqlite_single_ver_storage_executor_sql.h368 …constexpr const char *UPDATE_TIMESTAMP = "UPDATE sync_data SET timestamp=?, modify_time=? WHERE ha… variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h38 UPDATE_TIMESTAMP, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp271 case OpType::UPDATE_TIMESTAMP: in ExecutePutCloudData()
637 …statisticMap[static_cast<int>(OpType::UPDATE_TIMESTAMP)], statisticMap[static_cast<int>(OpType::CL… in PutCloudSyncData()
997 …return (opType == OpType::DELETE || opType == OpType::UPDATE_TIMESTAMP || opType == OpType::CLEAR_… in IsAllowWithPrimaryKey()
H A Dsqlite_single_ver_relational_storage_executor.cpp1854 } else if (opType == OpType::UPDATE_TIMESTAMP) { in GetUpdateLogRecordStatement()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp1041 … downloadData.opType = { OpType::UPDATE, OpType::UPDATE_TIMESTAMP, OpType::INSERT, OpType::INSERT, in ConstructMultiDownloadData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp1479 downloadData.opType = { OpType::DELETE, OpType::UPDATE_TIMESTAMP, OpType::CLEAR_GID };