Searched refs:GetExportBeginSeq (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/test/unittest/common/ |
H A D | event_export_db_mgr_test.cpp | 59 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), INVALID_SEQ_VAL); 62 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), FIRST_ENABLED_SEQ); 65 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), FIRST_FINISH_SEQ); 68 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), INVALID_SEQ_VAL); 71 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), FIRST_FINISH_SEQ); 77 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), INVALID_SEQ_VAL); 83 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), THIRD_FINISH_SEQ); 95 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), INVALID_SEQ_VAL); 113 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), INVALID_SEQ_VAL); 116 ASSERT_EQ(manager.GetExportBeginSeq(TEST_MODULE_NAME), INVALID_SEQ_VAL); [all …]
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/include/ |
H A D | export_db_manager.h | 35 int64_t GetExportBeginSeq(const std::string& moduleName);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/ |
H A D | export_db_manager.cpp | 43 int64_t ExportDbManager::GetExportBeginSeq(const std::string& moduleName) in GetExportBeginSeq() function in OHOS::HiviewDFX::ExportDbManager
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/ |
H A D | event_export_task.cpp | 129 readReq->beginSeq = dbMgr_->GetExportBeginSeq(config_->moduleName); in InitReadRequest()
|