Searched refs:wTimestamp (Results 1 – 14 of 14) sorted by relevance
48 …e = (localInfo.timestamp == cloudInfo.timestamp) && (localInfo.wTimestamp == cloudInfo.wTimestamp); in TagSyncDataStatus()
150 EqualInMsLevel(localLogInfo.wTimestamp, cloudLogInfo.wTimestamp) && in NeedSaveData()186 cloudLogInfo.wTimestamp = (Timestamp)std::get<int64_t>(datum[CloudDbConstant::CREATE_FIELD]); in GetCloudLogInfo()
1785 logInfo.logInfo.wTimestamp = localLogInfoCache[hashKey].wTimestamp; in GetLocalInfo()
107 if (origin.wTimestamp != target.wTimestamp) { in Equal()
35 Timestamp wTimestamp = 0; member
69 dataItem.writeTimestamp = logInfo.wTimestamp; in SerializeDataItem()90 logInfo.wTimestamp = dataItem.writeTimestamp; in DeSerializeDataItem()
292 dataInfoWithLog.logInfo.wTimestamp = EraseNanoTime(dataInfoWithLog.logInfo.wTimestamp); in GetInfoByPrimaryKeyOrGid()
588 …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()
100 …logInfo.wTimestamp = static_cast<Timestamp>(sqlite3_column_int64(statement, index++)); // 4 is wti… in GetLogInfoByStatement()
763 … virtualRowData.logInfo.wTimestamp = 3170194300890338180; // 3170194300890338180 fake timestamp in operator ()()983 … virtualRowData.logInfo.wTimestamp = 3170194300891338180; // 3170194300891338180 fake timestamp in operator ()()
1185 rowData.logInfo.wTimestamp = timestamp; in operator ()()
302 … Timestamp eraseWTime = dataInfoWithLog.logInfo.wTimestamp / CloudDbConstant::TEN_THOUSAND * in GetInfoByPrimaryKeyOrGidTest()305 EXPECT_EQ(dataInfoWithLog.logInfo.wTimestamp, eraseWTime); in GetInfoByPrimaryKeyOrGidTest()
350 … dataInfoWithLog.logInfo.wTimestamp = static_cast<Timestamp>(sqlite3_column_int64(stmt, index++)); in FillLogInfoWithStmt()
1840 …cordCopy[CloudDbConstant::CREATE_FIELD] = static_cast<int64_t>(dataInfoWithLog.logInfo.wTimestamp); in UpsertDataInTransaction()