Home
last modified time | relevance | path

Searched refs:GetStorePath (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddirectory_manager_test.cpp101 auto path = DirectoryManager::GetInstance().GetStorePath(metaData);
122 auto path = DirectoryManager::GetInstance().GetStorePath(metaData);
144 auto path = DirectoryManager::GetInstance().GetStorePath(metaData);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Direlational_store.h41 virtual std::string GetStorePath() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb.h57 virtual std::string GetStorePath() const = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_exporter.cpp31 auto path = DirectoryManager::GetInstance().GetStorePath(meta); in Exporter()
H A Dupgrade.cpp144 manager.SetKvStoreConfig({ DirectoryManager::GetInstance().GetStorePath(meta) }); in GetDBStore()
H A Dkvdb_service_impl.cpp863 metaData.dataDir = DirectoryManager::GetInstance().GetStorePath(metaData); in AddOptions()
866 metaData.dataDir = DirectoryManager::GetInstance().GetStorePath(metaData); in AddOptions()
883 localMetaData.dataDir = DirectoryManager::GetInstance().GetStorePath(metaData); in SaveLocalMetaData()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/directory/
H A Ddirectory_manager.h35 …API_EXPORT std::string GetStorePath(const StoreMetaData &metaData, uint32_t version = INVALID_VERS…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.h127 std::string GetStorePath() const override;
H A Dgeneric_kvdb.cpp401 std::string GenericKvDB::GetStorePath() const in GetStorePath() function in DistributedDB::GenericKvDB
H A Dkvdb_manager.cpp291 if (!isMemoryDb && (canonicalDir.empty() || canonicalDir != kvDB->GetStorePath())) { in CheckOpenDBOptionWithCached()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.h75 std::string GetStorePath() const override;
H A Dsqlite_relational_store.cpp742 std::string SQLiteRelationalStore::GetStorePath() const in GetStorePath() function in DistributedDB::SQLiteRelationalStore
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H A Ddirectory_manager.cpp43 std::string DirectoryManager::GetStorePath(const StoreMetaData &metaData, uint32_t version) in GetStorePath() function in OHOS::DistributedData::DirectoryManager
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp156 saveMeta.dataDir = DistributedData::DirectoryManager::GetInstance().GetStorePath(saveMeta); in OnInitialize()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp411 metaData.dataDir = DistributedData::DirectoryManager::GetInstance().GetStorePath(metaData); in BuildMetaDataParam()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_service_impl.cpp621 saveMeta.dataDir = DistributedData::DirectoryManager::GetInstance().GetStorePath(saveMeta); in OnBind()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp851 …metaData.dataDir = DirectoryManager::GetInstance().GetStorePath(metaData) + "/" + param.storeName_; in GetStoreMetaData()