Home
last modified time | relevance | path

Searched refs:wTimestamp (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_merge_strategy.cpp48 …e = (localInfo.timestamp == cloudInfo.timestamp) && (localInfo.wTimestamp == cloudInfo.wTimestamp); in TagSyncDataStatus()
H A Dcloud_sync_utils.cpp150 EqualInMsLevel(localLogInfo.wTimestamp, cloudLogInfo.wTimestamp) && in NeedSaveData()
186 cloudLogInfo.wTimestamp = (Timestamp)std::get<int64_t>(datum[CloudDbConstant::CREATE_FIELD]); in GetCloudLogInfo()
H A Dcloud_syncer.cpp1785 logInfo.logInfo.wTimestamp = localLogInfoCache[hashKey].wTimestamp; in GetLocalInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_data_transformer_test.cpp107 if (origin.wTimestamp != target.wTimestamp) { in Equal()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.h35 Timestamp wTimestamp = 0; member
H A Ddata_transformer.cpp69 dataItem.writeTimestamp = logInfo.wTimestamp; in SerializeDataItem()
90 logInfo.wTimestamp = dataItem.writeTimestamp; in DeSerializeDataItem()
H A Dstorage_proxy.cpp292 dataInfoWithLog.logInfo.wTimestamp = EraseNanoTime(dataInfoWithLog.logInfo.wTimestamp); in GetInfoByPrimaryKeyOrGid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp588 …logInfo.wTimestamp = static_cast<uint64_t>(sqlite3_column_int64(logStatement, 4)); // 4 means w_t… in GetLogData()
825 logInfoBind.wTimestamp = dataItem.writeTimestamp; in SaveSyncLog()
828 logInfoBind.wTimestamp = logInfoGet.wTimestamp; in SaveSyncLog()
839 …SQLiteUtils::BindInt64ToStatement(statement, 4, logInfoBind.wTimestamp); // 4 means w_timestamp i… in SaveSyncLog()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp100 …logInfo.wTimestamp = static_cast<Timestamp>(sqlite3_column_int64(statement, index++)); // 4 is wti… in GetLogInfoByStatement()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp763 … virtualRowData.logInfo.wTimestamp = 3170194300890338180; // 3170194300890338180 fake timestamp in operator ()()
983 … virtualRowData.logInfo.wTimestamp = 3170194300891338180; // 3170194300891338180 fake timestamp in operator ()()
H A Ddistributeddb_interfaces_relational_test.cpp1185 rowData.logInfo.wTimestamp = timestamp; in operator ()()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_save_cloud_data_test.cpp302 … Timestamp eraseWTime = dataInfoWithLog.logInfo.wTimestamp / CloudDbConstant::TEN_THOUSAND * in GetInfoByPrimaryKeyOrGidTest()
305 EXPECT_EQ(dataInfoWithLog.logInfo.wTimestamp, eraseWTime); in GetInfoByPrimaryKeyOrGidTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp350 … dataInfoWithLog.logInfo.wTimestamp = static_cast<Timestamp>(sqlite3_column_int64(stmt, index++)); in FillLogInfoWithStmt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1840 …cordCopy[CloudDbConstant::CREATE_FIELD] = static_cast<int64_t>(dataInfoWithLog.logInfo.wTimestamp); in UpsertDataInTransaction()