Home
last modified time | relevance | path

Searched refs:FillTimestamp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp469 FillTimestamp(rawSysTime, currentTime, data.insData); in GetLocalCloudVersion()
470 FillTimestamp(rawSysTime, currentTime, data.updData); in GetLocalCloudVersion()
475 void SqliteCloudKvStore::FillTimestamp(Timestamp rawSystemTime, Timestamp virtualTime, CloudSyncBat… in FillTimestamp() function in DistributedDB::SqliteCloudKvStore
H A Dsqlite_cloud_kv_store.h110 …static void FillTimestamp(Timestamp rawSystemTime, Timestamp virtualTime, CloudSyncBatch &syncBatc…