Home
last modified time | relevance | path

Searched defs:hashKey (Results 26 – 50 of 57) sorted by relevance

123

/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_map.c35 static uint32_t MapHash(const char *hashKey) in MapHash()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_extend.cpp306 int SQLiteSingleVerStorageExecutor::RemoveCloudUploadFlag(const std::vector<uint8_t> &hashKey) in RemoveCloudUploadFlag()
H A Dsqlite_cloud_kv_executor_utils.cpp172 Bytes hashKey; in GetCloudExtraLog() local
246 Bytes hashKey; in GetLogInfo() local
H A Dsqlite_single_ver_natural_store_connection.cpp1474 Key hashKey; in PublishInner() local
1547 Key hashKey; in UnpublishToLocal() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.cpp1416 int MultiVerStorageExecutor::GetOverwrittenNonClearTypeEntries(Version version, const Key &hashKey, in GetOverwrittenNonClearTypeEntries()
1445 int MultiVerStorageExecutor::DeleteEntriesByHashKey(Version version, const Key &hashKey) in DeleteEntriesByHashKey()
1490 int MultiVerStorageExecutor::UpdateTrimedFlag(Version version, const Key &hashKey) in UpdateTrimedFlag()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp634 std::vector<std::vector<uint8_t>> hashKey; in DataStatusTest003() local
665 std::vector<std::vector<uint8_t>> hashKey; in DataStatusTest004() local
707 std::vector<std::vector<uint8_t>> hashKey; in DataStatusTest005() local
741 std::vector<std::vector<uint8_t>> hashKey; in DataStatusTest006() local
2487 std::vector<std::vector<uint8_t>> hashKey; variable
H A Dcloud_syncer_test.h344 …int CallHandleTagAssets(const Key &hashKey, const DataInfo &dataInfo, size_t idx, SyncParam &param, in CallHandleTagAssets()
H A Dcloud_db_sync_utils_test.cpp330 std::vector<std::vector<uint8_t>> &hashKey) in GetHashKey()
H A Ddistributeddb_cloud_db_proxy_test.cpp760 std::string hashKey(localInfo.hashKey.begin(), localInfo.hashKey.end()); variable
H A Ddistributeddb_cloud_asset_compare_test.cpp1046 Key hashKey; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp113 Bytes hashKey; in FillCloudAssetForDownload() local
255 …RelationalStorageExecutor::BindUpdateVersionStatement(const VBucket &vBucket, const Bytes &hashKey, in BindUpdateVersionStatement()
1255 const TableSchema &tableSchema, const std::string &gid, const Bytes &hashKey, VBucket &assets) in GetAssetsByGidOrHashKey()
1309 const Bytes &hashKey, sqlite3_stmt *&stmt) in InitGetAssetStmt()
1853 const Key &hashKey, Timestamp timestamp) in MarkFlagAsUploadFinished()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp245 const Bytes hashKey; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.h124 Key hashKey; member
H A Dcloud_syncer.cpp749 Key hashKey; in TagStatus() local
756 int CloudSyncer::TagDownloadAssets(const Key &hashKey, size_t idx, SyncParam &param, const DataInfo… in TagDownloadAssets()
782 int CloudSyncer::HandleTagAssets(const Key &hashKey, const DataInfo &dataInfo, size_t idx, SyncPara… in HandleTagAssets()
1775 std::string hashKey(logInfo.logInfo.hashKey.begin(), logInfo.logInfo.hashKey.end()); in GetLocalInfo() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.cpp436 int RdSingleVerStorageExecutor::GetKvDataByHashKey(const Key &hashKey, SingleVerRecord &result) con… in GetKvDataByHashKey() argument
480 int RdSingleVerStorageExecutor::EraseSyncData(const Key &hashKey) in EraseSyncData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.cpp289 const std::string &hashKey, VirtualRowData &data) in GetVirtualSyncData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_single_ver_kv_entry.cpp108 void GenericSingleVerKvEntry::SetHashKey(const Key &hashKey) in SetHashKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1397 …taStatus(sqlite3 *db, const std::string &tableName, const std::vector<std::vector<uint8_t>> &hashK… in HandleDataStatus()
1439 …Status HandleDataLock(const std::string &tableName, const std::vector<std::vector<uint8_t>> &hashK… in HandleDataLock()
1751 …utedDB::DBStatus Lock(const std::string &tableName, const std::vector<std::vector<uint8_t>> &hashK… in Lock()
1757 …edDB::DBStatus UnLock(const std::string &tableName, const std::vector<std::vector<uint8_t>> &hashK… in UnLock()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_sync_test.cpp766 std::vector<uint8_t> hashKey; in operator ()() local
986 std::vector<uint8_t> hashKey; in operator ()() local
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1338 std::vector<std::vector<uint8_t>> hashKey; variable
1380 std::vector<std::vector<uint8_t>> hashKey; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_subscribe_query_test.cpp804 Key hashKey; variable
H A Ddistributeddb_storage_transaction_data_test.cpp204 Key hashKey; in PushOneEntry() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1269 Bytes *hashKey = std::get_if<Bytes>(&flags[CloudDbConstant::HASH_KEY]); in IdentifyCloudType() local
1286 Bytes *hashKey = std::get_if<Bytes>(&flags[CloudDbConstant::HASH_KEY]); in IdentifyCloudTypeInner() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp548 const Bytes &hashKey, VBucket &assets) in GetAssetsByGidOrHashKey()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp56 std::vector<uint8_t> hashKey; variable

123