Home
last modified time | relevance | path

Searched refs:KEY_SEPARATOR (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dsecret_key_meta_data.cpp62 prefix.append(Constant::KEY_SEPARATOR).append(field); in GetPrefix()
64 prefix.append(Constant::KEY_SEPARATOR); in GetPrefix()
72 prefix.append(Constant::KEY_SEPARATOR).append(field); in GetBackupPrefix()
74 prefix.append(Constant::KEY_SEPARATOR); in GetBackupPrefix()
H A Dmatrix_meta_data.cpp45 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId }); in GetKey()
50 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId, RMOTE_CONSISTENT }); in GetConsistentKey()
55 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dstrategy_meta_data.cpp59 …return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, { devId, userId, "default", bundleName, sto… in GetKey()
61 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, in GetKey()
67 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dstore_meta_data_local.cpp112 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetKey()
117 auto prefix = Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
118 prefix.append(Constant::KEY_SEPARATOR); in GetPrefix()
H A Dswitches_meta_data.cpp40 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId }); in GetKey()
45 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dauto_launch_meta_data.cpp41 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dcapability_meta_data.cpp39 std::string str = Constant::Concatenate({ KEY_PREFIX, Constant::KEY_SEPARATOR, key }); in GetKeyFor()
H A Dcorrupted_meta_data.cpp55 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, in GetKey()
H A Dstore_debug_info.cpp54 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Duser_meta_data.cpp60 std::string str = Constant::Concatenate({ KEY_PREFIX, Constant::KEY_SEPARATOR, key }); in GetKeyFor()
H A Dstore_meta_data.cpp214 prefix.append(Constant::KEY_SEPARATOR).append(field); in GetKey()
221 return GetKey(fields).append(Constant::KEY_SEPARATOR); in GetPrefix()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dsubscription.cpp83 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, { std::to_string(userId) }); in GetKey()
88 …return Constant::Join(RELATION_PREFIX, Constant::KEY_SEPARATOR, { std::to_string(userId), bundleNa… in GetRelationKey()
93 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
H A Dcloud_info.cpp144 return GetKey(INFO_PREFIX, fields).append(Constant::KEY_SEPARATOR); in GetPrefix()
149 return Constant::Join(prefix, Constant::KEY_SEPARATOR, fields); in GetKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.cpp83 const std::string Constant::KEY_SEPARATOR = "###"; member in OHOS::DistributedKv::Constant
89 …std::string str = Constant::Concatenate({ KvStoreMetaRow::KEY_PREFIX, Constant::KEY_SEPARATOR, key… in GetKeyFor()
95 …std::string str = Constant::Concatenate({ SecretMetaRow::KEY_PREFIX, Constant::KEY_SEPARATOR, key}… in GetKeyFor()
H A Dconstant.h127 KVSTORE_API static const std::string KEY_SEPARATOR; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/
H A Dnetwork_sync_strategy.cpp90 …return Constant::Join(StrategyInfo::PREFIX, Constant::KEY_SEPARATOR, { std::to_string(user), bundl… in GetKey()
95 return Constant::Join(StrategyInfo::PREFIX, Constant::KEY_SEPARATOR, { std::to_string(user) }); in GetKey()
100 …return Constant::Join(StrategyInfo::PREFIX, Constant::KEY_SEPARATOR, { std::to_string(user), bundl… in GetKey()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dconstant.h72 API_EXPORT static constexpr const char *KEY_SEPARATOR = "###"; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dconstant.cpp23 constexpr const char *Constant::KEY_SEPARATOR; member in OHOS::DistributedData::Constant
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.cpp247 return Constant::Join(bundleName, Constant::KEY_SEPARATOR, { storeName }); in Merge()
254 std::string delim(Constant::KEY_SEPARATOR); in Split()
348 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId, std::to_string(type) }); in GetKey()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp114 … staticMeta_.keys.push_back(Constant::Join(it.first, Constant::KEY_SEPARATOR, { it.second })); in SetUpTestCase()
120 … dynamicMeta_.keys.push_back(Constant::Join(it.first, Constant::KEY_SEPARATOR, { it.second })); in SetUpTestCase()