Home
last modified time | relevance | path

Searched refs:GetMetaDBName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/include/
H A Dbootstrap.h27 API_EXPORT std::string GetMetaDBName();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp155 data.storeId = Bootstrap::GetInstance().GetMetaDBName(); in InitMetaData()
279 delegateManager_.GetKvStore(Bootstrap::GetInstance().GetMetaDBName(), option, in CreateMetaKvStore()
288 delegateManager_.GetKvStore(Bootstrap::GetInstance().GetMetaDBName(), option, in CreateMetaKvStore()
432 Crypto::Sha256(label_ + "_" + Bootstrap::GetInstance().GetMetaDBName())); in GetBackupPath()
H A Dkvstore_data_service.cpp355 …tInstance().Initialize(IPCSkeleton::GetCallingTokenID(), Bootstrap::GetInstance().GetMetaDBName()); in StartService()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/bootstrap/src/
H A Dbootstrap.cpp45 std::string Bootstrap::GetMetaDBName() in GetMetaDBName() function in OHOS::DistributedData::Bootstrap
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp1079 meta.storeId = Bootstrap::GetInstance().GetMetaDBName(); in GetDistributedDataMeta()