Home
last modified time | relevance | path

Searched refs:SysEventDocReader (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dsys_event_doc_reader.cpp44 SysEventDocReader::SysEventDocReader(const std::string& path): EventDocReader(path) in SysEventDocReader() function in OHOS::HiviewDFX::EventStore::SysEventDocReader
49 SysEventDocReader::~SysEventDocReader() in ~SysEventDocReader()
56 void SysEventDocReader::Init(const std::string& path) in Init()
121 int SysEventDocReader::Read(ReadCallback callback) in Read()
156 int SysEventDocReader::ReadHeader(DocHeader& header) in ReadHeader()
173 int SysEventDocReader::ReadPages(ReadCallback callback) in ReadPages()
195 bool SysEventDocReader::HasReadFileEnd() in HasReadFileEnd()
247 int SysEventDocReader::ReadFileSize() in ReadFileSize()
252 int SysEventDocReader::ReadPageSize(uint32_t& pageSize) in ReadPageSize()
276 int SysEventDocReader::SeekgPage(uint32_t pageIndex) in SeekgPage()
[all …]
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/include/
H A Dsys_event_doc_reader.h30 class SysEventDocReader : public EventDocReader {
32 SysEventDocReader(const std::string& path);
33 ~SysEventDocReader();
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.cpp82 SysEventDocReader reader(path); in TestFileSizeOfDocReader()
88 SysEventDocReader reader(path); in TestPageSizeOfDocReader()
96 SysEventDocReader reader(path); in TestHeaderOfDocReader()
107 SysEventDocReader reader(path); in TestSystemVersionOfDocReader()
143 SysEventDocReader reader(path); in TestEventsOfDocReader()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp107 reader_ = std::make_shared<SysEventDocReader>(curFile_); in InitReader()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp56 SysEventDocReader reader(docPath_); in Write()