Home
last modified time | relevance | path

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 Devent_export_db_mgr_test.cpp59 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 Dexport_db_manager.h35 int64_t GetExportBeginSeq(const std::string& moduleName);
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/
H A Dexport_db_manager.cpp43 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 Devent_export_task.cpp129 readReq->beginSeq = dbMgr_->GetExportBeginSeq(config_->moduleName); in InitReadRequest()