/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
H A D | secret_key_meta_data.cpp | 62 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 D | matrix_meta_data.cpp | 45 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 D | strategy_meta_data.cpp | 59 …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 D | store_meta_data_local.cpp | 112 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 D | switches_meta_data.cpp | 40 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 D | auto_launch_meta_data.cpp | 41 return Constant::Join(PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
|
H A D | capability_meta_data.cpp | 39 std::string str = Constant::Concatenate({ KEY_PREFIX, Constant::KEY_SEPARATOR, key }); in GetKeyFor()
|
H A D | corrupted_meta_data.cpp | 55 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, in GetKey()
|
H A D | store_debug_info.cpp | 54 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, fields); in GetPrefix()
|
H A D | user_meta_data.cpp | 60 std::string str = Constant::Concatenate({ KEY_PREFIX, Constant::KEY_SEPARATOR, key }); in GetKeyFor()
|
H A D | store_meta_data.cpp | 214 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 D | subscription.cpp | 83 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 D | cloud_info.cpp | 144 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 D | constant.cpp | 83 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 D | constant.h | 127 KVSTORE_API static const std::string KEY_SEPARATOR; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/ |
H A D | network_sync_strategy.cpp | 90 …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 D | constant.h | 72 API_EXPORT static constexpr const char *KEY_SEPARATOR = "###"; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/ |
H A D | constant.cpp | 23 constexpr const char *Constant::KEY_SEPARATOR; member in OHOS::DistributedData::Constant
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/ |
H A D | water_version_manager.cpp | 247 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 D | water_version_manager_test.cpp | 114 … 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()
|