Home
last modified time | relevance | path

Searched refs:Concatenate (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/kvstoremock/distributeddb/distributeddataservice/adapter/autils/
H A Dconstant.cpp89 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()
99 std::string Constant::Concatenate(std::initializer_list<std::string> stringList) in Concatenate() function in OHOS::DistributedKv::Constant
H A Dconstant.h53 KVSTORE_API static std::string Concatenate(std::initializer_list<std::string> stringList);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dcapability_meta_data.cpp39 std::string str = Constant::Concatenate({ KEY_PREFIX, Constant::KEY_SEPARATOR, key }); in GetKeyFor()
H A Duser_meta_data.cpp60 std::string str = Constant::Concatenate({ KEY_PREFIX, Constant::KEY_SEPARATOR, key }); in GetKeyFor()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dconstant.cpp24 std::string Constant::Concatenate(std::initializer_list<std::string> stringList) in Concatenate() function in OHOS::DistributedData::Constant
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/utils/
H A Dconstant.h34 API_EXPORT static std::string Concatenate(std::initializer_list<std::string> stringList);

Completed in 3 milliseconds