Searched refs:SysEventDoc (Results 1 – 5 of 5) sorted by relevance
37 SysEventDoc::SysEventDoc(const std::string& domain, const std::string& name) in SysEventDoc() function in OHOS::HiviewDFX::EventStore::SysEventDoc41 SysEventDoc::SysEventDoc(const std::string& file) : writer_(nullptr), reader_(nullptr), type_(0), c… in SysEventDoc() function in OHOS::HiviewDFX::EventStore::SysEventDoc44 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 …]
119 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()
30 class SysEventDoc {32 SysEventDoc(const std::string& domain, const std::string& name);33 SysEventDoc(const std::string& file);34 ~SysEventDoc();
33 typedef std::shared_ptr<SysEventDoc> LruCacheValue;
65 SysEventDoc sysEventDoc(TEST_DB_VERSION1_FILE);101 SysEventDoc sysEventDoc(TEST_DB_VERSION1_FILE);120 SysEventDoc sysEventDoc("");