Home
last modified time | relevance | path

Searched defs:maxTimestamp (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1230 Timestamp maxTimestamp = 0; in SaveSyncDataToMain() local
1245 …const DeviceInfo &deviceInfo, Timestamp &maxTimestamp, SingleVerNaturalStoreCommitNotifyData *comm… in SaveSyncItems()
1305 Timestamp maxTimestamp = 0; in SaveSyncDataToCacheDB() local
H A Dsqlite_single_ver_natural_store_connection.cpp1043 Timestamp maxTimestamp = 0; in SaveEntryNormally() local
1064 Timestamp maxTimestamp = 0; in SaveEntryInCacheMode() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp409 Timestamp maxTimestamp = localMark; in GetFullSyncDataTimeRange() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp1666 Timestamp maxTimestamp = 0u; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp558 Timestamp maxTimestamp = 0; in GetSysTime() local
1157 int GetCurrentMaxTimestamp(sqlite3 *db, Timestamp &maxTimestamp) in GetCurrentMaxTimestamp()