Searched refs:ExportDbManager (Results 1 – 9 of 9) sorted by relevance
26 ExportDbManager::ExportDbManager(const std::string& dbStoreDir) in ExportDbManager() function in OHOS::HiviewDFX::ExportDbManager32 int64_t ExportDbManager::GetExportEnabledSeq(const std::string& moduleName) in GetExportEnabledSeq()43 int64_t ExportDbManager::GetExportBeginSeq(const std::string& moduleName) in GetExportBeginSeq()54 void ExportDbManager::HandleExportSwitchChanged(const std::string& moduleName, int64_t curSeq) in HandleExportSwitchChanged()75 void ExportDbManager::HandleExportTaskFinished(const std::string& moduleName, int64_t eventSeq) in HandleExportTaskFinished()96 ExportDetailRecord ExportDbManager::GetExportDetailRecord(const std::string& moduleName) in GetExportDetailRecord()103 bool ExportDbManager::IsUnrecordedModule(const std::string& moduleName) in IsUnrecordedModule()
28 class ExportDbManager {30 ExportDbManager(const std::string& dbStoreDir);31 ~ExportDbManager() = default;
58 ExportDbManager manager("/data/test/test_data/db_dir1");94 ExportDbManager manager("/data/test/test_data/db_dir2");112 ExportDbManager manager("/data/test/test_data/db_dir3");133 ExportDbManager manager("/data/test/test_data/db_dir4");
29 ExportBaseTask(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in ExportBaseTask()43 std::shared_ptr<ExportDbManager> dbMgr_ = nullptr;
30 EventExpireTask(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in EventExpireTask()
30 EventExportTask(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in EventExportTask()
52 std::shared_ptr<ExportDbManager> dbMgr_ = nullptr;
41 bool IsExportSwitchOff(std::shared_ptr<ExportConfig> config, std::shared_ptr<ExportDbManager> dbMgr) in IsExportSwitchOff()
102 dbMgr_ = std::make_shared<ExportDbManager>(dbStoreDir); in Init()