Home
last modified time | relevance | path

Searched refs:TIMESTAMP_INDEX (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.h33 static constexpr const int TIMESTAMP_INDEX = 6; variable
H A Dcloud_syncer_extend.cpp622 downloadItem.timestamp = std::get<CloudSyncUtils::TIMESTAMP_INDEX>(downloadList[i]); in GetDownloadItem()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp58 static constexpr const int TIMESTAMP_INDEX = 3; variable
598 int64_t modifyTime = static_cast<int64_t>(sqlite3_column_int64(logStatement, TIMESTAMP_INDEX)); in GetCloudLog()
630 static_cast<int64_t>(sqlite3_column_int64(logStatement, TIMESTAMP_INDEX))); in GetCloudExtraLog()