Home
last modified time | relevance | path

Searched refs:DocStore (Results 1 – 12 of 12) sorted by relevance

/base/hiviewdfx/hiview/adapter/dbstore/include/
Ddoc_store.h34 class DocStore {
36 DOCSTORE_API DocStore() {} in DocStore() function
38 DOCSTORE_API ~DocStore() {} in ~DocStore()
Dstore_manager.h47 DOCSTORE_API std::shared_ptr<DocStore> GetDocStore(const Option& option);
57 std::map<std::string, std::shared_ptr<DocStore>> stores_;
Ddata_query.h165 friend class DocStore; variable
/base/hiviewdfx/hiview/adapter/dbstore/
Dstore_manager.cpp42 std::shared_ptr<DocStore> StoreManager::GetDocStore(const Option& option) in GetDocStore()
50 std::shared_ptr<DocStore> docStore = std::make_shared<DocStore>(); in GetDocStore()
71 std::shared_ptr<DocStore> docStore = it->second; in OnlineBackupDocStore()
93 std::shared_ptr<DocStore> docStore = it->second; in InnerCloseDocStore()
Ddoc_store.cpp69 int DocStore::Put(const Entry &entry, const char* coll) in Put()
96 int DocStore::PutBatch(const std::vector<Entry> &entries) in PutBatch()
107 int DocStore::Merge(const Entry &entry, const char* coll) in Merge()
128 int DocStore::Delete(const DataQuery &query, const char* coll) in Delete()
165 int DocStore::GetNum() in GetNum()
195 int DocStore::GetEntriesWithQuery(const DataQuery &query, std::vector<Entry> &entries, const char* … in GetEntriesWithQuery()
265 int DocStore::GetEntryDuringQuery(const DataQuery &query, std::function<int (int, const Entry&)> ca… in GetEntryDuringQuery()
Ddoc_db.h33 friend class DocStore;
/base/hiviewdfx/hiview/base/event_store/
Dstore_mgr_proxy.h32 std::shared_ptr<DocStore> GetDocStore(const std::string& db);
Dstore_mgr_proxy.cpp23 std::shared_ptr<DocStore> StoreMgrProxy::GetDocStore(const std::string& db) in GetDocStore()
Dsys_event_query.cpp828 std::shared_ptr<DocStore> docStore = StoreMgrProxy::GetInstance().GetDocStore(dbFile_); in ExecuteSQL()
854 std::shared_ptr<DocStore> docStore = StoreMgrProxy::GetInstance().GetDocStore(dbFile_); in ExecuteWithCallback()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
Devent_db_helper.h42 std::shared_ptr<DocStore> GetDocStore();
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp75 std::shared_ptr<DocStore> EventDbHelper::GetDocStore() in GetDocStore()
/base/hiviewdfx/hiview/base/
Dlibhiviewbase.map96 "OHOS::HiviewDFX::DocStore::Merge(OHOS::HiviewDFX::Entry const&, char const*)";
97 "OHOS::HiviewDFX::DocStore::Put(OHOS::HiviewDFX::Entry const&, char const*)";
98 …"OHOS::HiviewDFX::DocStore::GetEntriesWithQuery(OHOS::HiviewDFX::DataQuery const&, std::__h::vecto…
99 "OHOS::HiviewDFX::DocStore::Delete(OHOS::HiviewDFX::DataQuery const&, char const*)";
113 "OHOS::HiviewDFX::DocStore::GetNum()";
141 …"OHOS::HiviewDFX::DocStore::GetEntryDuringQuery(OHOS::HiviewDFX::DataQuery const&, std::__h::funct…
214 …"OHOS::HiviewDFX::DocStore::GetEntriesWithQuery(OHOS::HiviewDFX::DataQuery const&, std::__1::vecto…