Home
last modified time | relevance | path

Searched refs:GetMetaStorePath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/directory/
H A Ddirectory_manager.h38 API_EXPORT std::string GetMetaStorePath(uint32_t version = INVALID_VERSION);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddirectory_manager_test.cpp206 auto path = DirectoryManager::GetInstance().GetMetaStorePath();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H A Ddirectory_manager.cpp59 std::string DirectoryManager::GetMetaStorePath(uint32_t version) in GetMetaStorePath() function in OHOS::DistributedData::DirectoryManager
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp63 : metaDelegate_(nullptr), metaDBDirectory_(DirectoryManager::GetInstance().GetMetaStorePath()), in KvStoreMetaManager()