Searched refs:maxStamp (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_storage_executor.h | 93 void InitCurrentMaxStamp(Timestamp &maxStamp); 137 … SaveSyncDataItemInCacheMode(DataItem &dataItem, const DeviceInfo &deviceInfo, Timestamp &maxStamp,
|
H A D | rd_single_ver_storage_executor.cpp | 496 void RdSingleVerStorageExecutor::InitCurrentMaxStamp(Timestamp &maxStamp) in InitCurrentMaxStamp() argument 570 Timestamp &maxStamp, uint64_t recordVersion, const QueryObject &query) in SaveSyncDataItemInCacheMode() argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 59 …Timestamp &maxStamp, SingleVerNaturalStoreCommitNotifyData *committedData, bool isPermitForceWrite… 75 void InitCurrentMaxStamp(Timestamp &maxStamp); 132 … SaveSyncDataItemInCacheMode(DataItem &dataItem, const DeviceInfo &deviceInfo, Timestamp &maxStamp,
|
H A D | sqlite_single_ver_storage_executor_cache.cpp | 630 Timestamp &maxStamp, uint64_t recordVersion, const QueryObject &query) in SaveSyncDataItemInCacheMode() argument 659 maxStamp = std::max(dataItem.timestamp, maxStamp); in SaveSyncDataItemInCacheMode()
|
H A D | sqlite_single_ver_storage_executor.cpp | 413 void SQLiteSingleVerStorageExecutor::InitCurrentMaxStamp(Timestamp &maxStamp) in InitCurrentMaxStamp() argument 428 … maxStamp = static_cast<uint64_t>(sqlite3_column_int64(statement, 0)); // get the first column in InitCurrentMaxStamp() 1355 …Timestamp &maxStamp, SingleVerNaturalStoreCommitNotifyData *committedData, bool isPermitForceWrite) in SaveSyncDataItem() argument 1380 maxStamp = std::max(dataItem.timestamp, maxStamp); in SaveSyncDataItem()
|