Searched refs:GetMetaStorePath (Results 1 – 4 of 4) sorted by relevance
38 API_EXPORT std::string GetMetaStorePath(uint32_t version = INVALID_VERSION);
206 auto path = DirectoryManager::GetInstance().GetMetaStorePath();
59 std::string DirectoryManager::GetMetaStorePath(uint32_t version) in GetMetaStorePath() function in OHOS::DistributedData::DirectoryManager
63 : metaDelegate_(nullptr), metaDBDirectory_(DirectoryManager::GetInstance().GetMetaStorePath()), in KvStoreMetaManager()