Searched refs:StoreManager (Results 1 – 9 of 9) sorted by relevance
41 class StoreManager {43 DOCSTORE_API StoreManager() {} in StoreManager() function45 DOCSTORE_API ~StoreManager() {} in ~StoreManager()
56 friend class StoreManager;
42 std::shared_ptr<DocStore> StoreManager::GetDocStore(const Option& option) in GetDocStore()62 int StoreManager::OnlineBackupDocStore(const Option& option, const std::string &bakFile) in OnlineBackupDocStore()85 int StoreManager::InnerCloseDocStore(const Option& option) in InnerCloseDocStore()107 int StoreManager::CloseDocStore(const Option& option) in CloseDocStore()113 int StoreManager::DeleteDocStore(const Option& option) in DeleteDocStore()
30 std::unique_ptr<StoreManager> storeMgr_;
27 storeMgr_ = std::make_unique<StoreManager>(); in SetUp()
37 StoreManager storeManager_;
52 std::unique_ptr<StoreManager> storeMgr_;
72 this->storeMgr_ = std::make_unique<StoreManager>(); in InitDbStoreMgr()
89 "OHOS::HiviewDFX::StoreManager::CloseDocStore(OHOS::HiviewDFX::Option const&)";95 "OHOS::HiviewDFX::StoreManager::GetDocStore(OHOS::HiviewDFX::Option const&)";109 "OHOS::HiviewDFX::StoreManager::DeleteDocStore(OHOS::HiviewDFX::Option const&)";140 …"OHOS::HiviewDFX::StoreManager::OnlineBackupDocStore(OHOS::HiviewDFX::Option const&, std::__h::bas…142 "OHOS::HiviewDFX::StoreManager::CloseDocStore(OHOS::HiviewDFX::Option const&)";