Home
last modified time | relevance | path

Searched refs:HASH_KEY (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_constant.h50 static constexpr const char *HASH_KEY = "hash_key"; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dschema_meta.h64 static constexpr const char *HASH_KEY = "#_hash_key"; variable
/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()
1286 Bytes *hashKey = std::get_if<Bytes>(&flags[CloudDbConstant::HASH_KEY]); in IdentifyCloudTypeInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp30 static constexpr const char *HASH_KEY = "HASH_KEY"; variable
114 (void)CloudStorageUtils::GetValueFromVBucket<Bytes>(HASH_KEY, vBucket, hashKey); in FillCloudAssetForDownload()
H A Dsqlite_single_ver_relational_storage_executor.cpp635 flags.insert_or_assign(CloudDbConstant::HASH_KEY, hashKey); in GetCloudExtraLog()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp174 flags.insert_or_assign(CloudDbConstant::HASH_KEY, hashKey); in GetCloudExtraLog()