Home
last modified time | relevance | path

Searched refs:CheckEventInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/include/
H A Dsys_event_doc_reader.h49 bool CheckEventInfo(uint8_t* content);
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dsys_event_doc_reader.cpp303 if (!CheckEventInfo(content)) { in TryToAddEntry()
325 bool SysEventDocReader::CheckEventInfo(uint8_t* content) in CheckEventInfo() function in OHOS::HiviewDFX::EventStore::SysEventDocReader