Home
last modified time | relevance | path

Searched refs:HASH_KEY (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_constant.h50 static constexpr const char *HASH_KEY = "hash_key"; member in DistributedDB::CloudDbConstant
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dschema_meta.h64 static constexpr const char *HASH_KEY = "#_hash_key"; member in OHOS::DistributedData::final
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_report_entity_test.cpp38 const int HASH_KEY = 4; member
390 keys.emplace(INFO_HASH, HASH_KEY); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp617 flags.insert_or_assign(CloudDbConstant::HASH_KEY, hashKey); in GetCloudExtraLog()
1631 Bytes hashKey = std::get<Bytes>(extraLog[CloudDbConstant::HASH_KEY]); in GetCloudDataForSync()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp30 static constexpr const char *HASH_KEY = "HASH_KEY"; member
114 (void)CloudStorageUtils::GetValueFromVBucket<Bytes>(HASH_KEY, vBucket, hashKey); in FillCloudAssetForDownload()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp110 Bytes hashKey = std::get<Bytes>(extraLog[CloudDbConstant::HASH_KEY]); in GetCloudDataForSync()
191 flags.insert_or_assign(CloudDbConstant::HASH_KEY, hashKey); in GetCloudExtraLog()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1267 Bytes *hashKey = std::get_if<Bytes>(&flags[CloudDbConstant::HASH_KEY]); in IdentifyCloudType()
1284 Bytes *hashKey = std::get_if<Bytes>(&flags[CloudDbConstant::HASH_KEY]); in IdentifyCloudTypeInner()

Completed in 13 milliseconds