Home
last modified time | relevance | path

Searched refs:GetEventSeq (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp185 const auto eventSeq = sysEvent->GetEventSeq(); in WriteContent()
205 sysEvent->GetEventSeq(), docPath_.c_str()); in WriteContent()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/store/
H A Dsys_event_db_mgr.cpp35 …HIVIEW_LOGD("save sys event %{public}" PRId64 ", %{public}s", event->GetEventSeq(), event->eventNa… in SaveToStore()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp168 auto seq = sysEvent->GetEventSeq(); in CreateCurFile()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h84 int64_t GetEventSeq() const;
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_dao_test.cpp147 ASSERT_TRUE(it->GetSeq() == sysEvent1->GetEventSeq());
189 ASSERT_TRUE(it->GetSeq() == sysEvent->GetEventSeq());
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp228 int64_t SysEvent::GetEventSeq() const in GetEventSeq() function in OHOS::HiviewDFX::SysEvent
H A Dlibhiviewbase.map113 "OHOS::HiviewDFX::SysEvent::GetEventSeq() const";