Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp37 SysEventDoc::SysEventDoc(const std::string& domain, const std::string& name) in SysEventDoc() function in OHOS::HiviewDFX::EventStore::SysEventDoc
41 SysEventDoc::SysEventDoc(const std::string& file) : writer_(nullptr), reader_(nullptr), type_(0), c… in SysEventDoc() function in OHOS::HiviewDFX::EventStore::SysEventDoc
44 SysEventDoc::~SysEventDoc() in ~SysEventDoc()
47 int SysEventDoc::Insert(const std::shared_ptr<SysEvent>& sysEvent) in Insert()
86 int SysEventDoc::InitWriter(const std::shared_ptr<SysEvent>& sysEvent) in InitWriter()
101 int SysEventDoc::InitReader() in InitReader()
111 bool SysEventDoc::IsFileFull(const std::string& file) in IsFileFull()
116 bool SysEventDoc::IsNeedUpdateCurFile() in IsNeedUpdateCurFile()
135 std::string SysEventDoc::GetDir() in GetDir()
145 std::string SysEventDoc::GetCurFile(const std::string& dir) in GetCurFile()
[all …]
H A Dsys_event_database.cpp119 std::shared_ptr<SysEventDoc> sysEventDoc = nullptr; in Insert()
124 sysEventDoc = std::make_shared<SysEventDoc>(event->domain_, event->eventName_); in Insert()
414 auto sysEventDoc = std::make_shared<SysEventDoc>(file); in QueryByFiles()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_doc.h30 class SysEventDoc {
32 SysEventDoc(const std::string& domain, const std::string& name);
33 SysEventDoc(const std::string& file);
34 ~SysEventDoc();
H A Dsys_event_doc_lru_cache.h33 typedef std::shared_ptr<SysEventDoc> LruCacheValue;
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_doc_test.cpp65 SysEventDoc sysEventDoc(TEST_DB_VERSION1_FILE);
101 SysEventDoc sysEventDoc(TEST_DB_VERSION1_FILE);
120 SysEventDoc sysEventDoc("");