Home
last modified time | relevance | path

Searched refs:HASH_KEY_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.h31 static constexpr const int HASH_KEY_INDEX = 4; variable
H A Dcloud_syncer_extend.cpp620 downloadItem.hashKey = std::get<CloudSyncUtils::HASH_KEY_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.cpp61 static constexpr const int HASH_KEY_INDEX = 6; variable
634 (void)SQLiteUtils::GetColumnBlobValue(logStatement, HASH_KEY_INDEX, hashKey); in GetCloudExtraLog()