Searched refs:DocStore (Results 1 – 12 of 12) sorted by relevance
/base/hiviewdfx/hiview/adapter/dbstore/include/ |
D | doc_store.h | 34 class DocStore { 36 DOCSTORE_API DocStore() {} in DocStore() function 38 DOCSTORE_API ~DocStore() {} in ~DocStore()
|
D | store_manager.h | 47 DOCSTORE_API std::shared_ptr<DocStore> GetDocStore(const Option& option); 57 std::map<std::string, std::shared_ptr<DocStore>> stores_;
|
D | data_query.h | 165 friend class DocStore; variable
|
/base/hiviewdfx/hiview/adapter/dbstore/ |
D | store_manager.cpp | 42 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()
|
D | doc_store.cpp | 69 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()
|
D | doc_db.h | 33 friend class DocStore;
|
/base/hiviewdfx/hiview/base/event_store/ |
D | store_mgr_proxy.h | 32 std::shared_ptr<DocStore> GetDocStore(const std::string& db);
|
D | store_mgr_proxy.cpp | 23 std::shared_ptr<DocStore> StoreMgrProxy::GetDocStore(const std::string& db) in GetDocStore()
|
D | sys_event_query.cpp | 828 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/ |
D | event_db_helper.h | 42 std::shared_ptr<DocStore> GetDocStore();
|
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
D | event_db_helper.cpp | 75 std::shared_ptr<DocStore> EventDbHelper::GetDocStore() in GetDocStore()
|
/base/hiviewdfx/hiview/base/ |
D | libhiviewbase.map | 96 "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…
|